You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/07/17 19:36:28 UTC

Build failed in Jenkins: maven-plugins-windows #1998

See <https://builds.apache.org/job/maven-plugins-windows/1998/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-485] Upgrade to commons-lang3
Use SystemUtils.JAVA_SPECIFICATION_VERSION instead of SystemUtils.JAVA_VERSION
JavadocVersion is not aware of the -ea suffix, so spec-value is safer

------------------------------------------
[...truncated 570.66 KB...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.521s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [19.900s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.913s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [20.090s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.895s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.964s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.986s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.871s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.286s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [11.552s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.885s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [11.335s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.205s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.369s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.928s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.021s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.866s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.073s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.401s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.304s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.409s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [10.210s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.539s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.868s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.813s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [20.414s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.985s]
[INFO] Apache Maven Invoker Plugin ....................... FAILURE [0.324s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.804s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [22.122s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.830s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [1:55.966s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [20.125s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.422s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.297s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.343s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.968s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [58.922s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.922s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:03.733s
[INFO] Finished at: Mon Jul 17 19:35:42 UTC 2017
[INFO] Final Memory: 84M/731M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-invoker-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.61 KB of artifacts by 38.7% relative to #1997
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org olamy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2131

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2131/display/redirect?page=changes>

Changes:

[hboutemy] fixed code locations now in git

------------------------------------------
[...truncated 585.10 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.139 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.704 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 31.961 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 16.930 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 17.130 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 57.844 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 48.851 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [01:49 min]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [01:48 min]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [ 43.351 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [01:24 min]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [01:22 min]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [01:58 min]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [01:35 min]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [01:19 min]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [01:35 min]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [ 52.511 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [ 43.952 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [01:33 min]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 57.394 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [01:08 min]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [01:32 min]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [02:29 min]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [01:00 min]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [01:22 min]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [ 35.605 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [01:05 min]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 48.786 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 11.501 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.191 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  8.770 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 26.634 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 38.904 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:44 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 34.888 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [ 11.136 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [ 12.150 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  4.319 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 12.318 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 16.698 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  8.752 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:15 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  6.521 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 40:35 min
[INFO] Finished at: 2017-12-07T00:48:59+00:00
[INFO] Final Memory: 111M/742M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2130

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2130/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0

------------------------------------------
[...truncated 556.50 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.394 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 14.481 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 16.559 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.725 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.503 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  9.888 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 19.634 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.647 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.326 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.388 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.660 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.839 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.285 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.355 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.768 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.940 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.702 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 20.040 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.319 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.457 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 15.973 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 28.548 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 14.374 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.372 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.664 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  8.385 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 28.566 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 13.663 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 15.787 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [ 10.112 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 27.559 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 44.832 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:59 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 41.580 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.671 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.928 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.339 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 12.244 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 14.920 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.869 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:17 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.545 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:43 min
[INFO] Finished at: 2017-12-03T20:38:59+00:00
[INFO] Final Memory: 112M/743M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 423.92 KB of artifacts by 37.7% relative to #2129
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2129

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2129/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-498] "module not found" when Java 9 module-info present
Support aggrated javadoc

------------------------------------------
[...truncated 550.84 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.699 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.546 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 16.769 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.428 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.786 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.946 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 19.759 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.998 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.920 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 11.415 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.549 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.983 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.761 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.784 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.651 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.887 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.713 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.146 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.367 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.203 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 13.664 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 22.213 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.192 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.434 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.180 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.879 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 24.440 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 11.983 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 15.098 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  8.697 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 23.415 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 37.944 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:36 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 27.968 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  8.942 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.689 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.157 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.193 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 14.245 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.098 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:10 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.999 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:39 min
[INFO] Finished at: 2017-12-03T16:38:17+00:00
[INFO] Final Memory: 111M/694M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2128

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2128/display/redirect?page=changes>

Changes:

[Robert Scholte] Skip several unittests for Java9

------------------------------------------
[...truncated 546.91 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.520 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 16.944 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 16.233 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 23.294 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.404 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 19.268 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.059 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.242 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.120 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.470 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 28.339 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.875 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.732 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.606 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.947 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.664 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 17.710 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 27.982 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [ 10.434 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 16.462 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 23.098 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.783 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.161 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.216 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.447 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 27.714 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.827 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.027 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [ 27.170 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 28.145 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 44.946 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:55 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 30.955 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.871 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.949 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.425 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 13.209 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 16.839 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.402 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:31 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.906 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:29 min
[INFO] Finished at: 2017-12-02T21:39:52+00:00
[INFO] Final Memory: 115M/578M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 423.01 KB of artifacts by 37.8% relative to #2127
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2127

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2127/display/redirect?page=changes>

Changes:

[Robert Scholte] JDK-8032205 was closed as not an issue, so not solved in Java9.
Need to review the conclusion

------------------------------------------
[...truncated 2.31 MB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.071 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.756 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 21.821 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 16.813 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 18.003 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 26.276 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  9.442 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 19.514 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 12.795 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  6.477 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.780 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 28.086 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 12.817 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 12.652 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.720 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.839 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.922 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.545 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 22.642 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.558 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.864 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 13.080 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 27.354 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 13.092 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.746 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.166 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.509 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 23.571 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.221 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.576 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  8.560 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 23.903 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 38.324 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [03:01 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 31.029 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.111 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.497 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.977 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 10.577 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 14.284 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [ 22.440 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:14 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  3.965 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:45 min
[INFO] Finished at: 2017-12-02T15:41:35+00:00
[INFO] Final Memory: 116M/696M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 423.01 KB of artifacts by 37.8% relative to #2126
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2126

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2126/display/redirect?page=changes>

Changes:

[Robert Scholte] Upgrade mockito to remove warning about illegal reflective access

[Robert Scholte] Improve TestJavadocReportTest#testTestJavadoc
J8 warns and continues with missing dependency, J9 fails.
In fact test was wrong: dependency should have been on classpath

[Robert Scholte] unittest should prefer JAVA_HOME when executing from cmdline
When running with Java9+ no need to switch from jre to jdk directory (jep220)

------------------------------------------
[...truncated 557.72 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.106 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 19.065 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 30.958 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 19.599 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 28.216 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 11.278 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 22.016 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.488 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  7.024 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 11.820 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 14.683 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 14.616 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 14.476 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  6.709 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  7.167 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.337 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  4.013 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 23.165 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 11.072 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [ 10.466 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 14.682 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 29.206 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 13.309 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.279 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.307 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.533 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 25.324 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.807 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.673 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.370 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 26.285 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 43.082 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:51 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 33.400 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.926 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.979 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  3.175 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 12.646 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 15.657 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.777 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:16 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.283 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:07 min
[INFO] Finished at: 2017-12-02T14:39:29+00:00
[INFO] Final Memory: 115M/681M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 423.01 KB of artifacts by 45.4% relative to #2125
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2125

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2125/display/redirect?page=changes>

Changes:

[Robert Scholte] MJAVADOC-502 Update DEFAULT_JAVA_API_LINKS

------------------------------------------
[...truncated 550.25 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.025 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 16.729 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.314 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.789 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.573 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 19.616 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.599 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.294 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.242 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.235 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 14.033 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.330 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.383 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.825 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.227 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.681 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.996 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.207 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  8.954 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 13.568 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 21.204 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.133 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.862 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.293 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.727 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 24.380 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 11.626 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 15.294 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.177 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 51.459 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 38.065 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:35 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 29.567 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.210 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.489 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.205 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.532 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 14.782 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.048 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:10 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.574 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:49 min
[INFO] Finished at: 2017-12-02T12:38:22+00:00
[INFO] Final Memory: 112M/721M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 422.94 KB of artifacts by 37.8% relative to #2124
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2124

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2124/display/redirect?page=changes>

Changes:

[Robert Scholte] session is required parameter, so cannot be null. Fix related unittests

------------------------------------------
[...truncated 560.82 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.138 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 17.447 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 17.765 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 17.625 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 38.969 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.390 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 20.454 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.891 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.328 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 11.640 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.625 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 15.219 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.766 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.531 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.735 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.703 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.672 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 22.078 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.407 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.016 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 14.531 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 29.195 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.480 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.873 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.101 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.096 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 25.759 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.038 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.605 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [ 25.087 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 28.458 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 42.368 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:40 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 30.631 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.443 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.585 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  3.395 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.937 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 15.067 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.889 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:11 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [ 25.737 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:04 min
[INFO] Finished at: 2017-12-02T11:40:09+00:00
[INFO] Final Memory: 114M/605M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 421.11 KB of artifacts by 38.0% relative to #2123
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2123

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2123/display/redirect?page=changes>

Changes:

[Robert Scholte] Add project/artifact key to set of sourcePaths to recognize reactor projects versus dependencies

------------------------------------------
[...truncated 550.51 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 12.922 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 15.344 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 13.625 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 20.547 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  9.609 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 16.187 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 12.453 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  4.469 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [  9.235 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 11.031 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 11.750 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 11.625 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.078 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  5.375 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.500 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.046 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 14.547 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [  8.750 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  7.300 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 11.469 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 19.812 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 10.047 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  5.891 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  3.437 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.078 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 19.703 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 10.078 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 13.343 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  7.812 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 21.266 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 32.468 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:07 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 23.203 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  7.562 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  3.890 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  1.891 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [  9.516 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 12.407 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  5.766 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [ 57.844 s]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.188 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:31 min
[INFO] Finished at: 2017-11-25T20:35:47+00:00
[INFO] Final Memory: 114M/732M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 421.12 KB of artifacts by 38.0% relative to #2122
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2122

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2122/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-84] display pdf generated file(s) location

------------------------------------------
[...truncated 579.74 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.58 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 16.719 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 15.593 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 14.594 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.016 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  9.047 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 18.781 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 11.657 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  4.750 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.843 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 11.297 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 12.860 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 11.703 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.109 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  5.579 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.140 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.344 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 19.671 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [  8.781 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  7.594 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 11.859 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 25.422 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 11.000 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.141 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  3.891 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.547 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 20.062 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 10.093 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 14.156 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  7.953 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 22.031 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 33.719 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:16 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 27.400 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  8.799 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.060 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  3.189 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [  9.718 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 12.451 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.184 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:00 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  3.916 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:19 min
[INFO] Finished at: 2017-11-25T18:36:32+00:00
[INFO] Final Memory: 115M/621M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 420.28 KB of artifacts by 38.1% relative to #2121
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2121

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2121/display/redirect?page=changes>

Changes:

[Robert Scholte] Group sets of sourcepaths per project, in prepare of usage of module-source-path.

------------------------------------------
[...truncated 550.06 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.844 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 12.123 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 14.931 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 12.710 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 18.903 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  8.563 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 15.795 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 11.101 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  4.242 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [  8.617 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 10.849 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 11.217 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 11.114 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  4.567 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  5.210 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.083 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  2.858 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 13.849 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [  8.478 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  7.426 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 10.967 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 19.294 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [  9.796 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  5.229 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  3.302 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  5.506 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 19.151 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [  9.711 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 12.999 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  7.644 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 19.171 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 31.395 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:08 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 24.178 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  7.735 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  3.828 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  1.953 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [  9.500 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 11.500 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  5.687 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:07 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  3.859 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:23 min
[INFO] Finished at: 2017-11-25T13:35:38+00:00
[INFO] Final Memory: 114M/657M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2120

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2120/display/redirect?page=changes>

Changes:

[Robert Scholte] Switch from List to Collection to make it easier to use Sets when preferred

------------------------------------------
[...truncated 565.93 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.845 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 14.953 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 15.703 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 14.313 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 21.078 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  9.109 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 17.110 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 11.906 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  4.750 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.563 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 11.491 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 11.875 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 11.594 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  4.813 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  5.797 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  4.734 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  2.922 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 18.937 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [  8.688 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  7.437 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 11.953 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 27.641 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 10.578 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.687 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  3.328 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.438 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 20.312 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 10.078 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 14.281 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  8.109 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 23.859 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 32.714 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:17 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 25.774 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  7.626 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.353 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.977 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [  9.841 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 12.487 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  6.301 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [ 59.007 s]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  7.974 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:14 min
[INFO] Finished at: 2017-11-24T14:37:39+00:00
[INFO] Final Memory: 115M/669M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2119

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2119/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0

------------------------------------------
[...truncated 551.31 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.382 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 10.524 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.422 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.420 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.534 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 18.671 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.831 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  6.128 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.845 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 12.984 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.539 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.329 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.367 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.425 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.838 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.628 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 15.932 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.177 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  8.942 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 13.651 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 21.437 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 11.578 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.610 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.016 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.968 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 24.032 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 11.312 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 15.078 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  8.594 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 22.813 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 37.594 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:32 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 27.359 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.032 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.453 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.063 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.484 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 13.687 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  6.562 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:07 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.031 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:00 min
[INFO] Finished at: 2017-11-18T15:37:25+00:00
[INFO] Final Memory: 113M/710M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2118

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2118/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-497] javadoc:aggregate ignores excludePackageNames

------------------------------------------
[...truncated 552.16 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.311 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.974 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 10.778 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.237 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.936 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.526 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 18.400 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.884 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.883 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.818 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 12.987 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.754 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.280 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.483 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [ 13.156 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.174 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.543 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.097 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.250 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  8.641 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 13.313 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 24.531 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 11.719 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.390 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.000 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.953 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 23.344 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 11.265 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 15.172 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  8.578 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 23.094 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 36.937 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:34 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 29.497 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.347 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.900 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.404 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 12.064 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 13.879 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.209 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:10 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.568 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:23 min
[INFO] Finished at: 2017-11-18T14:38:10+00:00
[INFO] Final Memory: 112M/772M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 419.72 KB of artifacts by 38.1% relative to #2117
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2117

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2117/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-489] Javadoc plugin needs to set module path
Support Maven multimodule projects

------------------------------------------
[...truncated 553.36 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.108 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.275 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 11.045 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.800 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 23.634 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.510 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 18.979 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.547 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  6.266 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.598 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.772 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 20.128 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.382 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.516 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.719 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.125 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.766 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.235 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.641 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  8.875 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 19.094 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 21.454 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.750 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.547 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.015 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.063 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 23.781 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 11.703 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 15.360 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.062 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 23.313 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 37.656 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:35 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 28.660 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.077 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.850 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.130 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.673 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 13.724 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  6.652 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:09 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.341 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:35 min
[INFO] Finished at: 2017-11-18T13:38:51+00:00
[INFO] Final Memory: 112M/762M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2116

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2116/display/redirect?page=changes>

Changes:

[hboutemy] added classical download.xml.vm

[hboutemy] added classical download.xml.vm

[hboutemy] added classical download.xml.vm

------------------------------------------
[...truncated 559.98 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.215 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 236 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 212 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 17.997 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 12.417 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 18.827 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 28.499 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 12.593 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 21.724 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 15.197 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  7.197 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 12.282 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 15.257 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 15.797 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 15.552 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  6.383 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  7.817 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.852 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  4.790 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 22.572 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 11.296 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [ 10.156 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 15.740 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 28.814 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 14.412 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.731 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.989 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  8.176 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 28.560 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 13.554 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 18.023 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [ 10.407 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 27.958 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 44.701 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:58 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 35.137 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [ 10.483 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.398 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.360 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 12.927 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 16.360 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.445 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:20 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.951 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:20 min
[INFO] Finished at: 2017-11-18T00:40:51+00:00
[INFO] Final Memory: 112M/616M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2115

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2115/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0

[Robert Scholte] Back to 3.0.0-SNAPSHOT
Upgrade maven-plugin-plugin to 3.5

------------------------------------------
[...truncated 550.08 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.298 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.319 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.922 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [01:35 min]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 57.672 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [01:02 min]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [01:32 min]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 36.322 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 57.109 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 44.198 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [ 20.631 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 36.509 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 37.221 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 40.044 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 14.560 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  6.813 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  7.317 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  9.928 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.760 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 17.104 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.490 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [ 19.373 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 14.690 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 22.784 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.916 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.003 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.213 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.128 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 25.958 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 26.059 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 17.094 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.231 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 25.251 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 41.661 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:45 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 40.834 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [ 11.798 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.357 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.460 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 12.071 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 27.852 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.224 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:28 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  6.098 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21:21 min
[INFO] Finished at: 2017-11-17T18:05:03+00:00
[INFO] Final Memory: 112M/657M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[Fast Archiver] Compressed 419.41 KB of artifacts by 38.1% relative to #2114
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2114

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2114/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0

[Robert Scholte] [MJAVADOC-500] Add support for explicit toolchain reference

------------------------------------------
[...truncated 559.81 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 29.057 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 11.910 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 19.496 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 25.937 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 11.388 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 29.022 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.688 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  7.287 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 12.493 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 14.954 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 16.111 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 26.737 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.882 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.783 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.321 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  4.852 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 22.483 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 11.240 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [ 10.225 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 15.399 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 28.717 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.583 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.856 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.156 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  8.131 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 25.499 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.249 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.324 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.737 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 27.956 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 41.856 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:54 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 30.700 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [ 10.234 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.223 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.844 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 25.566 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 15.910 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.936 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:16 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.543 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:47 min
[INFO] Finished at: 2017-11-17T17:10:02+00:00
[INFO] Final Memory: 113M/710M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.1-SNAPSHOT/maven-javadoc-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2113

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2113/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-475] Replace parameter additionalparam with additionalOptions
remove old parameter

------------------------------------------
[...truncated 550.10 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.154 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 15.956 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 10.954 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.410 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 22.710 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.210 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 18.568 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.161 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  6.074 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.730 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 12.654 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.129 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.563 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.866 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  9.200 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.893 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  4.524 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 17.521 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 11.888 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [ 10.241 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 13.139 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 20.774 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 11.773 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.334 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  3.974 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.605 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 25.680 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.190 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 17.089 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.657 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 26.361 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 37.738 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:31 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 28.042 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  8.783 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.696 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.159 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.579 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 13.822 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  6.635 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:09 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.950 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:23 min
[INFO] Finished at: 2017-11-13T23:37:52+00:00
[INFO] Final Memory: 112M/756M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2112

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2112/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-jdeprscan-plugin-3.0.0-alpha-1

[Robert Scholte] [MINVOKER-228] Improve documentation: "Using with other integration test frameworks" page

------------------------------------------
[...truncated 681.62 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.903 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 17.558 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [  9.121 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 13.879 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 20.327 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [  8.646 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 17.355 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 11.345 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  4.537 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [  9.689 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 10.969 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 11.925 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 11.301 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  4.779 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  5.273 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  4.768 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  2.904 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 18.564 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [  8.662 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  7.588 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 11.957 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 26.670 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 10.108 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  6.675 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  3.257 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  5.781 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 20.090 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [  9.901 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 14.043 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  7.392 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 22.097 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 32.007 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:09 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 26.437 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  7.415 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  4.093 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.697 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [  9.493 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 12.416 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  6.055 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [ 58.438 s]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.787 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:46 min
[INFO] Finished at: 2017-11-12T15:37:40+00:00
[INFO] Final Memory: 115M/672M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 416.56 KB of artifacts by 38.4% relative to #2111
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2111

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2111/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-475] Replace parameter additionalparam with additionalOptions

------------------------------------------
[...truncated 556.72 KB...]
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.213 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 22.233 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 10.228 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 16.827 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 25.080 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.040 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 18.786 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.492 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.637 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.046 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 12.686 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.087 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 12.784 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  4.673 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  6.387 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  5.819 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.946 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.477 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.128 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  8.690 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 14.607 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 23.591 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.842 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.439 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.136 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  8.355 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 27.418 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.361 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.280 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.450 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 25.800 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 40.702 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:50 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 32.371 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.654 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.191 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.860 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 11.878 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 14.168 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.424 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:17 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.805 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:03 min
[INFO] Finished at: 2017-11-12T14:38:24+00:00
[INFO] Final Memory: 112M/787M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2110

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2110/display/redirect?page=changes>

Changes:

[hboutemy] [MSCMPUB-33] added color to key message parts to improve UX

------------------------------------------
[...truncated 550.32 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.036 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 19.119 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 25.802 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 17.586 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 37.979 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 11.713 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 32.283 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.756 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  6.676 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 12.523 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 14.204 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 15.120 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 28.795 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  6.098 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  7.051 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.306 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.765 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.987 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 11.169 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.132 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 23.471 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 57.587 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.681 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.415 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.079 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.396 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 28.677 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.386 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.230 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.356 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 24.742 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 45.223 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [03:39 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [01:03 min]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [ 42.900 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [ 34.997 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [ 17.617 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [01:09 min]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [01:35 min]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [ 42.079 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [02:42 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [ 30.267 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22:57 min
[INFO] Finished at: 2017-11-11T22:49:58+00:00
[INFO] Final Memory: 109M/686M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.67 KB of artifacts by 38.3% relative to #2109
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2109

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2109/display/redirect?page=changes>

Changes:

[hboutemy] [MSCMPUB-32] added instruction on Git orphan branch creation

------------------------------------------
[...truncated 550.04 KB...]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.743 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 14.390 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 24.406 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 15.172 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 21.921 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.484 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 17.860 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 13.468 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.997 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.997 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.138 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 13.354 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 15.811 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [ 16.941 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  7.664 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.449 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  4.208 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 17.677 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 11.626 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.903 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 15.425 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 23.428 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 13.564 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [ 19.336 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.700 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  7.560 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 26.760 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 14.325 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 18.030 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.689 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 30.336 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 42.547 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:43 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 30.718 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [ 10.437 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.203 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.250 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 27.530 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 15.646 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.727 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:15 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  4.892 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:16 min
[INFO] Finished at: 2017-11-11T21:40:39+00:00
[INFO] Final Memory: 111M/817M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.67 KB of artifacts by 46.0% relative to #2108
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2108

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2108/display/redirect>

------------------------------------------
[...truncated 564.63 KB...]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.245 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.761 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ............................ SUCCESS [ 17.329 s]
[INFO] Apache Maven AntRun Plugin ......................... SUCCESS [ 10.928 s]
[INFO] Apache Maven Changelog Plugin ...................... SUCCESS [ 16.257 s]
[INFO] Apache Maven Changes Plugin ........................ SUCCESS [ 25.583 s]
[INFO] Apache Maven Clean Plugin .......................... SUCCESS [ 10.869 s]
[INFO] Apache Maven Compiler Plugin ....................... SUCCESS [ 20.299 s]
[INFO] Apache Maven Deploy Plugin ......................... SUCCESS [ 14.156 s]
[INFO] Apache Maven Documentation Checker Plugin .......... SUCCESS [  5.786 s]
[INFO] Apache Maven EAR Plugin ............................ SUCCESS [ 10.831 s]
[INFO] Apache Maven EJB Plugin ............................ SUCCESS [ 13.574 s]
[INFO] Apache Maven Help Plugin ........................... SUCCESS [ 14.237 s]
[INFO] Apache Maven Install Plugin ........................ SUCCESS [ 13.662 s]
[INFO] Apache Maven Jarsigner Plugin ...................... SUCCESS [  5.427 s]
[INFO] Apache Maven JDeps Plugin .......................... SUCCESS [  7.100 s]
[INFO] Apache Maven Linkcheck Plugin ...................... SUCCESS [  6.037 s]
[INFO] Apache Maven Patch Plugin .......................... SUCCESS [  3.999 s]
[INFO] Apache Maven PDF Plugin ............................ SUCCESS [ 16.562 s]
[INFO] Apache Maven RAR Plugin ............................ SUCCESS [ 10.622 s]
[INFO] Apache Maven Repository Plugin ..................... SUCCESS [  9.151 s]
[INFO] Apache Maven Resources Plugin ...................... SUCCESS [ 24.043 s]
[INFO] Apache Maven Site Plugin ........................... SUCCESS [ 22.411 s]
[INFO] Apache Maven Source Plugin ......................... SUCCESS [ 12.325 s]
[INFO] Apache Maven Stage Plugin .......................... SUCCESS [  7.084 s]
[INFO] Apache Maven Toolchains Plugin ..................... SUCCESS [  4.087 s]
[INFO] Apache Maven Verifier Plugin ....................... SUCCESS [  6.777 s]
[INFO] Apache Maven WAR Plugin ............................ SUCCESS [ 24.655 s]
[INFO] Apache Maven DOAP Plugin ........................... SUCCESS [ 12.435 s]
[INFO] Apache Maven Invoker Plugin ........................ SUCCESS [ 16.168 s]
[INFO] Apache Maven JAR Plugin ............................ SUCCESS [  9.027 s]
[INFO] Apache Maven Assembly Plugin ....................... SUCCESS [ 24.838 s]
[INFO] Apache Maven Checkstyle Plugin ..................... SUCCESS [ 40.244 s]
[INFO] Apache Maven Javadoc Plugin ........................ SUCCESS [02:42 min]
[INFO] Apache Maven PMD Plugin ............................ SUCCESS [ 30.279 s]
[INFO] Apache Maven JLink Plugin .......................... SUCCESS [  9.627 s]
[INFO] Apache Maven JMod Plugin ........................... SUCCESS [  5.382 s]
[INFO] Apache Maven Project Info Reports Plugin ........... FAILURE [  2.049 s]
[INFO] Apache Maven Remote Resources Plugin ............... SUCCESS [ 20.036 s]
[INFO] Apache Maven Shade Plugin .......................... SUCCESS [ 15.117 s]
[INFO] Apache Maven SCM Publish Plugin .................... SUCCESS [  7.732 s]
[INFO] Apache Maven Dependency Plugin ..................... SUCCESS [01:27 min]
[INFO] Apache Maven Plugins Aggregator .................... SUCCESS [  5.095 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:23 min
[INFO] Finished at: 2017-11-11T05:57:29+00:00
[INFO] Final Memory: 112M/771M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
	at org.jvnet.hudson.maven3.launcher.Maven33Launcher.main(Maven33Launcher.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:330)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:238)
	at jenkins.maven3.agent.Maven33Main.launch(Maven33Main.java:176)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
	... 31 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.67 KB of artifacts by 38.3% relative to #2107
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2107

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2107/display/redirect?page=changes>

Changes:

[hboutemy] use released plexus-java

------------------------------------------
[...truncated 592.50 KB...]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.524s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.147s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [13.944s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [20.966s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.043s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.010s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.580s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.671s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.552s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.657s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.795s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.173s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.122s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.208s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.460s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.409s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [14.502s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.676s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.431s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.438s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [20.518s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.300s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.509s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.941s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.977s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.236s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.230s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.585s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.954s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.938s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.980s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.124s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [28.672s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.475s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.609s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.678s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.273s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.468s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.534s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:12.776s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.816s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:54.607s
[INFO] Finished at: Sat Nov 11 05:37:29 UTC 2017
[INFO] Final Memory: 85M/706M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org hboutemy@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2106

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2106/display/redirect?page=changes>

Changes:

[hboutemy] [MSITE-802] improved explanations of generatedSite parameter

------------------------------------------
[...truncated 964.71 KB...]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.247s]
[INFO] Apache Maven JMod Plugin .......................... FAILURE [0.635s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [3.641s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.277s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [16.369s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [7.844s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.250s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [9.594s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:38.801s
[INFO] Finished at: Fri Nov 10 07:39:27 UTC 2017
[INFO] Final Memory: 84M/667M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jmod-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jmod-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2105

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2105/display/redirect?page=changes>

Changes:

[khmarbaise] Fixed missing copyright header.

------------------------------------------
[...truncated 590.91 KB...]
[INFO] Apache Maven JMod Plugin .......................... FAILURE [0.346s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.448s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [25.533s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.453s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.344s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:12.531s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.109s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:46.945s
[INFO] Finished at: Wed Nov 08 19:38:48 UTC 2017
[INFO] Final Memory: 84M/655M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jmod-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jmod-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.66 KB of artifacts by 38.3% relative to #2104
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2104

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2104/display/redirect?page=changes>

Changes:

[khmarbaise] Added serveral integration tests.
Upgraded maven-compiler-plugin to 3.7.0
Upgraded maven-invoker-plugin to 3.0.1
Enhanced maven-invoker-plugin configuration

------------------------------------------
[...truncated 950.32 KB...]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.229s]
[INFO] Apache Maven JMod Plugin .......................... FAILURE [0.708s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [3.651s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.486s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.629s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [7.298s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.134s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [9.085s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:32.229s
[INFO] Finished at: Wed Nov 08 18:40:01 UTC 2017
[INFO] Final Memory: 85M/676M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-alpha-2-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.4-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jmod-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jmod-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.66 KB of artifacts by 15.3% relative to #2103
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org khmarbaise@apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2103

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2103/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-59] removed TOC entry number in TOC (DOXIA-564)

------------------------------------------
[...truncated 598.00 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.996s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.745s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.352s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.144s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.916s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.672s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.701s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.644s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.238s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.852s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.207s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.539s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.356s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.847s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.469s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.120s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [19.196s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.974s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.903s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.757s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.479s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.594s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.438s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.735s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.297s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.796s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.609s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.297s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.156s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.469s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.047s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:35.718s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [28.985s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.468s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.750s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.562s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.110s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.469s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.703s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.531s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.703s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:19.181s
[INFO] Finished at: Sun Nov 05 19:37:52 UTC 2017
[INFO] Final Memory: 85M/670M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.66 KB of artifacts by 38.3% relative to #2102
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org michaelo@apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2102

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2102/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-47] use localized doc descriptor when available
Submitted by: Tim Rademacher
Applied with some modification and an additional IT

------------------------------------------
[...truncated 592.89 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.845s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [12.265s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.567s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.812s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.366s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.965s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.064s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.697s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.842s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.013s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.054s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.953s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.962s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.187s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.079s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.259s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.799s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.653s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.784s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.806s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.861s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.742s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.658s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.079s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.352s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.957s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.728s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.966s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.665s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.433s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [43.333s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:50.817s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [29.316s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.498s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.453s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.484s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.379s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.984s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.448s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:12.833s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.408s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:20.883s
[INFO] Finished at: Sun Nov 05 18:37:55 UTC 2017
[INFO] Final Memory: 84M/657M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.66 KB of artifacts by 38.3% relative to #2101
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org michaelo@apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2101

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2101/display/redirect?page=changes>

Changes:

[Robert Scholte] Add documentation

------------------------------------------
[...truncated 591.98 KB...]
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 235 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 211 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.429s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.958s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [13.784s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [20.933s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.992s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.974s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.790s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.609s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.609s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.928s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.485s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.188s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.963s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.362s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.142s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.488s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.877s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.654s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.135s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.728s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.678s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.071s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.314s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.084s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [22.597s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.016s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.635s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.382s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.082s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.682s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.575s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:45.921s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [29.688s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.582s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.200s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.499s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.073s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.900s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.792s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.980s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.501s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:25.468s
[INFO] Finished at: Sun Nov 05 15:37:51 UTC 2017
[INFO] Final Memory: 86M/585M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org michaelo@apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2100

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2100/display/redirect?page=changes>

Changes:

[hboutemy] [MJLINK-4] run this IT only when Java 9

------------------------------------------
[...truncated 591.33 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.204s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.344s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [17.525s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [26.563s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.681s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.855s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.596s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.515s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.326s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [15.146s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.373s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.984s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.647s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.823s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.757s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.725s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [38.590s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [24.802s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.836s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.748s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.318s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.811s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.559s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [5.261s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.597s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [23.640s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.095s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.760s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.675s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.081s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.405s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:38.521s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [31.840s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.615s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.981s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.333s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.062s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.440s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.654s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.926s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.888s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:13.227s
[INFO] Finished at: Sat Nov 04 15:38:51 UTC 2017
[INFO] Final Memory: 86M/563M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.66 KB of artifacts by 38.3% relative to #2099
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org michaelo@apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2099

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2099/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-494] javadoc:aggregate ignores repositories declared in sub-modules
Introduce mock repository manager
restructure IT folders

------------------------------------------
[...truncated 666.69 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.869s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.829s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [17.060s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.051s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.090s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.202s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.587s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.408s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.710s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.055s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [16.228s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [15.448s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.466s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.817s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.871s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.963s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [15.098s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.820s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.142s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [16.625s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [41.695s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.534s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.424s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.917s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.803s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.340s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.839s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.876s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.418s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.600s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [58.004s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:44.164s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [33.094s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.558s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.877s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.818s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [26.404s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.785s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.599s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.438s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [7.521s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:49.165s
[INFO] Finished at: Sat Nov 04 11:44:14 UTC 2017
[INFO] Final Memory: 85M/633M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 417.66 KB of artifacts by 23.0% relative to #2098
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org michaelo@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2098

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2098/display/redirect?page=changes>

Changes:

[Michael Osipov] [MPIR-359] Generated links for Mercurial SCM are broken

------------------------------------------
[...truncated 591.87 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.611s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.606s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.113s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.066s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.208s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.805s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.910s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.566s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.442s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.559s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.087s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.383s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.957s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.089s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.071s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.344s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.134s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.784s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.486s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.108s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [21.591s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.336s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.869s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.563s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.216s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [23.346s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.665s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.204s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.595s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.905s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [55.356s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:42.320s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [30.365s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.451s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.596s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.416s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.333s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.458s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.215s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:16.003s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.195s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:02.163s
[INFO] Finished at: Sun Oct 29 21:37:29 UTC 2017
[INFO] Final Memory: 84M/659M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 415.66 KB of artifacts by 38.5% relative to #2097
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org michaelo@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2097

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2097/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-498] "module not found" when Java 9 module-info present
Also adjust ITs to run with Java9

------------------------------------------
[...truncated 592.79 KB...]
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.134s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.953s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.384s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.115s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [19.796s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.777s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.759s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.957s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.143s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.902s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.158s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.818s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.046s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.121s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.319s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.309s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.795s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.978s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [11.276s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.173s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.972s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.583s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.861s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.993s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.092s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.783s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.501s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.688s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.333s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.474s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.691s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:47.420s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [29.646s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.509s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.258s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.412s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [20.474s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.371s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.718s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:16.681s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.183s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:34.724s
[INFO] Finished at: Sun Oct 29 08:38:27 UTC 2017
[INFO] Final Memory: 85M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2096

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2096/display/redirect?page=changes>

Changes:

[adangel] [MPMD-235] Javadoc errors when building with java8

------------------------------------------
[...truncated 616.03 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.011s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.679s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [18.538s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [26.620s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.728s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [21.959s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.411s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.370s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.032s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.761s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.366s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.204s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.693s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.196s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.009s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.867s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.804s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.015s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.296s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.678s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [30.661s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.420s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.700s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.158s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.824s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.214s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.597s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.349s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.307s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.100s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.161s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:44.906s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [32.195s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.702s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.127s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.305s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.869s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.093s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.573s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.522s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [4.494s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:51.622s
[INFO] Finished at: Sat Oct 28 17:38:10 UTC 2017
[INFO] Final Memory: 85M/652M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2095
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2095

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2095/display/redirect?page=changes>

Changes:

[adangel] [MPMD-240] Migrate plugin to Maven 3.0

Version has now 3 segements and is 3.9.0-SNAPSHOT

------------------------------------------
[...truncated 2.30 MB...]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.991s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.844s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.624s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.846s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.104s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.121s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.239s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.972s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.420s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.122s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.754s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.630s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.948s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.797s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.066s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.673s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.999s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.870s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.581s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.256s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.435s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.986s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.226s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.697s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.531s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.186s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.116s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.986s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.221s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.555s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.851s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:41.785s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [29.292s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.484s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.929s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.394s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.017s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.799s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.880s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:12.522s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [3.915s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:16.329s
[INFO] Finished at: Sat Oct 28 09:39:40 UTC 2017
[INFO] Final Memory: 84M/612M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9.0-SNAPSHOT/maven-pmd-plugin-3.9.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2094
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2094

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2094/display/redirect?page=changes>

Changes:

[adangel] [MPMD-240] Migrate plugin to Maven 3.0

maven-compat now only needed for tests

[adangel] [MPMD-240] Migrate plugin to Maven 3.0

Upgrade maven-reporting-impl and doxia

[adangel] [MPMD-240] Migrate plugin to Maven 3.0

Housekeeping:

*   renaming package to o.a.m.plugin*s*.pmd
*   Rename the groupIds of the integration tests
    from o.a.m.plugin... to o.a.m.plugins...

[adangel] [MPMD-240] Migrate plugin to Maven 3.0

------------------------------------------
[...truncated 625.24 KB...]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.741s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.865s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [32.994s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.764s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [8.926s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.167s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.468s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [28.054s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.253s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.773s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.418s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [29.664s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.736s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:55.057s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [33.424s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.732s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.928s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [3.026s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.779s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.573s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.957s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.954s]
[INFO] Apache Maven Plugins Aggregator ................... FAILURE [9.901s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:43.673s
[INFO] Finished at: Sat Oct 28 08:39:34 UTC 2017
[INFO] Final Memory: 84M/683M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt> -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.rat.mp.RatCheckException: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.rat.mp.RatCheckMojo.check(RatCheckMojo.java:194)
	at org.apache.rat.mp.RatCheckMojo.execute(RatCheckMojo.java:182)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2093

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2093/display/redirect?page=changes>

Changes:

[Robert Scholte] [MCOMPILER-313] Support mrjar dependency with module descriptor only in META-INF/versions/x

------------------------------------------
[...truncated 617.57 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-plugins-aggregator ---
[INFO] 91 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] 231 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 207 licence.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.613s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [23.290s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [30.197s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [1:52.024s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.432s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [1:07.585s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [25.103s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.808s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [21.798s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [21.340s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [24.040s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [34.610s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [35.447s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [46.257s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [47.484s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [29.182s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [1:23.046s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.108s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.488s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [22.096s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [1:49.383s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [49.698s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.876s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.415s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [22.326s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [1:58.837s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [2:36.880s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [48.741s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [35.935s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [2:16.858s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [2:15.630s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [3:50.110s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [52.091s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.919s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [21.130s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [29.781s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [1:30.163s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [49.867s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [15.442s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:17.962s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [6.140s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 37:11.447s
[INFO] Finished at: Tue Oct 24 21:43:17 UTC 2017
[INFO] Final Memory: 82M/589M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org rfscholte@apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2092

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2092/display/redirect?page=changes>

Changes:

[Robert Scholte] Improve JDeprScanConsumer

------------------------------------------
[...truncated 594.83 KB...]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [16.249s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.451s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [14.011s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.909s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.899s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.315s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.272s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.669s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.598s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.918s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.565s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [53.041s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:45.006s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.948s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.559s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.493s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.482s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.631s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.219s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.769s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.252s]
[INFO] Apache Maven Plugins Aggregator ................... FAILURE [3.779s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:33.943s
[INFO] Finished at: Sun Oct 22 12:38:46 UTC 2017
[INFO] Final Memory: 84M/548M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt> -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.rat.mp.RatCheckException: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.rat.mp.RatCheckMojo.check(RatCheckMojo.java:194)
	at org.apache.rat.mp.RatCheckMojo.execute(RatCheckMojo.java:182)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2091
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org rfscholte@apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2091

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2091/display/redirect?page=changes>

Changes:

[hboutemy] fixed link to site-mojo.html

[hboutemy] created "common issues and workaround" section

------------------------------------------
[...truncated 593.76 KB...]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.822s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [22.815s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.298s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.452s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.849s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.509s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.489s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.482s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.888s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.367s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.211s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.653s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:46.000s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.894s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.548s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.388s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.506s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.868s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.264s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.910s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.094s]
[INFO] Apache Maven Plugins Aggregator ................... FAILURE [3.627s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:13.059s
[INFO] Finished at: Sat Oct 21 16:37:43 UTC 2017
[INFO] Final Memory: 83M/626M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt> -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.rat.mp.RatCheckException: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.rat.mp.RatCheckMojo.check(RatCheckMojo.java:194)
	at org.apache.rat.mp.RatCheckMojo.execute(RatCheckMojo.java:182)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2090
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2090

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2090/display/redirect?page=changes>

Changes:

[hboutemy] [MPOM-169] removed hardcoded rat version

------------------------------------------
[...truncated 594.49 KB...]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.868s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.782s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.570s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.934s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.535s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.941s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.158s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.345s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.671s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [17.897s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.493s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.810s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.360s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:43.725s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.446s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.696s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.176s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.576s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.560s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.384s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.525s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.700s]
[INFO] Apache Maven Plugins Aggregator ................... FAILURE [8.935s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:43.171s
[INFO] Finished at: Sat Oct 21 03:38:40 UTC 2017
[INFO] Final Memory: 82M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt> -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project maven-plugins-aggregator: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.rat.mp.RatCheckException: Too many files with unapproved license: 22 See RAT report in: <https://builds.apache.org/job/maven-plugins-windows/ws/target\rat.txt>
	at org.apache.rat.mp.RatCheckMojo.check(RatCheckMojo.java:194)
	at org.apache.rat.mp.RatCheckMojo.execute(RatCheckMojo.java:182)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2089

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2089/display/redirect?page=changes>

Changes:

[Robert Scholte] Simplify code

------------------------------------------
[...truncated 608.28 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [1:35.379s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.087s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.717s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [29.454s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [59.293s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [1:48.726s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.695s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.939s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [20.784s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [39.161s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [1:37.671s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [1:13.760s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [49.622s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [1:11.435s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [45.949s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [46.918s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [2:05.587s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [1:18.907s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [54.730s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.975s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [1:07.476s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [1:14.496s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [57.545s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.342s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.627s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [1:05.288s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [1:08.053s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [1:18.577s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.868s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [1:22.806s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [32.136s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:28.358s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [33.316s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.222s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.695s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [14.747s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.067s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.756s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.326s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:11.038s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.906s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32:40.369s
[INFO] Finished at: Fri Oct 20 15:14:52 UTC 2017
[INFO] Final Memory: 83M/585M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 15.5% relative to #2088
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2088

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2088/display/redirect?page=changes>

Changes:

[hboutemy] added more tricks about Velocity filtering

------------------------------------------
[...truncated 588.90 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [2:30.975s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [2:00.678s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [1:33.980s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [2:01.591s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [1:13.855s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [1:46.874s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [1:29.826s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [43.806s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [1:02.368s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [43.670s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [1:24.880s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [1:26.710s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [43.852s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [57.301s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [1:00.926s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [42.380s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [1:38.234s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [46.790s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [25.763s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [26.433s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [2:10.432s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [14.097s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [49.740s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.116s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.951s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [32.200s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [51.621s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [28.486s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [45.066s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [49.313s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [1:52.451s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [3:33.221s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [34.176s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.876s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [21.326s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [15.530s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [1:00.464s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [43.377s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [7.441s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:47.222s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [14.787s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43:16.727s
[INFO] Finished at: Thu Oct 19 23:35:26 UTC 2017
[INFO] Final Memory: 84M/588M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 30.9% relative to #2087
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2087

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2087/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] use released maven-reporting-exec

[hboutemy] [MSITE-787] use released maven-reporting-exec

------------------------------------------
[...truncated 594.93 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.066s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.384s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.352s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.162s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.986s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.335s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.866s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.681s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.109s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.303s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.194s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.364s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.433s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.959s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.274s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.485s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.742s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.816s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.582s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.026s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [36.624s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.812s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.231s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.061s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.017s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [29.387s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.629s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.331s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.308s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [30.279s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.415s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:53.161s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [27.014s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.950s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.638s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.501s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.119s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.444s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.661s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.754s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.616s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:45.584s
[INFO] Finished at: Mon Oct 16 23:38:14 UTC 2017
[INFO] Final Memory: 86M/632M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2086

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2086/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJLINK-4] NPE on execution
Use requiresDependencyResolution instead of requiresDependencyCollection (which only downloads the poms)

------------------------------------------
[...truncated 591.33 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.333s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.942s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.785s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.417s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.811s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.372s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.310s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.053s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.061s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.408s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [15.254s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.402s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.590s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.274s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.394s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.492s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [14.958s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.466s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.239s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [18.118s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [27.193s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.949s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.893s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.188s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.545s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.671s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.573s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.743s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.968s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.423s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.981s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:48.357s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.266s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.749s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.546s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.119s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.985s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [30.115s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.380s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:18.523s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.863s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:13.893s
[INFO] Finished at: Sun Oct 15 21:38:54 UTC 2017
[INFO] Final Memory: 84M/669M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2085

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2085/display/redirect?page=changes>

Changes:

[hboutemy] little improvements

------------------------------------------
[...truncated 597.52 KB...]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.955s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.113s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.254s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.386s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.970s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.350s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.915s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.844s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.364s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.686s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.055s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.862s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.173s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.081s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.474s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.439s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.981s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.803s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.210s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.175s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.988s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [16.386s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.956s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.438s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.272s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [28.800s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.100s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.293s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.120s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.273s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.105s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:56.545s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.110s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.559s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.278s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.363s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.664s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.544s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.019s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.133s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.668s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:18.324s
[INFO] Finished at: Sat Oct 14 15:37:32 UTC 2017
[INFO] Final Memory: 84M/746M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2084
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2084

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2084/display/redirect?page=changes>

Changes:

[hboutemy] [MSITE-792] improved explanations on Maven 3.5.0 WARNING for MNG-6189

------------------------------------------
[...truncated 589.81 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.264s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.458s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.770s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.325s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.999s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.607s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.051s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.108s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.654s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.129s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.525s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.120s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.020s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.407s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.830s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.542s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.176s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.534s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.288s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.889s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [22.803s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.282s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.898s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.402s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.296s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.362s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.324s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.377s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.035s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.984s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.946s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.072s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.415s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.485s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.045s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.461s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.577s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.645s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.178s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:16.705s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.563s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:14.406s
[INFO] Finished at: Sat Oct 14 13:37:43 UTC 2017
[INFO] Final Memory: 86M/679M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2083
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2083

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2083/display/redirect?page=changes>

Changes:

[Robert Scholte] Initial commit maven-jdeprscan-plugin

------------------------------------------
[...truncated 600.36 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.756s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.647s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.760s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.832s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.297s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.964s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.633s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.127s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.286s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.242s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.766s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.431s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.245s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.209s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.160s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.376s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [28.925s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.881s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.458s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.186s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.131s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.909s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.744s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.347s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.540s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.265s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.268s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.778s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.386s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.804s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [44.170s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:50.332s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [27.438s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.718s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.660s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.557s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.835s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.998s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.283s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.786s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.747s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:56.378s
[INFO] Finished at: Sat Oct 14 10:38:40 UTC 2017
[INFO] Final Memory: 86M/618M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2082

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2082/display/redirect?page=changes>

Changes:

[Robert Scholte] [MSITE-796] Unable to generate site with JDK9
Upgrade doxia-sitetools to 1.9.5
Fix ITs depending on non-Java9 compatible plugins

------------------------------------------
[...truncated 2.31 MB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.454s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.643s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.782s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [26.614s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [12.193s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [24.538s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.696s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.768s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [29.130s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [44.783s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [42.726s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.630s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.279s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.015s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.757s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.861s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [16.753s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.644s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.427s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.442s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [33.142s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [23.755s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.034s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.618s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.316s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [22.846s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.588s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.614s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.669s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.757s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [1:14.430s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [3:33.087s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [38.736s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.978s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.078s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.485s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.167s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [37.419s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.903s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:21.534s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.725s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:19.583s
[INFO] Finished at: Tue Oct 10 23:44:58 UTC 2017
[INFO] Final Memory: 86M/683M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2081
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2081

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2081/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] fixed third (last) cause of failing reports: XdocSink does not handle case where tableRow() is called without tableRows()

------------------------------------------
[...truncated 594.74 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [28.847s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [12.677s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [21.567s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [42.808s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.791s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [31.781s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [16.292s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.852s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [17.382s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [31.080s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [18.184s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [15.765s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.583s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.012s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.277s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.309s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [15.423s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [24.096s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [11.069s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [16.517s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [34.736s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [15.080s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.659s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.800s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.151s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.856s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.712s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [17.675s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.448s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [29.120s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [58.608s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:43.713s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [33.952s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.954s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [21.392s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [3.040s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [15.754s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [18.329s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [8.152s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:28.627s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.850s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:35.204s
[INFO] Finished at: Tue Oct 10 01:33:04 UTC 2017
[INFO] Final Memory: 83M/644M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2080

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2080/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] fixed stupid line length issue

------------------------------------------
[...truncated 589.76 KB...]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [11.096s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.044s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.489s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [18.791s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.455s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.212s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.965s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.112s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.623s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [11.263s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.526s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.600s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.304s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.044s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.368s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.938s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.320s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.203s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.019s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.293s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [19.302s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.122s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.874s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.125s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.221s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.526s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [8.681s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [11.755s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.264s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [19.451s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.801s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:07.684s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [20.892s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.551s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.294s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.158s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.188s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.995s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.891s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:05.349s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.672s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:41.563s
[INFO] Finished at: Sun Oct 08 22:35:08 UTC 2017
[INFO] Final Memory: 86M/632M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2079
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2079

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2079/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] check generated report xdoc content to avoid stupid failures

------------------------------------------
[...truncated 601.05 KB...]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.931s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.923s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.770s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [10.421s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.860s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.380s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.996s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [20.815s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.481s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.626s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.754s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.198s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [30.534s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:01.522s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [20.168s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.505s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [3.902s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.770s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.512s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.004s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.431s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [59.890s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.688s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:16.457s
[INFO] Finished at: Sun Oct 08 18:35:39 UTC 2017
[INFO] Final Memory: 85M/625M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (checkstyle-check) on project maven-pdf-plugin: You have 1 Checkstyle violation. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (checkstyle-check) on project maven-pdf-plugin: You have 1 Checkstyle violation.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoFailureException: You have 1 Checkstyle violation.
	at org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(CheckstyleViolationCheckMojo.java:580)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 3]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 3] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-pdf-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2078
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org hboutemy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2078

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2078/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] code simplification

[hboutemy] [MPDF-48] improved error message in case of failing report

------------------------------------------
[...truncated 589.21 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.554s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.222s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.182s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.148s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.244s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.792s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.371s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.739s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.723s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.157s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.139s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.719s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.002s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.474s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.185s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.426s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.359s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.831s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.618s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.670s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.682s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.224s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.647s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.273s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.226s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.079s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.511s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.895s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.149s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.600s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.577s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.143s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.808s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.561s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.776s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.428s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.729s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.839s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.890s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.041s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.740s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:49.696s
[INFO] Finished at: Sun Oct 08 17:37:05 UTC 2017
[INFO] Final Memory: 83M/712M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2077
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2077

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2077/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] fixed second cause of failing reports: report.generate() require proper classloader context

[hboutemy] [MPDF-48] fixed first cause of failing reports: use reportExec.canGenerateReport() to have proper classloader context

[hboutemy] [MPDF-48] added skipKnownFailingReports parameter to ease diagnosing root cause of reports failures

------------------------------------------
[...truncated 589.29 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.930s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.490s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.964s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.558s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.609s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.563s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.594s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.631s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.812s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.427s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.846s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.324s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.250s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.098s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.378s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.537s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.131s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.830s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.695s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.397s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.828s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.706s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.012s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.090s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.795s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.315s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.674s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.352s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.134s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.707s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.051s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:41.288s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.580s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.667s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.578s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.257s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.636s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.360s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.337s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.408s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.709s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:09.957s
[INFO] Finished at: Sun Oct 08 13:37:52 UTC 2017
[INFO] Final Memory: 86M/697M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 15.5% relative to #2076
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2076

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2076/display/redirect?page=changes>

Changes:

[hboutemy] [MEAR-171] fixed IT

------------------------------------------
[...truncated 590.82 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [20.174s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [15.591s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.864s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [33.646s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.765s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [23.239s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.777s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.931s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [12.464s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [16.451s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [17.129s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [15.319s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.585s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [9.376s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [7.104s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.717s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [14.744s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [12.884s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [11.333s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.156s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.803s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [14.242s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.227s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.123s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [8.173s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [29.725s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.602s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.901s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.879s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [33.614s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.124s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:58.590s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [28.640s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.611s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.161s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.578s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [13.862s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [16.933s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [7.580s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:08.862s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.783s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:50.335s
[INFO] Finished at: Fri Oct 06 00:39:41 UTC 2017
[INFO] Final Memory: 85M/653M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 23.2% relative to #2075
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2075

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2075/display/redirect?page=changes>

Changes:

[hboutemy] [MPDF-48] Make PDF plugin run reports when used with Maven 3
Submitted by: Sébastien Garelle

------------------------------------------
[...truncated 594.90 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.268s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.003s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.165s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.669s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [23.250s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.068s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.698s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.813s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.832s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.160s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.182s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.469s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.394s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.321s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.278s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.462s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.792s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.460s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.472s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.451s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [32.400s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.517s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.963s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.925s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.567s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.836s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.337s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.092s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.007s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [42.945s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [43.329s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:56.019s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.627s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.693s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.746s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.508s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.855s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.141s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.755s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.758s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.743s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:13.914s
[INFO] Finished at: Wed Oct 04 22:38:50 UTC 2017
[INFO] Final Memory: 85M/680M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2074

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2074/display/redirect?page=changes>

Changes:

[hboutemy] [MSITE-797] simplify stacktrace in case of report plugin execution failure

------------------------------------------
[...truncated 589.22 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.934s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.684s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.508s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [27.272s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [16.054s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.254s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.067s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.006s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.716s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [20.251s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [21.215s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [15.946s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.736s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.715s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.906s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.574s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [16.394s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [12.718s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [12.516s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.419s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [27.303s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.496s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.220s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.815s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [9.364s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.562s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.537s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.613s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [10.953s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.440s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.982s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:46.520s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [27.068s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.543s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.979s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.509s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [13.269s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [20.692s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [7.289s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:17.111s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.672s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:27.036s
[INFO] Finished at: Sun Oct 01 06:39:15 UTC 2017
[INFO] Final Memory: 84M/656M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2073

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2073/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-war-plugin-3.2.0

------------------------------------------
[...truncated 589.13 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.225s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.598s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.401s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.073s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.278s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.600s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.888s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.353s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.087s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.640s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [24.008s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.673s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.654s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.223s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.381s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.610s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.838s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.947s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.399s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.703s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.933s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.870s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.215s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.789s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.096s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.003s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.398s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.682s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.957s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.901s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.701s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:45.243s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.403s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.578s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.623s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.350s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.717s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.366s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.630s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.302s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.734s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:36.234s
[INFO] Finished at: Sat Sep 30 16:38:26 UTC 2017
[INFO] Final Memory: 85M/614M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.2.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.2.1-SNAPSHOT/maven-war-plugin-3.2.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2072

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2072/display/redirect?page=changes>

Changes:

[Michael Osipov] [MWAR-407] Binary files are modified during web.xml filtering; revert MWAR-404

This is a regression caused by MWAR-404 and therefore needs to be reverted for now.

------------------------------------------
[...truncated 593.21 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.024s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.676s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.589s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.362s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [27.570s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [1:03.842s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [59.128s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [24.867s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [26.888s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.531s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [16.393s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [15.501s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [21.332s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.213s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.100s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.683s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [14.583s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [25.796s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.021s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.405s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [45.340s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.388s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.674s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.351s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [22.776s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.833s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.077s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [31.722s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.302s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.754s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.034s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:43.841s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.818s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.684s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.286s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [19.504s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.810s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.693s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.473s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.929s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.729s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:37.929s
[INFO] Finished at: Tue Sep 26 22:44:49 UTC 2017
[INFO] Final Memory: 84M/676M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 23.2% relative to #2071
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2071

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2071/display/redirect?page=changes>

Changes:

[khmarbaise] [MJLINK-5] Parameter 'compression' is wrong. It is 'compress'
 o Changed the wrong parameter for commandline from compression
   into the correct on compress. Change the name of the parameter
   accordingly.

------------------------------------------
[...truncated 590.00 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.958s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.639s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.514s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [31.825s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.234s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.766s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.369s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.077s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [21.994s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.221s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.444s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.011s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.306s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.221s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [18.100s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.453s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.664s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.538s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.653s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.911s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [36.210s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.341s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.796s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.151s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.943s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.477s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.845s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.134s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.204s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.320s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.054s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.149s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [38.368s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.534s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.782s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.583s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.096s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.947s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.074s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.925s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.584s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:58.284s
[INFO] Finished at: Mon Sep 18 17:38:33 UTC 2017
[INFO] Final Memory: 86M/707M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2070

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2070/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-jmod-plugin-3.0.0-alpha-1

------------------------------------------
[...truncated 633.80 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.236s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.751s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.532s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [19.361s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.823s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.513s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.207s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.165s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.173s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.799s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.191s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.846s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.478s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.099s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.684s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.832s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.432s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.189s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.101s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.042s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [27.285s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.479s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.799s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.096s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.647s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [20.106s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.517s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.954s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.115s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [22.271s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [30.327s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:04.435s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [20.283s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.680s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [3.778s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.893s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.503s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.054s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.740s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.633s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.649s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:49.578s
[INFO] Finished at: Sun Sep 17 12:35:36 UTC 2017
[INFO] Final Memory: 86M/552M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2069
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2069

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2069/display/redirect?page=changes>

Changes:

[khmarbaise] Back to 3.0.0-alpha-1 based on CANCELED VOTE.

[khmarbaise] [MJMOD-5] Usage of moduleName in describe/list goal / classpath usage in create goal
 o in describe/list goal change the moduleName into jmodFile using 
   a default or can be given explicit by a property.
   Added IT's for direct call of the goals describe/list.
 o Removed the parameter classPath from the goal create. The command line
   will got the information from pathElements instead.

------------------------------------------
[...truncated 591.25 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.221s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.499s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.084s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.101s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.245s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.552s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.703s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.438s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.813s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.838s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.028s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.876s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.923s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.203s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.324s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.461s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.481s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.972s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.138s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.375s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.922s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.121s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.165s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.927s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.520s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [34.796s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.844s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.262s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.949s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.849s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.667s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.173s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.922s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.506s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.425s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.479s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.851s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.494s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.592s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.093s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.650s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:00.453s
[INFO] Finished at: Sun Sep 17 11:37:46 UTC 2017
[INFO] Final Memory: 83M/713M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-1-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-1-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 23.2% relative to #2068
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2068

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2068/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-jmod-plugin-3.0.0-alpha-1

[khmarbaise] Fixing site generation failure during
release.

[khmarbaise] Undone release steps based on site generation failure.

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-jmod-plugin-3.0.0-alpha-1

------------------------------------------
[...truncated 589.46 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.792s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.107s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.014s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.130s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.819s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.548s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.710s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [6.238s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.666s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.852s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.932s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.865s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.052s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.044s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.031s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.347s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.728s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.744s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.557s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.322s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [22.643s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.258s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.887s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.734s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.678s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [22.442s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [10.711s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.173s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.134s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [22.048s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [36.566s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:24.221s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [23.501s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.455s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.526s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.315s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.494s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.160s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.714s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:07.630s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.566s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:08.870s
[INFO] Finished at: Sat Sep 16 19:40:10 UTC 2017
[INFO] Final Memory: 85M/676M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2067
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2067

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2067/display/redirect?page=changes>

Changes:

[khmarbaise] Go back to 3.0.0-alpha-1-SNAPSHOT

[khmarbaise] o Added IT for describe and list goal.
o Reformatted groovy code.

[khmarbaise] [MJAR-237] Navigation link "Creating an Executable JAR File" is wrong.
 o Fixed two links

------------------------------------------
[...truncated 591.96 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.023s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.093s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.395s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.992s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.636s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.864s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.960s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.644s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.853s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.048s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.143s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.096s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.166s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.109s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.232s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.394s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.442s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.500s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.453s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [12.641s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.406s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.906s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.140s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.984s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.156s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.734s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.688s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.203s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.157s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.859s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [37.030s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:27.612s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [22.286s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.528s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.643s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.307s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.772s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.328s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.321s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:06.396s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.545s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:21.391s
[INFO] Finished at: Sat Sep 16 17:36:48 UTC 2017
[INFO] Final Memory: 84M/721M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-1-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-1-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2066
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2066

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2066/display/redirect?page=changes>

Changes:

[khmarbaise] o Changed moduleName into outputFileName to prevent confusions.
o Checking existence of jmod file for describe/list goal.

[khmarbaise] Get the IT's working.
 o the moduleName is only used to name the jmod file 
   in target directory.
 o Fixed handling of getPlatformSeparatedList()

------------------------------------------
[...truncated 589.68 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.709s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.211s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.147s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.447s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.043s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.842s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.200s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.758s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.067s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.774s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.096s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.967s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [7.913s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.025s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.246s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.378s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.706s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.662s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.855s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.167s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.061s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.931s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.814s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.897s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.150s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.886s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.851s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.256s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.998s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.137s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [37.416s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:23.593s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [23.364s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.830s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.602s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.852s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.623s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.304s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.175s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:07.819s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.674s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:31.533s
[INFO] Finished at: Sat Sep 16 16:36:52 UTC 2017
[INFO] Final Memory: 85M/659M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2065
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2065

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2065/display/redirect?page=changes>

Changes:

[khmarbaise] Added handling of classpath/modulepath.
Currently the IT's are failing.

------------------------------------------
[...truncated 595.24 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.543s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.378s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.260s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.954s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.075s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.699s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.321s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.030s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.826s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.216s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.373s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.423s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.565s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.309s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.413s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.570s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.268s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.609s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.956s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.862s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [31.275s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.115s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.763s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.382s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.217s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.437s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.036s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.706s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.030s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.571s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.958s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.504s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [23.660s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.643s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.841s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.221s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.247s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [17.052s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.861s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:09.180s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.596s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:07.662s
[INFO] Finished at: Sat Sep 16 15:37:38 UTC 2017
[INFO] Final Memory: 86M/692M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2064
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2064

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2064/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-171] Full customization of FileNameMapping is needed
 o Implemented full file name mapping by using
   maven-mapping shared component.
 o Made integration tests more reliable.
 o Changed all integration tests cause the default for the file name 
   mapping is defined as:
   @{groupId}@-@{artifactId}@-@{version}@@{dashClassifier?}@.@{extension}@
 o Introduced a new parameter outputFileNameMapping which
   can be used to change the mapping based on the maven-mapping
   component.

------------------------------------------
[...truncated 599.23 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.617s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.949s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.269s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.076s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.964s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.733s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.960s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.811s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.451s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.776s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.552s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.083s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.363s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.139s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.603s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.302s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.344s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.359s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [12.553s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.364s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.459s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.045s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.554s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.335s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.925s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.235s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.015s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.584s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [21.930s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [28.185s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.983s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:41.105s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.841s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.837s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.085s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.213s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.598s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.395s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [7.577s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.731s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.844s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:31.495s
[INFO] Finished at: Wed Sep 13 21:38:43 UTC 2017
[INFO] Final Memory: 86M/687M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2063

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2063/display/redirect?page=changes>

Changes:

[khmarbaise] Cleaned up a little bit.

------------------------------------------
[...truncated 596.30 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.429s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.279s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.439s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.345s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.802s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.710s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.695s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.398s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.888s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.474s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [15.158s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.414s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.674s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [16.669s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.484s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.838s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.818s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.446s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.872s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.676s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [29.007s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.471s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.167s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.369s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.144s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [32.441s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.222s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.778s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.229s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.908s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.932s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.641s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.405s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.482s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.777s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.544s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.434s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.875s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.793s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.479s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.589s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:34.946s
[INFO] Finished at: Mon Sep 11 19:39:22 UTC 2017
[INFO] Final Memory: 86M/717M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2062

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2062/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-jlink-plugin-3.0.0-alpha-1

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-jmod-plugin-3.0.0-alpha-1

------------------------------------------
[...truncated 590.74 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.620s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.820s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.247s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.158s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.873s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.356s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [18.842s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.149s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.665s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.183s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.945s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.445s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.093s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.732s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.931s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [16.586s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.216s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.255s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.841s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.323s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.909s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.875s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.026s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.076s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.854s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.164s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.338s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.081s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.089s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.575s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.434s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.386s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.953s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.460s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.130s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.500s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.840s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [16.707s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.782s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.427s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.640s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:38.463s
[INFO] Finished at: Sat Sep 09 14:37:58 UTC 2017
[INFO] Final Memory: 85M/629M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jmod-plugin-3.0.0-alpha-2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-alpha-2-SNAPSHOT/maven-jlink-plugin-3.0.0-alpha-2-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 54.1% relative to #2061
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2061

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2061/display/redirect?page=changes>

Changes:

[khmarbaise] Run Integrations tests only if we have JDK 9 as Run Time Envioronment
for the integration tests (-Dinvoker.javaHome=..) given. Otherwise
the usage of jmod utility is not possible.

------------------------------------------
[...truncated 591.74 KB...]
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.319s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.486s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.785s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.378s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.133s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.329s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.696s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.192s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.903s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.883s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.191s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.419s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.652s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.636s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.624s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.560s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.926s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.340s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.946s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.074s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.871s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.593s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.697s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [20.493s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.018s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.275s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.111s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.761s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.359s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.480s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.329s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:38.757s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.740s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.567s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.750s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.454s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.645s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.698s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.896s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.132s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.634s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:30.478s
[INFO] Finished at: Sat Sep 09 13:38:09 UTC 2017
[INFO] Final Memory: 84M/672M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2060
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2060

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2060/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-dependency-plugin-3.0.2

------------------------------------------
[...truncated 591.35 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.319s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.449s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [27.675s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.621s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.690s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.155s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.082s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.407s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.610s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.270s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.775s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.888s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.452s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.083s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.461s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.976s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.102s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.037s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.241s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.295s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.633s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.324s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.949s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.892s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [21.462s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.717s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.802s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.401s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.998s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.874s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.815s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:44.023s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.347s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.629s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.649s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.454s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.329s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.459s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.080s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.980s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.642s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:41.306s
[INFO] Finished at: Sat Sep 09 12:38:06 UTC 2017
[INFO] Final Memory: 84M/733M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2059
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2059

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2059/display/redirect?page=changes>

Changes:

[khmarbaise] [MDEP-583] Failed to create release on JDK 8 based on JavaDoc issues
 o Fixed JavaDoc issues with JDK 8.
 o Fixed some checkstyle reported issues as well.

------------------------------------------
[...truncated 600.15 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.661s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.589s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.303s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.489s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.962s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.377s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.449s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.126s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.745s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.589s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.879s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.304s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.784s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.574s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.375s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.886s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.591s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.566s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.703s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.453s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.246s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.356s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.457s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.370s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.787s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.808s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.828s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.437s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.741s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.229s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.146s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.085s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.387s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.518s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.728s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.450s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.101s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.360s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.543s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:18.874s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.808s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:13.165s
[INFO] Finished at: Sat Sep 09 11:37:57 UTC 2017
[INFO] Final Memory: 84M/735M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2058
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2058

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2058/display/redirect?page=changes>

Changes:

[khmarbaise] Undone release base on JDK 8 JavaDoc issues.

------------------------------------------
[...truncated 590.68 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.665s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [16.298s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.156s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.547s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.357s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.142s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.920s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.066s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.563s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.792s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.691s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.530s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.437s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.670s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.688s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.688s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.781s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.875s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.421s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.500s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.578s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.126s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.188s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.094s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.969s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [35.235s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.406s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.984s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.016s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.563s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.000s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.045s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.281s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.536s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.035s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.365s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.649s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.225s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.983s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:18.483s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.581s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:26.897s
[INFO] Finished at: Sat Sep 09 10:38:01 UTC 2017
[INFO] Final Memory: 87M/705M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2057
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2057

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2057/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-dependency-plugin-3.0.2

------------------------------------------
[...truncated 590.34 KB...]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.3-SNAPSHOT\maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.687s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.005s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.923s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.491s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.723s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [24.362s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [16.253s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.721s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.322s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.161s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [25.470s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [15.144s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.824s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.858s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.116s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.964s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.285s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.651s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.741s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.073s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.204s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.317s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.673s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.258s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.084s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.582s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.278s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.088s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.230s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.090s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.168s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.035s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.673s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.489s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.511s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.479s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.183s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.381s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.331s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.643s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.772s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:32.185s
[INFO] Finished at: Sat Sep 09 09:38:00 UTC 2017
[INFO] Final Memory: 86M/694M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2056
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.3-SNAPSHOT/maven-dependency-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2056

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2056/display/redirect?page=changes>

Changes:

[khmarbaise] [MDEP-581] Downgrade maven-artifact-transfer to release version instead of SNAPSHOT

------------------------------------------
[...truncated 590.33 KB...]
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.472s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.833s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.259s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.924s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.321s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.168s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.043s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.720s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.047s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.853s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.573s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.916s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.329s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.038s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.176s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.269s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.986s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.738s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.000s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.845s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.692s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.341s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.473s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.685s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.959s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.757s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.016s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.285s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.444s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.908s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.956s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:49.983s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.211s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.511s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.673s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.537s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.078s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.104s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.592s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.930s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.614s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:06.814s
[INFO] Finished at: Sat Sep 09 07:37:50 UTC 2017
[INFO] Final Memory: 86M/610M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2055

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2055/display/redirect?page=changes>

Changes:

[khmarbaise] Commented out test which actually does not work.

[khmarbaise] Improved docs

[khmarbaise] Improved docs
Added TODO

------------------------------------------
[...truncated 591.34 KB...]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.630s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.571s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.746s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.907s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.693s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.666s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [25.232s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.712s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.320s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.319s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [26.046s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.729s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.958s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.875s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.624s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.918s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.181s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.071s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [11.676s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.089s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.777s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [22.353s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.040s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.435s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.704s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.780s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.348s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [37.035s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [35.535s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.822s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.333s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:51.752s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [40.121s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.603s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.675s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.717s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.726s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [28.607s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [23.621s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [2:22.036s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [19.045s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:02.915s
[INFO] Finished at: Fri Sep 08 20:41:45 UTC 2017
[INFO] Final Memory: 86M/698M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2054

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2054/display/redirect?page=changes>

Changes:

[khmarbaise] o ease apache-rat by adding appropriate copyright headers.

[khmarbaise] o Added integation test profile
o Fixed some doc issues.

[khmarbaise] Improved integration test README.md
Added several integration tests for different kind of configurations.

------------------------------------------
[...truncated 603.51 KB...]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [18.046s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.606s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [28.999s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.131s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.562s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.637s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.543s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.259s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.831s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.347s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.720s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.709s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.155s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.188s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.200s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.566s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [14.702s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.280s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [23.652s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.703s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.519s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.575s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [19.662s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.129s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.428s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.678s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.181s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.073s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.004s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [38.140s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.201s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:42.247s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.319s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.813s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.987s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.857s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.956s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.460s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.988s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.876s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [1.443s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:25.995s
[INFO] Finished at: Thu Sep 07 19:39:03 UTC 2017
[INFO] Final Memory: 86M/709M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 23.2% relative to #2053
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2053

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2053/display/redirect?page=changes>

Changes:

[khmarbaise] Added exclusion for README.md

[khmarbaise] Added first integration test.

[khmarbaise] [MJLINK-1] Upgrade several plugins to get a working site generation
 o Upgraded maven-invoker-plugin, maven-site-plugin
   maven-javadoc-plugin also in reporting sections.

------------------------------------------
[...truncated 592.43 KB...]
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.078s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.221s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [44.395s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.837s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.439s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [32.863s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.537s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.216s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.610s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [29.536s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.052s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.593s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.916s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.079s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [19.233s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.410s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.605s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.978s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.186s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [18.671s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.494s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.407s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.790s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.255s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [22.805s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.930s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.026s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [17.470s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.454s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.366s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.720s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:44.099s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.975s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [0.645s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [5.340s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.533s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.361s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [16.544s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.134s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:18.954s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.650s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:05.248s
[INFO] Finished at: Wed Sep 06 22:12:53 UTC 2017
[INFO] Final Memory: 86M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce (ban-known-bad-maven-versions) on project maven-jlink-plugin: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:225)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution ban-known-bad-maven-versions of goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce failed.
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:110)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
Caused by: java.lang.NullPointerException
	at org.apache.maven.artifact.versioning.ComparableVersion.parseVersion(ComparableVersion.java:354)
	at org.apache.maven.artifact.versioning.ComparableVersion.<init>(ComparableVersion.java:345)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.parseVersion(DefaultArtifactVersion.java:110)
	at org.apache.maven.artifact.versioning.DefaultArtifactVersion.<init>(DefaultArtifactVersion.java:46)
	at org.apache.maven.plugins.enforcer.RequireMavenVersion.execute(RequireMavenVersion.java:46)
	at org.apache.maven.plugins.enforcer.EnforceMojo.execute(EnforceMojo.java:202)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	... 31 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2052
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2052

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2052/display/redirect?page=changes>

Changes:

[khmarbaise] Upgraded to plexus-java version 0.9.3

------------------------------------------
[...truncated 594.04 KB...]
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.954 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.888 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.302 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.100s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [24.230s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.741s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.538s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.252s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.630s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [27.174s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.040s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.051s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.248s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.420s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.165s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.430s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [20.430s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.760s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.890s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.589s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.211s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.675s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.132s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [27.408s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [27.347s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [21.861s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.852s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.028s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.858s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.035s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.627s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.196s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.164s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [56.119s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:45.248s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.130s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [8.602s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.743s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.297s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.891s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.966s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.679s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:29.808s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.716s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14:11.865s
[INFO] Finished at: Wed Sep 06 19:39:54 UTC 2017
[INFO] Final Memory: 84M/595M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 15.5% relative to #2051
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2051

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2051/display/redirect?page=changes>

Changes:

[khmarbaise] Added hint about alpha release state.

[khmarbaise] Fixed docs.

------------------------------------------
[...truncated 594.01 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.567s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.649s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.645s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [19.163s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.511s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [16.856s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.311s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.083s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.662s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.665s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.374s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [11.129s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.630s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.074s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.604s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.582s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.082s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.177s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.419s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.639s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [36.333s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.250s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.098s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.969s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.214s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.024s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.204s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.140s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.354s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [33.253s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.335s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:18.443s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.458s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.239s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [3.888s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [5.287s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [18.694s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [22.877s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [9.762s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:38.319s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [1.352s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:29.442s
[INFO] Finished at: Tue Sep 05 20:38:02 UTC 2017
[INFO] Final Memory: 85M/698M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2050
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2050

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2050/display/redirect?page=changes>

Changes:

[khmarbaise] Cleaned up docs.

------------------------------------------
[...truncated 592.42 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.046s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.438s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [23.734s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.297s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.312s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.345s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.781s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.344s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [24.844s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.969s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.719s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.735s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.266s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.127s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.854s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.991s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.042s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.959s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.114s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.648s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.078s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.248s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.882s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.079s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.817s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.020s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.399s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.477s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.366s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.467s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.834s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.725s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.942s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.058s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.255s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.486s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.224s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.724s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.509s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.649s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.592s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:31.057s
[INFO] Finished at: Tue Sep 05 19:37:48 UTC 2017
[INFO] Final Memory: 85M/621M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2049
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2049

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2049/display/redirect?page=changes>

Changes:

[khmarbaise] o Improved error message
o Fixed command line options issue.

[khmarbaise] Cleaned up docs.
Removed some unused parameters.

[khmarbaise] o Changed ResolutionScope from COMPILE_PLUS_RUNTIME 
  to RUNTIME only.
o Improved usage docs.

[khmarbaise] Added plexus-java cause we need information about module-info.class
to correctly create a Java Run Time Image.
Using the dependencies only to handle modules.

------------------------------------------
[...truncated 592.89 KB...]
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.936s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.944s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.312s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.418s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.102s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.895s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.267s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.009s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.883s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.253s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.292s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.780s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.680s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.139s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.313s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.506s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.838s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.215s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.323s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.988s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.284s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.045s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.127s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.040s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.281s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.667s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.240s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.414s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.379s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.274s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.460s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:42.143s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.890s]
[INFO] Apache Maven JLink Plugin ......................... FAILURE [1.097s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.583s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.323s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.417s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.722s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.150s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.549s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.719s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:20.434s
[INFO] Finished at: Tue Sep 05 18:38:08 UTC 2017
[INFO] Final Memory: 85M/716M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-jlink-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-jlink-plugin:maven-plugin:3.0.0-SNAPSHOT: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.codehaus.plexus:plexus-java:jar:0.9.3-SNAPSHOT in apache-snapshots (http://repository.apache.org/snapshots/)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jlink-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 15.5% relative to #2048
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2048

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2048/display/redirect?page=changes>

Changes:

[khmarbaise] Enhanced directory structure.

[khmarbaise] Fixed links.

------------------------------------------
[...truncated 593.45 KB...]
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.998 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.709 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.773s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.069s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.999s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.601s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.924s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.431s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.626s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.088s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.675s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.727s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.369s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.738s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.770s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.376s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [19.457s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.554s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.461s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.380s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.933s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.861s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.325s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.455s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.437s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.211s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.196s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.454s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.673s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.806s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.136s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.317s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.735s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:36.871s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.070s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [7.961s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.424s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.410s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.555s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.234s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.674s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.459s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.636s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:21.808s
[INFO] Finished at: Sun Sep 03 14:37:50 UTC 2017
[INFO] Final Memory: 84M/666M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2047
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2047

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2047/display/redirect?page=changes>

Changes:

[khmarbaise] Improved docs.

[khmarbaise] Improved docs.

------------------------------------------
[...truncated 594.02 KB...]
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.252 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.948 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.414 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.640s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.496s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [13.576s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [20.935s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.682s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.402s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.999s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.726s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.878s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.603s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.603s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.686s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.040s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.091s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.985s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.502s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.346s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.338s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.369s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [12.697s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [22.863s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.474s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.126s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.848s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.233s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.432s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.159s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.407s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.500s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.080s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [48.352s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:46.917s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.503s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [8.309s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.256s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.463s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.476s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.333s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.673s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.196s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [1.164s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:05.051s
[INFO] Finished at: Sun Sep 03 13:37:37 UTC 2017
[INFO] Final Memory: 85M/697M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2046
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2046

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2046/display/redirect?page=changes>

Changes:

[khmarbaise] Fixed checkstyle reported error.

------------------------------------------
[...truncated 593.33 KB...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.88 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.207 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.914s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.881s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.083s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.912s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.484s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.906s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [26.442s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.972s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.619s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.046s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.166s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.493s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.159s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.950s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.696s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.709s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.357s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.266s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.679s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.833s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.742s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.079s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.335s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.997s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.176s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.852s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.330s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.087s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.972s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.303s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.092s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:36.520s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.415s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [7.894s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.263s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.360s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.020s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.505s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.621s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.105s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.679s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:18.874s
[INFO] Finished at: Sun Sep 03 01:37:45 UTC 2017
[INFO] Final Memory: 84M/726M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2045
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2045

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2045/display/redirect?page=changes>

Changes:

[khmarbaise] Fixed links.

[khmarbaise] Fixed docs.

[khmarbaise] Enhanced docs.

[khmarbaise] Added deploySite.sh script.

[khmarbaise] Improved parameter docs.

[khmarbaise] Improved documentation of parameters

------------------------------------------
[...truncated 596.90 KB...]
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.366s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.727s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.655s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.916s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.481s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.805s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.659s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.996s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.069s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.218s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.178s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.640s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.331s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.786s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.361s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.647s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.001s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.776s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.160s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.574s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [22.563s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.165s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.500s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.752s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.769s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [36.799s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.184s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.596s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.579s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.461s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.947s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.714s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.957s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [8.494s]
[INFO] Apache Maven JMod Plugin .......................... FAILURE [4.025s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.879s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.531s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.488s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.054s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:29.972s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.656s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:37.132s
[INFO] Finished at: Sun Sep 03 00:38:02 UTC 2017
[INFO] Final Memory: 85M/722M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (checkstyle-check) on project maven-jmod-plugin: You have 1 Checkstyle violation. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (checkstyle-check) on project maven-jmod-plugin: You have 1 Checkstyle violation.
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoFailureException: You have 1 Checkstyle violation.
	at org.apache.maven.plugin.checkstyle.CheckstyleViolationCheckMojo.execute(CheckstyleViolationCheckMojo.java:580)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-jmod-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org khmarbaise@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2044

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2044/display/redirect?page=changes>

Changes:

[khmarbaise] Checkstyle reported issue.

[khmarbaise] Added list and describe goal.

------------------------------------------
[...truncated 593.45 KB...]
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.906 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.033 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.162 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.751 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.382s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.692s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.122s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [36.618s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [23.670s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.846s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [23.436s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.064s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.084s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [23.060s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.816s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.765s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.732s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.520s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.945s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.922s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [1:11.165s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [34.751s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.297s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.752s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [38.133s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [40.777s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [22.520s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.872s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.574s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.190s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.340s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.305s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.632s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.176s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [51.829s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [3:31.911s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [57.805s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [38.169s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [18.468s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.479s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.388s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.251s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.984s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.645s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [2.019s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:57.378s
[INFO] Finished at: Sat Sep 02 23:43:54 UTC 2017
[INFO] Final Memory: 85M/720M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2043
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2043

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2043/display/redirect?page=changes>

Changes:

[khmarbaise] Changed location for resulting run time image
Added more docs.

[khmarbaise] [MJDEPS-8] Upgrade plexus-utils to version 3.1.0

[khmarbaise] Added Maven JLink Plugin and Maven JMod Plugin
to the build.

[khmarbaise] Fixed typos/links etc.

------------------------------------------
[...truncated 594.12 KB...]
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.828 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.188 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.447s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.659s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.999s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.423s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.718s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.196s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.856s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.860s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.444s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.953s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.985s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.817s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.370s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.561s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.813s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.658s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.977s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [23.169s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.474s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.366s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.470s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.188s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.397s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.777s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.805s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.071s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.571s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.128s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.867s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.578s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.953s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:35.992s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [37.672s]
[INFO] Apache Maven JLink Plugin ......................... SUCCESS [7.531s]
[INFO] Apache Maven JMod Plugin .......................... SUCCESS [4.281s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.359s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.921s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.906s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.624s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:11.922s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.547s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:31.583s
[INFO] Finished at: Sat Sep 02 22:38:10 UTC 2017
[INFO] Final Memory: 85M/709M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\pom.xml to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jmod-plugin\target\maven-jmod-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jmod-plugin/3.0.0-SNAPSHOT/maven-jmod-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\pom.xml to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jlink-plugin\target\maven-jlink-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-jlink-plugin/3.0.0-SNAPSHOT/maven-jlink-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] No prior successful build to compare, so performing full copy of artifacts
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2042
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2042

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2042/display/redirect?page=changes>

Changes:

[khmarbaise] Refactored code.

[khmarbaise] Safe current code implementation.
Next step refactoring.

------------------------------------------
[...truncated 574.98 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.003 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.153 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.163s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.193s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.314s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.861s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.548s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.367s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [29.623s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.145s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.578s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.240s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.269s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.117s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.542s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.918s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.332s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.074s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.465s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.703s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.088s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.972s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.043s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.718s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.659s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.943s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.049s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.560s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.419s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.291s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.563s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.526s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.264s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.920s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.579s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.593s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.910s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.848s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.935s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.815s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.602s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:17.204s
[INFO] Finished at: Sat Sep 02 21:37:41 UTC 2017
[INFO] Final Memory: 84M/586M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2041
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2041

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2041/display/redirect?page=changes>

Changes:

[khmarbaise] Handle config directories with default.
Handle cmds directories with default.

------------------------------------------
[...truncated 575.21 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.892 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.868 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.005 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.22 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [16.403s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.958s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [17.288s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.264s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [24.825s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.139s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.237s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.451s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [24.130s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.888s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.778s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.141s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.554s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.828s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [23.952s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.728s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.629s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.401s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.994s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.071s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.340s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [46.270s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.828s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.891s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.953s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [40.672s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [42.141s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [46.765s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.422s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.860s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [50.657s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:42.775s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.495s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.007s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.288s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.093s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.571s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:24.090s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.838s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:28.224s
[INFO] Finished at: Sat Sep 02 20:42:51 UTC 2017
[INFO] Final Memory: 84M/627M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2040
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2040

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2040/display/redirect?page=changes>

Changes:

[khmarbaise] Added handling of default loations for cmds, configs.

[khmarbaise] Enhanced pom file description
Enhanced JavaDoc etc.
Enhanced parameter descriptions.
Refactored the code to use the same path handling command line etc.
for later reuse of code.
Added first site informations.

------------------------------------------
[...truncated 576.37 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.685 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.777 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.734s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.716s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [28.961s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [18.865s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.290s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [28.772s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.244s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.315s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.521s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [11.309s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [25.886s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [25.793s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.611s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.980s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.466s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.762s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.176s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.169s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [22.392s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.031s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [21.764s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.827s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.586s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.378s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [35.076s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [19.466s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.284s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [13.059s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.194s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [37.193s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.958s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:00.411s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [19.821s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.857s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [24.852s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.835s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.048s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.770s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.620s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:59.459s
[INFO] Finished at: Sat Sep 02 19:37:51 UTC 2017
[INFO] Final Memory: 85M/735M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2039
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2039

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2039/display/redirect?page=changes>

Changes:

[khmarbaise] Fixed issue in usage page.

------------------------------------------
[...truncated 574.94 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.014 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.167 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.805 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.869s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.988s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.709s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.084s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.266s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [25.062s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.354s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.605s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.639s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.808s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.198s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.009s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.085s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.995s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.291s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.375s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.713s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.295s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [25.556s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.192s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [34.362s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.041s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.589s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.930s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.894s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.168s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.585s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.234s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.904s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.807s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.270s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:35.616s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.411s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.709s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.433s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.890s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.859s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.224s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.570s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:26.823s
[INFO] Finished at: Sat Sep 02 17:37:45 UTC 2017
[INFO] Final Memory: 82M/705M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2038
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2038

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2038/display/redirect?page=changes>

Changes:

[khmarbaise] Added deploySite.sh script for later deployment of the site.
Enhanced the documentation added first example usage for maven-jlink-plugin
to the site.

------------------------------------------
[...truncated 575.07 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.915 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.808 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [29.906s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.911s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.949s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.944s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.041s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.444s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.641s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.083s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.520s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.551s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.978s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.605s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.017s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.435s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.626s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.548s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.408s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.102s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.933s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.527s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.281s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.389s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.422s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.015s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.759s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.813s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.226s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.243s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.749s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.232s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.356s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:35.713s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.557s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.636s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.393s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.705s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.849s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:12.719s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.578s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:09.010s
[INFO] Finished at: Sat Sep 02 16:37:30 UTC 2017
[INFO] Final Memory: 84M/577M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2037
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2037

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2037/display/redirect?page=changes>

Changes:

[khmarbaise] cleaned up pom file.

[khmarbaise] Added basic site information.
Addded parameter documentation.
Added some unit tests for methods in AbstractJLinkMojo

------------------------------------------
[...truncated 576.03 KB...]
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.057 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.228 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.713 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.135s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.208s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.529s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.056s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.909s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.339s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.192s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.040s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.000s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.027s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.636s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.690s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.465s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.134s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.419s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.515s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.174s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [23.263s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.220s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.221s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.346s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.367s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.157s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.882s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.736s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.539s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.435s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.465s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.600s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.760s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.529s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:45.913s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.672s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.514s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.699s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.777s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.257s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.010s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.876s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:26.619s
[INFO] Finished at: Sat Sep 02 15:37:55 UTC 2017
[INFO] Final Memory: 84M/696M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2036
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2036

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2036/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-compiler-plugin-3.7.0

------------------------------------------
[...truncated 575.72 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.4 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.214 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.885 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.301 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.924s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.754s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.659s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.655s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.970s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.578s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.560s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.525s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.246s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.809s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.791s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.020s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.926s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.049s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.454s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [4.297s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.605s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.179s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.119s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.633s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.259s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.250s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.080s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.702s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.095s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.696s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.298s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.945s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.345s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [38.156s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.244s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [3:02.395s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [27.463s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.723s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.568s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.492s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.687s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:16.163s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [2.744s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:53.643s
[INFO] Finished at: Fri Sep 01 13:38:24 UTC 2017
[INFO] Final Memory: 83M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.7.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.7.1-SNAPSHOT/maven-compiler-plugin-3.7.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2035

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2035/display/redirect?page=changes>

Changes:

[Robert Scholte] Add colors to resolve-goal for modules

------------------------------------------
[...truncated 575.46 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.241 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.886 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.553s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.191s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.500s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.457s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.315s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.822s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.755s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.478s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.589s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.500s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.735s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.287s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.169s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.859s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.625s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.981s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.460s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.140s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.499s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [12.645s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.211s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [10.934s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.531s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.465s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.059s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [20.355s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [27.396s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.015s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.838s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.091s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [35.805s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:25.224s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [22.722s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.017s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.254s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.996s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.336s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:03.019s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.617s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:16.558s
[INFO] Finished at: Thu Aug 31 21:20:30 UTC 2017
[INFO] Final Memory: 83M/680M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2034

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2034/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-247] resource-ref in generated application.xml
 o Added integration test for resource-refs.

------------------------------------------
[...truncated 578.11 KB...]
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.933 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.713 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.334s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [12.070s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.998s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.448s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.303s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.184s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.555s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.991s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.451s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.390s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.646s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.062s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.025s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.976s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.057s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.363s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.830s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.725s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.268s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.365s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [37.025s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.962s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.276s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.700s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.576s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.222s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.307s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.693s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.236s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.958s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.281s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:45.043s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [27.410s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.699s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.213s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.812s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.564s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:16.882s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.705s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:30.143s
[INFO] Finished at: Wed Aug 30 18:38:20 UTC 2017
[INFO] Final Memory: 81M/644M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2033
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2033

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2033/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-jdeps-plugin-3.1.0

------------------------------------------
[...truncated 575.15 KB...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.576 sec - in org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojoTest
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.49 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.593 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.212 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.815 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.639s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [12.647s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [16.807s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [25.582s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.398s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [22.597s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.309s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.541s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [12.930s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [15.624s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [16.286s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [16.334s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.092s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [8.133s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.058s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.945s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [15.530s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.814s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.100s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [15.958s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [47.653s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.214s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.778s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [5.021s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.217s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.605s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [14.070s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [17.573s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [10.320s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.299s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [44.981s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:59.576s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [28.508s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.575s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.673s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.650s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.460s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:20.235s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.830s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:46.759s
[INFO] Finished at: Wed Aug 30 10:39:20 UTC 2017
[INFO] Final Memory: 84M/672M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.1.1-SNAPSHOT/maven-jdeps-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 23.2% relative to #2032
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2032

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2032/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-248] Support lookup-name in env-entry section
 o Added integration test

------------------------------------------
[...truncated 580.18 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.677 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.707 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.788 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.774s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.161s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.355s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [17.960s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.292s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.663s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.628s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.918s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.052s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.269s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.940s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.436s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.599s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.969s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.345s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.678s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.879s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [7.864s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [6.533s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.329s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [21.734s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [10.689s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.616s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [2.882s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.139s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.588s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.283s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [13.278s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [10.851s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [21.816s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.415s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [1:57.331s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [19.057s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.791s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.134s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.494s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.977s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [54.984s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.636s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:22.416s
[INFO] Finished at: Tue Aug 29 20:35:04 UTC 2017
[INFO] Final Memory: 84M/640M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2031

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2031/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJDEPS-6] -cp should not duplicated classes/files to analyze

------------------------------------------
[...truncated 575.89 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.588 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.073 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [16.955s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [12.308s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [17.462s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.931s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.880s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.850s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [31.059s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.940s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [12.679s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [15.206s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [15.469s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.710s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.596s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.306s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.227s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.922s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [14.418s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.417s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [10.679s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [16.875s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.036s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.512s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.144s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.715s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [8.146s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [27.860s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [13.740s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [17.452s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [10.045s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.507s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.660s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.138s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [22.856s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.381s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.394s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.047s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.544s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:07.469s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.591s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:44.633s
[INFO] Finished at: Mon Aug 28 21:38:14 UTC 2017
[INFO] Final Memory: 84M/662M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2030
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2030

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2030/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJDEPS-5] Require Java 7

------------------------------------------
[...truncated 584.94 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.734 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.047 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.896s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.361s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.400s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [18.708s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.731s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.810s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.007s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.112s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.439s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.710s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.128s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.746s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.642s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.385s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.247s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.778s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.597s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.075s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.549s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.946s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [21.954s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [10.432s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.973s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.301s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.673s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [20.342s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.609s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [13.055s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.796s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [35.661s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [33.321s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:18.195s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [21.765s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.234s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.984s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.593s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.188s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:02.859s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.953s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:19.316s
[INFO] Finished at: Mon Aug 28 20:36:01 UTC 2017
[INFO] Final Memory: 84M/622M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2029
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2029

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2029/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJDEPS-4] Upgrade commons-lang to be able to run with JDK9

------------------------------------------
[...truncated 575.55 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.972 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.954 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.172 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.303s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.705s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.800s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.626s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.721s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.771s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.418s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.803s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.823s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.071s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.645s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.334s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.962s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.729s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.419s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.605s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.384s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.680s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.278s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.283s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.116s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.281s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.651s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.485s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.955s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [38.933s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.116s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.019s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.163s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.003s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.676s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:35.714s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.061s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.475s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.162s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.556s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.787s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.521s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.660s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:12.491s
[INFO] Finished at: Mon Aug 28 12:37:33 UTC 2017
[INFO] Final Memory: 83M/745M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2028
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2028

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2028/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJDEPS-1] Make the plugin thread safe

------------------------------------------
[...truncated 574.98 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.376 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.262 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.124 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.862 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.674s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.086s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.440s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.523s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.338s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.848s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [12.937s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.481s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.121s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.760s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.070s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.820s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.233s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.915s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.145s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.213s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.535s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.768s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.488s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.125s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.051s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.488s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.770s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.833s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.636s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.205s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.730s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.349s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.877s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.433s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.949s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:37.993s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [23.908s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.622s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.476s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.017s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.736s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.262s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.681s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:37.988s
[INFO] Finished at: Mon Aug 28 11:37:13 UTC 2017
[INFO] Final Memory: 85M/610M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2027

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2027/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-248] Support lookup-name in env-entry section
 o Added lookup-name in env-entry section.

[khmarbaise] [MEAR-247] resource-ref in generated application.xml
 o Added the generation of resource-ref entries in application.xml

------------------------------------------
[...truncated 578.72 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.32 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.389 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.98 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.07 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.88 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.580s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.445s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [17.012s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [27.109s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.737s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.544s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.300s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.329s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.034s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.867s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.201s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.747s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.809s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.558s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.460s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.616s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.770s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.587s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.260s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.215s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [24.297s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.266s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.793s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.048s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.785s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.516s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.395s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.673s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.570s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.825s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.616s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:36.675s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.393s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.890s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.972s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.232s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.817s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.434s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.768s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:08.912s
[INFO] Finished at: Sun Aug 27 14:37:25 UTC 2017
[INFO] Final Memory: 84M/680M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2026
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2026

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2026/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-226] bundleFileName functionality for the acr plugin
 o Added AcrModule implementation to make bundleFileName
   configuration possible.

------------------------------------------
[...truncated 574.99 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.926 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.125 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.177 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.506s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.616s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.310s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.646s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.390s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.969s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.271s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.191s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.040s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.384s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.926s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.417s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.095s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.198s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.085s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.553s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.088s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.292s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.982s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.839s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.640s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.802s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.648s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.983s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.758s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.712s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.745s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.927s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.914s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.670s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.248s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:34.500s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.931s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.555s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [13.195s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [13.982s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.137s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:12.953s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.575s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:00.646s
[INFO] Finished at: Sun Aug 27 12:37:18 UTC 2017
[INFO] Final Memory: 83M/640M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2025
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2025

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2025/display/redirect?page=changes>

Changes:

[khmarbaise] [MWAR-410] Upgrade plexus-utils to version 3.1.0

------------------------------------------
[...truncated 574.74 KB...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 sec - in org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojoTest
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.119 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.06 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.938 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.797 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.952s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.281s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.166s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.769s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.080s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.870s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.286s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.110s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.994s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.839s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.144s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.909s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.066s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.956s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.047s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.358s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.957s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.815s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.812s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.251s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.470s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.508s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.944s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.950s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.191s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.713s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.095s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.469s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.810s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.469s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.872s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.423s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.890s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.479s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.478s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.570s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.319s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.894s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.709s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:59.069s
[INFO] Finished at: Sun Aug 27 11:37:27 UTC 2017
[INFO] Final Memory: 84M/684M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2024

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2024/display/redirect?page=changes>

Changes:

[Robert Scholte] [MCOMPILER-296] Add jpms.args to the META-INF folder

------------------------------------------
[...truncated 578.11 KB...]
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.559 sec - in org.apache.maven.plugins.dependency.resolvers.ResolveDependenciesMojoTest
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.834 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.757 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.247s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.152s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.836s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.716s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.042s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.699s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.079s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.902s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.480s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.886s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.639s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.864s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.821s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.934s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.187s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.329s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.711s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.619s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.091s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.842s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.935s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.918s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.114s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.990s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.589s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.109s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.065s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [16.104s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.910s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.767s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.588s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:50.909s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.978s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.712s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.258s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.762s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.942s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.469s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [1.109s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:10.544s
[INFO] Finished at: Tue Aug 22 21:37:57 UTC 2017
[INFO] Final Memory: 84M/704M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2023

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2023/display/redirect?page=changes>

Changes:

[khmarbaise] [MWAR-409] Upgrade maven-archiver to 3.2.0 / plexus-archiver 3.5
 o Upgraded maven-archiver to 3.2.0
 o Upgraded plexus-archiver to 3.5 
   Means in consequence to life the JDK minimum to JDK 7.

------------------------------------------
[...truncated 575.21 KB...]
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.063 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.797 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.125 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.766 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.360s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.594s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.147s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.807s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.355s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.774s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.282s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.542s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.402s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.878s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.941s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.255s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [5.272s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.971s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.040s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.357s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.721s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.609s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.693s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.151s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [23.663s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.060s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.839s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.594s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.787s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [38.577s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.861s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.450s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.477s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.067s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.125s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:42.552s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.376s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.422s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.437s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.578s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.656s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.031s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.657s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:50.553s
[INFO] Finished at: Sun Aug 20 11:37:16 UTC 2017
[INFO] Final Memory: 82M/677M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 15.5% relative to #2022
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2022

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2022/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-shade-plugin-3.1.0

[Robert Scholte] Lock maven-plugin-plugin to 3.5 so its report can be generated

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-shade-plugin-3.1.0

[Robert Scholte] Ensure plugin builds fine with Java9 as well

[Robert Scholte] [MSHADE-257] Bad zero length source jars published by 3rd parties cause source jar creation to fail.

[Robert Scholte] [MSHADE-258] RemappingClassAdapter is deprecated and throws an exception with ASM 6.0 beta
Provide IT

[Robert Scholte] Apply generics

[Robert Scholte] [MSHADE-242] Plugin does not work with Java 9
Upgraded ASM + JDependency
Adjust code due to dependency upgrades

[andham] Fixed visual defects in example page

[andham] minor formatting fix of parameter name in Usage page

[andham] [MEJB-115] Wrong default EJB version stated on Usage page

[khmarbaise] [MJMOD-1] Upgrade dependencies in component 
 o maven-compiler-plugin from 3.5.1 to 3.6.2
 o maven-resources-plugin from 3.0.1 to 3.0.2
 o maven-surefire-plugin from 2.19.1 to 2.20

[adangel] [MPMD-239] Add documentation about upgrading PMD version at runtime

------------------------------------------
[...truncated 577.24 KB...]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.025s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.172s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.593s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [6.310s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.993s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [19.025s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.393s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.083s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.901s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.950s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.432s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [39.383s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.272s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.112s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.772s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.583s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [23.022s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.491s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [30.256s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.850s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.360s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [1:35.034s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [5:34.839s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [1:14.882s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.004s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.604s]
[INFO] Apache Maven Shade Plugin ......................... FAILURE [21.225s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [20.128s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:31.612s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.666s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:46.551s
[INFO] Finished at: Sat Aug 19 14:53:50 UTC 2017
[INFO] Final Memory: 83M/628M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] Failed to execute goal on project maven-shade-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.1.1-SNAPSHOT: Could not transfer artifact org.vafer:jdependency:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused: Connection timed out: connect -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-shade-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.1.1-SNAPSHOT: Could not transfer artifact org.vafer:jdependency:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-shade-plugin:maven-plugin:3.1.1-SNAPSHOT: Could not transfer artifact org.vafer:jdependency:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not transfer artifact org.vafer:jdependency:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.vafer:jdependency:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.vafer:jdependency:jar:1.2 from/to central (http://repo.maven.apache.org/maven2): Connection to http://repo.maven.apache.org refused
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:951)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
Caused by: org.apache.maven.wagon.TransferFailedException: Connection to http://repo.maven.apache.org refused
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:892)
	at org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)
	at org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)
	at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:601)
	... 4 more
Caused by: org.apache.maven.wagon.providers.http.httpclient.conn.HttpHostConnectException: Connection to http://repo.maven.apache.org refused
	at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
	at org.apache.maven.wagon.providers.http.httpclient.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.maven.wagon.providers.http.httpclient.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:746)
	at org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:886)
	... 8 more
Caused by: java.net.ConnectException: Connection timed out: connect
	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
	at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at org.apache.maven.wagon.providers.http.httpclient.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
	at org.apache.maven.wagon.providers.http.httpclient.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
	... 15 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.1.1-SNAPSHOT/maven-shade-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org rfscholte@apache.org
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2021

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2021/display/redirect?page=changes>

Changes:

[olamy] [MJARSIGNER-53] merge pr fix #125

[olamy] [MJARSIGNER-53] - Add support of the "certchain" option in the "sign" mojo

------------------------------------------
[...truncated 577.39 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.758 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.707 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.043s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [24.142s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.076s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.042s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.382s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [32.318s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.373s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.107s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.650s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.612s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [26.526s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.960s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.520s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.788s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [6.616s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.666s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.577s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.811s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [23.869s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.491s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.052s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.756s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.719s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.976s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.959s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.694s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [28.453s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.743s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.533s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.452s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.516s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:39.182s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.722s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.258s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.342s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.839s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.906s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:17.238s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.664s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:11.279s
[INFO] Finished at: Fri Aug 18 13:38:58 UTC 2017
[INFO] Final Memory: 84M/710M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2020

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2020/display/redirect?page=changes>

Changes:

[khmarbaise] Updated description in pom file.

[khmarbaise] Upgraded maven-archiver 3.2.0, plexus-archiver 3.5
Improved code.

------------------------------------------
[...truncated 574.58 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.408 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.086 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.459 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.217 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.932 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [21.621s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.281s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.875s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.157s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.328s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.687s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.922s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.360s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.328s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.297s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.421s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.531s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.125s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.282s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.766s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.422s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.562s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.312s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.796s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.640s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.250s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.610s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [8.953s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.250s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.906s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [22.813s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.875s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [13.672s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.125s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [22.546s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [41.907s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:28.165s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.610s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.422s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.016s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [17.722s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.944s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:22.145s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.762s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:58.420s
[INFO] Finished at: Thu Aug 17 20:37:53 UTC 2017
[INFO] Final Memory: 84M/595M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2019
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2019

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2019/display/redirect?page=changes>

Changes:

[khmarbaise] [MEJB-118] Remove "J2EE" from plugin description and site

[khmarbaise] [MEJB-116] Clarify "properties removed" on intro page of site

[khmarbaise] [MEJB-117] Remove reference to old wiki page on intro page

------------------------------------------
[...truncated 588.36 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.388 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.927 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.998 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.255 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.374 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [16.108s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.459s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.065s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.606s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.984s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.055s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.168s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.116s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.764s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.710s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.109s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.777s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.425s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.880s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.405s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.695s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [26.675s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.297s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.810s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.379s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [31.281s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.291s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.410s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.859s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.491s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.570s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.823s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [18.903s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.404s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [27.920s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [42.201s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.767s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.967s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.884s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.489s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.196s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.310s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.966s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.828s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:30.284s
[INFO] Finished at: Thu Aug 17 19:38:41 UTC 2017
[INFO] Final Memory: 84M/670M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 23.2% relative to #2018
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2018

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2018/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-232] Remove param properties that doesn't make sense for CLI usage
 o Removed maven.ear.escapedBackslashesInFilePath,
   maven.ear.escapeString, maven.ear.skinnyWars, maven.ear.useJvmChmod.
 o Removed alias earName.

------------------------------------------
[...truncated 574.34 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.875 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [10.716s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [24.618s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.925s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [18.424s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.937s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [14.625s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [22.281s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.719s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.718s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.375s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.703s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.562s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.453s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.703s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.313s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.875s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.031s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [19.641s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.016s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.640s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [19.875s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.266s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.953s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.000s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.375s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.547s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.109s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.110s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [6.967s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.984s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [28.844s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [1:58.843s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [18.360s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.281s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.422s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [10.906s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.656s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:33.188s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [12.844s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:36.875s
[INFO] Finished at: Sun Aug 13 20:36:04 UTC 2017
[INFO] Final Memory: 84M/682M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2017
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2017

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2017/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-252] Upgrade plexus-archiver to 3.5.
 o Followup upgrade to JDK 7 minimum

[khmarbaise] [MEAR-253] Upgrade plexus-utils to version 3.1.0

[khmarbaise] [MEAR-252] Upgrade plexus-archiver to 3.5.

[khmarbaise] [MEAR-251] Upgrade maven-archiver to 3.2.0

------------------------------------------
[...truncated 574.23 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.869 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.878 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.554 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [10.724s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.790s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.785s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [18.292s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.733s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [14.655s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.782s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.800s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.345s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.616s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.654s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.706s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.280s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.811s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.218s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.768s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.738s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.140s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [24.345s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.498s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [19.739s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.604s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.946s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.093s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.442s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.326s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.246s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.017s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.014s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.475s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.950s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [1:58.868s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [18.777s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.372s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.415s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [10.875s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.741s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [55.603s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.617s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:25.247s
[INFO] Finished at: Sun Aug 13 19:35:01 UTC 2017
[INFO] Final Memory: 84M/540M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2016
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2016

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2016/display/redirect?page=changes>

Changes:

[Robert Scholte] [MCOMPILER-304] Introduce plexus-language component

[khmarbaise] [MTOOLCHAINS-20] Change the structure from org/apache/maven/plugin to org/apache/maven/plugins
 o Followup fixed the package names in the classes and the name in the components.xml
   file.

[khmarbaise] [MTOOLCHAINS-20] Change the structure from org/apache/maven/plugin to org/apache/maven/plugins

------------------------------------------
[...truncated 578.31 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.916 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [10.815s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.838s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.812s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [17.735s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.156s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.422s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.906s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.734s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.313s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.296s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.844s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.938s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.172s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.844s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.235s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.703s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.734s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.328s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.204s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [23.859s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [20.000s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.515s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.969s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.094s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [19.813s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.172s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [8.922s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [11.750s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.047s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.812s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.399s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:01.410s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [18.768s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.275s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.140s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [10.990s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.541s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.600s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.499s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:38.440s
[INFO] Finished at: Sun Aug 13 18:35:40 UTC 2017
[INFO] Final Memory: 84M/614M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2015
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2015

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2015/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-ejb-plugin-3.0.0

[khmarbaise] [maven-release-plugin] rollback the release of maven-ejb-plugin-3.0.0

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-ejb-plugin-3.0.0

[khmarbaise] [MEJB-114] Upgrade plexus-utils to version 3.1.0

[khmarbaise] [MEJB-113] Move component.xml to correct location.
 o Moved the folder filtered-resources to src/main/filtered-resources

------------------------------------------
[...truncated 574.73 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.7 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.802 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [10.401s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.598s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.473s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [17.905s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.605s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.073s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.896s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.933s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.333s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.598s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [24.160s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.494s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.246s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.819s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.238s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.783s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.769s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.092s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [6.925s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.633s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [20.199s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.344s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.841s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.162s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.260s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.209s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [8.895s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [11.871s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [6.808s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.414s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.916s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:01.565s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [18.950s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.220s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.142s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.020s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.837s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.001s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.513s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:22.611s
[INFO] Finished at: Sun Aug 13 15:34:44 UTC 2017
[INFO] Final Memory: 84M/619M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.1-SNAPSHOT/maven-ejb-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2014
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2014

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2014/display/redirect?page=changes>

Changes:

[khmarbaise] [MEJB-111] Upgrade plexus-archiver to 3.5.

[khmarbaise] [MEJB-110] Updated maven-archiver to 3.2.0
 o This in consequence means upgrade to JDK 7 minimum.

[khmarbaise] [MRAR-69] Upgrade plexus-archiver to 3.5.

[khmarbaise] [MRAR-68] Upgrade maven-archiver to 3.2.0
 o This in consequence means to upgrade to JDK 7 minimum.

------------------------------------------
[...truncated 574.58 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.941 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.927 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [23.053s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.038s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.928s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [17.929s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.830s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [25.647s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.969s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.792s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.204s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.457s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.594s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.592s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.363s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.125s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.212s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.822s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.094s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.163s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [6.886s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.664s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [19.923s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.287s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.788s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.039s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.241s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [17.978s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.727s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.196s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.228s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.340s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.575s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [1:59.504s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [18.965s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.369s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [8.893s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.192s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.725s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.630s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.638s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:33.065s
[INFO] Finished at: Sun Aug 13 14:39:13 UTC 2017
[INFO] Final Memory: 85M/606M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2013
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2013

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2013/display/redirect?page=changes>

Changes:

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-assembly-plugin-3.1.0

[khmarbaise] Undone release step based on JavaDoc errors with JDK 8

[khmarbaise] [maven-release-plugin] prepare for next development iteration

[khmarbaise] [maven-release-plugin] prepare release maven-assembly-plugin-3.1.0

[khmarbaise] [MASSEMBLY-868] Upgrade plexus-utils to version 3.1.0

------------------------------------------
[...truncated 577.08 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.047 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [15.094s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [11.056s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.525s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.555s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.379s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.525s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.401s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.414s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.811s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.985s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.725s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.370s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.018s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.860s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.033s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.634s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.551s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.315s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.259s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [22.551s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [22.003s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.603s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.418s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.116s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.762s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [21.565s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.590s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.278s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [6.959s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.538s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.311s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:16.938s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [23.119s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.592s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.394s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.305s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [18.261s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:04.294s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.768s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:14.737s
[INFO] Finished at: Sun Aug 13 12:59:21 UTC 2017
[INFO] Final Memory: 85M/693M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.1-SNAPSHOT/maven-assembly-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2012
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2012

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2012/display/redirect?page=changes>

Changes:

[khmarbaise] [MASSEMBLY-867] Upgrade maven-archiver to 3.2.0

------------------------------------------
[...truncated 575.44 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.752 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.858 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [10.203s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.000s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.766s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [17.454s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.302s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.147s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.883s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.966s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.154s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.776s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.751s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.513s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.278s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.984s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.281s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.816s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.410s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.655s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [6.783s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.707s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [19.916s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.472s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.803s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [2.945s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.250s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.770s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.331s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [11.694s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.106s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [18.332s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [29.650s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [1:58.594s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [18.835s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.200s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [8.950s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.082s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.527s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [55.701s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.498s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:06.122s
[INFO] Finished at: Sun Aug 13 11:34:46 UTC 2017
[INFO] Final Memory: 84M/684M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2011

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2011/display/redirect?page=changes>

Changes:

[khmarbaise] Removed commented out import statement.

[khmarbaise] [MCOMPILER-303] Failure of a build with JDK 9
 o Upgraded org.ow2.asm:asm:6.0_ALPHA to 6.0_BETA
 o Activated outcommented code in AsmModuleInfoParser.

[khmarbaise] [MCOMPILER-289] Comments in module-info.java break test compile due to parser issue
 o Upgraded to qdox version 2.0-M7 which contains the fix.

------------------------------------------
[...truncated 575.28 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.387 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.958 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [10.016s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.602s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [11.589s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [17.689s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.576s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [25.359s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [10.647s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.877s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.201s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.212s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [10.406s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.235s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.289s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.746s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.141s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.695s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.610s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.165s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [6.958s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.751s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [19.101s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.073s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [4.909s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [2.931s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.126s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [17.998s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.086s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.338s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.710s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [20.037s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [37.172s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:20.474s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [20.433s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.221s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [8.819s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.701s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [4.900s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.536s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.533s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:04.541s
[INFO] Finished at: Sat Aug 12 21:35:22 UTC 2017
[INFO] Final Memory: 84M/618M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 38.6% relative to #2010
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2010

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2010/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-493] Upgrade to QDox 2

------------------------------------------
[...truncated 575.11 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.332 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.426 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [13.601s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [10.422s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [13.466s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [21.697s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.651s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.295s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.650s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.259s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.773s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.558s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.710s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [11.809s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.491s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.510s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [17.603s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.172s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [9.878s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.919s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.413s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.166s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [1:17.550s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [22.039s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.070s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.359s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.448s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [20.157s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [10.047s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.362s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.078s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [20.937s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [33.687s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:16.765s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [23.078s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.312s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [10.000s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.765s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.562s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:05.560s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.582s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:45.004s
[INFO] Finished at: Sat Aug 12 13:37:13 UTC 2017
[INFO] Final Memory: 83M/572M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 414.23 KB of artifacts by 46.4% relative to #2009
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2009

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2009/display/redirect?page=changes>

Changes:

[Robert Scholte] [MDEP-580] Recognize source of name for automatic modules
Use (auto) for filename based and [auto] for manifest based automatic module names

------------------------------------------
[...truncated 574.86 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.806 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.854 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.597s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.469s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.420s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [26.804s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.610s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.751s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.057s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.862s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.588s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [11.300s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.236s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [11.166s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.392s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.443s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.359s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.776s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.423s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.145s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.251s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.825s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [31.297s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.403s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.421s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.018s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.067s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [19.021s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.524s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.832s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.611s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [20.353s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [30.111s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:01.080s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [19.610s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.758s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.361s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.671s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.099s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.765s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.644s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:49.868s
[INFO] Finished at: Fri Aug 11 11:35:36 UTC 2017
[INFO] Final Memory: 84M/715M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2008

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2008/display/redirect?page=changes>

Changes:

[khmarbaise] [MEJB-97] Remove param properties that doesn't make sense for CLI usage
 o Removed maven.ejb.jarName, maven.ejb.classifier, maven.ejb.clientClassifier,
   maven.ejb.ejbJar, maven.ejb.generateClient, maven.ejb.ejbVersion,
   maven.ejb.escapeBackslashesInFilePath, maven.ejb.escapeString, 
   maven.ejb.filterDeploymentDescriptor.

------------------------------------------
[...truncated 580.09 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.695 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.902 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.125s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.875s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.282s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [19.250s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.408s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.843s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [11.063s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [3.794s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.637s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [11.250s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.415s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [11.004s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.616s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.997s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.486s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.740s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.274s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.065s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.232s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [10.973s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.550s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.676s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.413s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.095s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.629s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [18.684s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.375s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [13.163s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.321s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [21.637s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [30.743s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:01.189s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [20.069s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.820s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.036s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [11.509s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.064s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:10.688s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.603s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9:47.933s
[INFO] Finished at: Thu Aug 10 18:35:22 UTC 2017
[INFO] Final Memory: 84M/702M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2007

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2007/display/redirect?page=changes>

Changes:

[khmarbaise] [MEAR-250] IT skinny-wars-javaee5 fails while running with JDK 9
 o By upgrading the IT using the newest version of maven-war-plugin:3.1.0
   will successfully run the IT.

------------------------------------------
[...truncated 581.94 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.809 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.403s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [8.809s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [12.098s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [19.287s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.766s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [15.900s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [24.107s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.103s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [8.944s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [10.803s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [11.478s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [10.734s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.390s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [4.984s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.706s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.746s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [10.546s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.165s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.517s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.425s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.767s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [9.548s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.648s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.499s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.373s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [21.122s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [9.337s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [12.918s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [7.048s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.729s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [31.400s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:05.327s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [21.410s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.956s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.777s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.194s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.088s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [58.601s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.584s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:04.809s
[INFO] Finished at: Tue Aug 08 19:35:55 UTC 2017
[INFO] Final Memory: 82M/737M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2006

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2006/display/redirect?page=changes>

Changes:

[Robert Scholte] [MDEP-578] Add message in case module name cannot be extracted from jar.

[Robert Scholte] Ensure there are module references, to prevent NoSuchElementException

------------------------------------------
[...truncated 593.39 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.848 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.72 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.077 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.718 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [16.571s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [9.668s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [18.260s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.029s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.751s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.997s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [15.263s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.675s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [11.830s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.455s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.559s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.115s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.086s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.275s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.480s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.406s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.354s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.847s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [11.208s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.844s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [35.456s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [13.407s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [8.444s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.984s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.389s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [23.304s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [10.510s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [14.503s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.184s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [24.981s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [36.252s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:26.358s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.968s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.943s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.163s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [16.998s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [8.109s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.406s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.755s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:00.817s
[INFO] Finished at: Sun Aug 06 06:38:21 UTC 2017
[INFO] Final Memory: 85M/728M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2005

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2005/display/redirect?page=changes>

Changes:

[Robert Scholte] [MDEP-577] dependency:list doesn't show module name

------------------------------------------
[...truncated 580.32 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.382 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.221 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.126 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.834 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.744 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.580s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [14.894s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.195s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.410s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.294s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.447s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.042s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.723s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.642s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.929s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.022s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [13.609s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.242s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.838s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.019s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.191s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.062s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.874s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.328s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.549s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [30.797s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.973s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.426s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.796s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.981s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.390s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [11.944s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.857s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.016s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [26.946s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [57.123s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:42.855s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.824s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.141s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.343s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.063s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.335s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:13.704s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.724s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:25.549s
[INFO] Finished at: Thu Jul 27 21:38:14 UTC 2017
[INFO] Final Memory: 85M/715M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2004

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2004/display/redirect?page=changes>

Changes:

[olamy] [maven-release-plugin] prepare for next development iteration

[olamy] [maven-release-plugin] prepare release maven-compiler-plugin-3.6.2

------------------------------------------
[...truncated 577.50 KB...]
Running org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.875 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.951 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.118 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.799 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [17.292s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [15.194s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.421s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [23.756s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.557s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.561s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.690s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.149s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.729s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.610s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [15.151s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.948s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.028s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [7.346s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.717s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.782s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.988s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [11.013s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.813s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.975s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [42.650s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.391s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [8.873s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.884s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.121s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [26.937s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [14.661s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [17.836s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.602s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [39.641s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [44.554s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:44.524s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [26.703s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.946s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.528s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [16.400s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.749s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:17.144s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.884s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13:07.641s
[INFO] Finished at: Tue Jul 25 23:39:17 UTC 2017
[INFO] Final Memory: 84M/680M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.3-SNAPSHOT/maven-compiler-plugin-3.6.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.73 KB of artifacts by 15.5% relative to #2003
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2003

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2003/display/redirect?page=changes>

Changes:

[Robert Scholte] [MJAVADOC-489] Javadoc plugin needs to set module path
preparations

------------------------------------------
[...truncated 583.87 KB...]
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.apache.maven.plugins.dependency.resolvers.TestResolveMojo
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.725 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.627 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [22.457s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [18.980s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.573s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [20.737s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.148s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [20.683s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.515s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.737s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [12.289s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.006s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.329s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [11.556s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.448s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.952s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [4.584s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [2.981s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.261s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [8.865s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [7.224s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [11.342s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [32.835s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [10.659s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.629s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.167s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [5.855s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [19.750s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [10.054s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [13.972s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.105s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.177s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [32.537s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:04.974s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [19.083s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.649s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.244s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.117s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.187s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [56.549s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.592s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:42.486s
[INFO] Finished at: Sun Jul 23 11:36:20 UTC 2017
[INFO] Final Memory: 83M/625M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.73 KB of artifacts by 38.7% relative to #2002
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2002

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2002/display/redirect?page=changes>

Changes:

[Robert Scholte] Java7 code cleanup (@Override, diamonds ,etc)

------------------------------------------
[...truncated 583.86 KB...]
Running org.apache.maven.plugins.dependency.TestCollectMojo
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 sec - in org.apache.maven.plugins.dependency.TestCollectMojo
Running org.apache.maven.plugins.dependency.TestGetMojo
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9 with transitive dependencies
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
[INFO] Resolving org.apache.maven:maven-model:jar:2.0.9
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 sec - in org.apache.maven.plugins.dependency.TestGetMojo
Running org.apache.maven.plugins.dependency.TestPropertiesMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.apache.maven.plugins.dependency.TestPropertiesMojo
Running org.apache.maven.plugins.dependency.TestSkip
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.212 sec - in org.apache.maven.plugins.dependency.TestSkip
Running org.apache.maven.plugins.dependency.tree.TestTreeMojo
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec - in org.apache.maven.plugins.dependency.tree.TestTreeMojo
Running org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.maven.plugins.dependency.utils.filters.TestDestFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.maven.plugins.dependency.utils.filters.TestMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.filters.TestResolveMarkerFileFilter
Running org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.maven.plugins.dependency.utils.markers.TestDefaultMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.maven.plugins.dependency.utils.markers.TestSourcesMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.11 sec - in org.apache.maven.plugins.dependency.utils.markers.TestUnpackMarkerFileHandler
Running org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyStatusSets
Running org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.maven.plugins.dependency.utils.TestDependencyUtil
Running org.apache.maven.plugins.dependency.utils.TestSilentLog
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugins.dependency.utils.TestSilentLog
Running org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.794 sec - in org.apache.maven.plugins.dependency.utils.translators.TestClassifierTypeTranslator

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:3.0.0:jar (default-jar) @ maven-dependency-plugin ---
[INFO] Building jar: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ maven-dependency-plugin ---
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.15:check (checkstyle-check) @ maven-dependency-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.1.1 with config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ maven-dependency-plugin ---
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[INFO] Installing F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-dependency-plugin\3.0.2-SNAPSHOT\maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.215s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [15.084s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.007s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.207s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [9.653s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [18.228s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.172s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.662s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.134s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [12.666s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.188s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.467s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.948s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.162s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.124s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.281s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [11.873s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.145s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.379s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.071s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [34.164s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.099s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [7.201s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.784s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [7.225s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.874s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.350s]
[INFO] Apache Maven Invoker Plugin ....................... SUCCESS [15.348s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.591s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.564s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [40.560s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:40.378s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.839s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.401s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [12.212s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [15.007s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.651s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:14.783s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.897s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:03.106s
[INFO] Finished at: Sun Jul 23 10:37:37 UTC 2017
[INFO] Final Memory: 83M/608M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-project-info-reports-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\target\maven-invoker-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.63 KB of artifacts by 30.9% relative to #2001
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2001

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2001/display/redirect?page=changes>

Changes:

[gboue] [MANTRUN-205] maven-antrun-plugin pages at maven.apache.org still have bad url codehaus references

Add example of using Ant Contrib, previously contained in removed dead link.

------------------------------------------
[...truncated 567.28 KB...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.429s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [17.104s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [15.970s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [24.737s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [11.848s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [21.271s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.789s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.220s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.818s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [14.432s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [14.945s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.223s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.407s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.217s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.742s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.392s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [13.400s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.899s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [9.716s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [14.169s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [28.494s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.252s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [6.526s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.097s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.898s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [24.357s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.878s]
[INFO] Apache Maven Invoker Plugin ....................... FAILURE [0.197s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [9.333s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [25.240s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [39.773s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:36.740s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [25.578s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.589s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [11.399s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.918s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [6.175s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:15.579s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.824s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:01.280s
[INFO] Finished at: Wed Jul 19 21:37:27 UTC 2017
[INFO] Final Memory: 84M/736M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-invoker-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.61 KB of artifacts by 46.4% relative to #2000
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #2000

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/2000/display/redirect?page=changes>

Changes:

[khmarbaise] Fixed naming of variables etc.

[khmarbaise] Get this running on JDK 9 and
don't fail with IndexOutOfBoundsException
based on commons-lang 2.4 usage.

[khmarbaise] Migrate to get this running on JDK 9+178
and don't fail with IndexOutOfBounceException
which is caused by commons-lang 2.4.

------------------------------------------
[...truncated 567.10 KB...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\1\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [12.193s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [17.444s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.452s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [20.916s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [8.685s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [17.461s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [13.050s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [4.665s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [9.651s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [11.305s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [12.111s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [12.581s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [3.891s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [5.821s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.045s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.052s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.314s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [9.098s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.197s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.060s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [26.926s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [11.377s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [5.720s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [3.563s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.677s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [21.461s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [10.588s]
[INFO] Apache Maven Invoker Plugin ....................... FAILURE [0.166s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.005s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [21.527s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [32.398s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:17.441s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [21.291s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [2.135s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [9.921s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [12.553s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.128s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:06.174s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.617s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10:29.975s
[INFO] Finished at: Wed Jul 19 19:35:46 UTC 2017
[INFO] Final Memory: 84M/682M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-invoker-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.61 KB of artifacts by 38.7% relative to #1999
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org olamy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE

Build failed in Jenkins: maven-plugins-windows #1999

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-windows/1999/display/redirect?page=changes>

Changes:

[Robert Scholte] [maven-release-plugin] prepare for next development iteration

[Robert Scholte] [maven-release-plugin] prepare release maven-javadoc-plugin-3.0.0-M1

------------------------------------------
[...truncated 566.82 KB...]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-windows/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-site-plugin:3.3:attach-descriptor (attach-descriptor) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to f:\jenkins\jenkins-slave\maven-repositories\0\org\apache\maven\plugins\maven-plugins-aggregator\1-SNAPSHOT\maven-plugins-aggregator-1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Maven ACR Plugin ........................... SUCCESS [14.338s]
[INFO] Apache Maven AntRun Plugin ........................ SUCCESS [17.773s]
[INFO] Apache Maven Changelog Plugin ..................... SUCCESS [14.433s]
[INFO] Apache Maven Changes Plugin ....................... SUCCESS [22.731s]
[INFO] Apache Maven Clean Plugin ......................... SUCCESS [10.358s]
[INFO] Apache Maven Compiler Plugin ...................... SUCCESS [19.098s]
[INFO] Apache Maven Deploy Plugin ........................ SUCCESS [14.676s]
[INFO] Apache Maven Documentation Checker Plugin ......... SUCCESS [5.362s]
[INFO] Apache Maven EAR Plugin ........................... SUCCESS [10.753s]
[INFO] Apache Maven EJB Plugin ........................... SUCCESS [13.894s]
[INFO] Apache Maven Help Plugin .......................... SUCCESS [13.773s]
[INFO] Apache Maven Install Plugin ....................... SUCCESS [14.282s]
[INFO] Apache Maven Jarsigner Plugin ..................... SUCCESS [4.062s]
[INFO] Apache Maven JDeps Plugin ......................... SUCCESS [6.316s]
[INFO] Apache Maven Linkcheck Plugin ..................... SUCCESS [5.639s]
[INFO] Apache Maven Patch Plugin ......................... SUCCESS [3.645s]
[INFO] Apache Maven PDF Plugin ........................... SUCCESS [12.199s]
[INFO] Apache Maven RAR Plugin ........................... SUCCESS [10.365s]
[INFO] Apache Maven Repository Plugin .................... SUCCESS [8.516s]
[INFO] Apache Maven Resources Plugin ..................... SUCCESS [13.141s]
[INFO] Apache Maven Site Plugin .......................... SUCCESS [25.740s]
[INFO] Apache Maven Source Plugin ........................ SUCCESS [12.061s]
[INFO] Apache Maven Stage Plugin ......................... SUCCESS [8.379s]
[INFO] Apache Maven Toolchains Plugin .................... SUCCESS [4.039s]
[INFO] Apache Maven Verifier Plugin ...................... SUCCESS [6.646s]
[INFO] Apache Maven WAR Plugin ........................... SUCCESS [25.773s]
[INFO] Apache Maven DOAP Plugin .......................... SUCCESS [12.506s]
[INFO] Apache Maven Invoker Plugin ....................... FAILURE [0.196s]
[INFO] Apache Maven JAR Plugin ........................... SUCCESS [8.295s]
[INFO] Apache Maven Assembly Plugin ...................... SUCCESS [23.277s]
[INFO] Apache Maven Checkstyle Plugin .................... SUCCESS [38.185s]
[INFO] Apache Maven Javadoc Plugin ....................... SUCCESS [2:32.850s]
[INFO] Apache Maven PMD Plugin ........................... SUCCESS [24.355s]
[INFO] Apache Maven Project Info Reports Plugin .......... FAILURE [1.522s]
[INFO] Apache Maven Remote Resources Plugin .............. SUCCESS [13.724s]
[INFO] Apache Maven Shade Plugin ......................... SUCCESS [14.159s]
[INFO] Apache Maven SCM Publish Plugin ................... SUCCESS [5.484s]
[INFO] Apache Maven Dependency Plugin .................... SUCCESS [1:11.585s]
[INFO] Apache Maven Plugins Aggregator ................... SUCCESS [0.703s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11:40.425s
[INFO] Finished at: Mon Jul 17 20:37:09 UTC 2017
[INFO] Final Memory: 84M/711M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project maven-invoker-plugin: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:210)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies(LifecycleDependencyResolver.java:117)
	at org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved(MojoExecutor.java:258)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:201)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.apache.maven.plugins:maven-invoker-plugin:maven-plugin:3.0.2-SNAPSHOT: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:189)
	at org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies(LifecycleDependencyResolver.java:185)
	... 33 more
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:375)
	at org.apache.maven.project.DefaultProjectDependenciesResolver.resolve(DefaultProjectDependenciesResolver.java:183)
	... 34 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:358)
	... 35 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.shared:maven-script-interpreter:jar:1.2 in central (http://repo.maven.apache.org/maven2)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:947)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:941)
	at org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)
	at org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)
	... 3 more
[ERROR] Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified.. -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.codehaus.mojo:keytool-maven-plugin:1.0:genkey (init) on project maven-project-info-reports-plugin: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:117)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:181)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:139)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:153)
	at hudson.remoting.UserRequest.perform(UserRequest.java:50)
	at hudson.remoting.Request$2.run(Request.java:336)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.maven.plugin.MojoExecutionException: Result of cmd.exe /X /C '""C:\Program Files\Java\jre1.8.0_121\..\bin\keytool.exe" -genkey -dname "cn=jetty, ou=jetty, L=Unknown, ST=Unknown, o=Apache, c=Unknown" -alias apache -keypass apache -keystore F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin/target/jetty.jks -storepass apache -validity 365 -keyalg RSA"' execution is: '1': The system cannot find the path specified..
	at org.codehaus.mojo.keytool.GenkeyMojo.execute(GenkeyMojo.java:207)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 30 more
[ERROR] 
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-invoker-plugin
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\pom.xml to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-antrun-plugin\target\maven-antrun-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-antrun-plugin/3.0.0-SNAPSHOT/maven-antrun-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\pom.xml to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-linkcheck-plugin\target\maven-linkcheck-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-linkcheck-plugin/1.3-SNAPSHOT/maven-linkcheck-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\pom.xml to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-scm-publish-plugin\target\maven-scm-publish-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-scm-publish-plugin/1.2-SNAPSHOT/maven-scm-publish-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\pom.xml to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-acr-plugin\target\maven-acr-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-acr-plugin/3.0.1-SNAPSHOT/maven-acr-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\pom.xml to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-install-plugin\target\maven-install-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-install-plugin/3.0.0-SNAPSHOT/maven-install-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\pom.xml to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-assembly-plugin\target\maven-assembly-plugin-3.1.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-assembly-plugin/3.1.0-SNAPSHOT/maven-assembly-plugin-3.1.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\pom.xml to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-docck-plugin\target\maven-docck-plugin-1.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-docck-plugin/1.2-SNAPSHOT/maven-docck-plugin-1.2-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/maven-plugins-windows/ws/pom.xml> to org.apache.maven.plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\pom.xml to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-clean-plugin\target\maven-clean-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-clean-plugin/3.0.1-SNAPSHOT/maven-clean-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\pom.xml to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-resources-plugin\target\maven-resources-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-resources-plugin/3.0.3-SNAPSHOT/maven-resources-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\pom.xml to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pmd-plugin\target\maven-pmd-plugin-3.9-SNAPSHOT.jar to org.apache.maven.plugins/maven-pmd-plugin/3.9-SNAPSHOT/maven-pmd-plugin-3.9-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\pom.xml to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-shade-plugin\target\maven-shade-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-shade-plugin/3.0.1-SNAPSHOT/maven-shade-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\pom.xml to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-toolchains-plugin\target\maven-toolchains-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-toolchains-plugin/3.0.0-SNAPSHOT/maven-toolchains-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\pom.xml to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-remote-resources-plugin\target\maven-remote-resources-plugin-1.6-SNAPSHOT.jar to org.apache.maven.plugins/maven-remote-resources-plugin/1.6-SNAPSHOT/maven-remote-resources-plugin-1.6-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-project-info-reports-plugin\pom.xml to org.apache.maven.plugins/maven-project-info-reports-plugin/2.10-SNAPSHOT/maven-project-info-reports-plugin-2.10-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\pom.xml to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-patch-plugin\target\maven-patch-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-patch-plugin/1.3-SNAPSHOT/maven-patch-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\pom.xml to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-compiler-plugin\target\maven-compiler-plugin-3.6.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-compiler-plugin/3.6.2-SNAPSHOT/maven-compiler-plugin-3.6.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\pom.xml to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-stage-plugin\target\maven-stage-plugin-1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-stage-plugin/1.1-SNAPSHOT/maven-stage-plugin-1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\pom.xml to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-verifier-plugin\target\maven-verifier-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-verifier-plugin/3.0.0-SNAPSHOT/maven-verifier-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\pom.xml to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jarsigner-plugin\target\maven-jarsigner-plugin-1.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-jarsigner-plugin/1.5-SNAPSHOT/maven-jarsigner-plugin-1.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\pom.xml to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ejb-plugin\target\maven-ejb-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ejb-plugin/3.0.0-SNAPSHOT/maven-ejb-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\pom.xml to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changelog-plugin\target\maven-changelog-plugin-2.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-changelog-plugin/2.4-SNAPSHOT/maven-changelog-plugin-2.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\pom.xml to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-help-plugin\target\maven-help-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-help-plugin/3.0.0-SNAPSHOT/maven-help-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\pom.xml to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-war-plugin\target\maven-war-plugin-3.1.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-war-plugin/3.1.1-SNAPSHOT/maven-war-plugin-3.1.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\pom.xml to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-ear-plugin\target\maven-ear-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-ear-plugin/3.0.0-SNAPSHOT/maven-ear-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-invoker-plugin\pom.xml to org.apache.maven.plugins/maven-invoker-plugin/3.0.2-SNAPSHOT/maven-invoker-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\pom.xml to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jdeps-plugin\target\maven-jdeps-plugin-3.0.1-SNAPSHOT.jar to org.apache.maven.plugins/maven-jdeps-plugin/3.0.1-SNAPSHOT/maven-jdeps-plugin-3.0.1-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\pom.xml to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-doap-plugin\target\maven-doap-plugin-1.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-doap-plugin/1.3-SNAPSHOT/maven-doap-plugin-1.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\dependency-reduced-pom.xml to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-site-plugin\target\maven-site-plugin-3.7-SNAPSHOT.jar to org.apache.maven.plugins/maven-site-plugin/3.7-SNAPSHOT/maven-site-plugin-3.7-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\pom.xml to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-changes-plugin\target\maven-changes-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-changes-plugin/3.0.0-SNAPSHOT/maven-changes-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\pom.xml to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-deploy-plugin\target\maven-deploy-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-deploy-plugin/3.0.0-SNAPSHOT/maven-deploy-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\pom.xml to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-repository-plugin\target\maven-repository-plugin-2.5-SNAPSHOT.jar to org.apache.maven.plugins/maven-repository-plugin/2.5-SNAPSHOT/maven-repository-plugin-2.5-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\pom.xml to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-source-plugin\target\maven-source-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-source-plugin/3.0.2-SNAPSHOT/maven-source-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\pom.xml to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-pdf-plugin\target\maven-pdf-plugin-1.4-SNAPSHOT.jar to org.apache.maven.plugins/maven-pdf-plugin/1.4-SNAPSHOT/maven-pdf-plugin-1.4-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\pom.xml to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-jar-plugin\target\maven-jar-plugin-3.0.3-SNAPSHOT.jar to org.apache.maven.plugins/maven-jar-plugin/3.0.3-SNAPSHOT/maven-jar-plugin-3.0.3-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\pom.xml to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-javadoc-plugin\target\maven-javadoc-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-javadoc-plugin/3.0.0-SNAPSHOT/maven-javadoc-plugin-3.0.0-SNAPSHOT.jar
[Fast Archiver] Compressed 413.61 KB of artifacts by 38.7% relative to #1998
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\pom.xml to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-dependency-plugin\target\maven-dependency-plugin-3.0.2-SNAPSHOT.jar to org.apache.maven.plugins/maven-dependency-plugin/3.0.2-SNAPSHOT/maven-dependency-plugin-3.0.2-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\pom.xml to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-rar-plugin\target\maven-rar-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-rar-plugin/3.0.0-SNAPSHOT/maven-rar-plugin-3.0.0-SNAPSHOT.jar
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\pom.xml to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.pom
[JENKINS] Archiving F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar to org.apache.maven.plugins/maven-checkstyle-plugin/3.0.0-SNAPSHOT/maven-checkstyle-plugin-3.0.0-SNAPSHOT.jar
Sending e-mails to: notifications@maven.apache.org
Sending e-mails to: notifications@maven.apache.org olamy@apache.org
channel stopped
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[WARNINGS] Skipping publisher since build result is FAILURE