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 2011/07/28 00:30:13 UTC

Build failed in Jenkins: maven-plugins-ITs-3.x #141

See <https://builds.apache.org/job/maven-plugins-ITs-3.x/141/changes>

Changes:

[rfscholte] Fix MECLIPSE-692: .project contains projects which were skipped during reactor build
Introducing maven-invoker-plugin

------------------------------------------
[...truncated 9142 lines...]
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException

  test(org.apache.maven.plugin.resources.remote.it.IT_FilterLocalOverride): Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/tools/Maven_3.0.3/bin/mvn -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository> org.apache.maven.plugins:maven-clean-plugin:clean generate-resources
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building filter-local-override 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.204s
[INFO] Finished at: Wed Jul 27 22:27:41 UTC 2011
[INFO] Final Memory: 2M/133M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT -> [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:280)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:193)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:112)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)
	at org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException


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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that are not marked as       *
[WARNING] * @threadSafe to support parallel building.                     *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Maven Plugins Aggregator:
[WARNING] org.apache.maven.plugins:maven-remote-resources-plugin:1.1
[WARNING] *****************************************************************
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom>
[INFO] ..SUCCESS (4.2 s)
[INFO] Building: invoker-report/pom.xml
[INFO] ..SUCCESS (10.8 s)
[INFO] Building: fail-ignore-with-verify/pom.xml
[INFO] ..SUCCESS (23.6 s)
[INFO] Building: MSITE-322/pom.xml
[INFO] ..SUCCESS (4.2 s)
[INFO] Building: fail-postbuild/pom.xml
[INFO] ..SUCCESS (4.3 s)
[INFO] Building: selector-conditions/pom.xml
[INFO] ..SUCCESS (7.5 s)
[INFO] Building: MSITE-550/pom.xml
[INFO] ..SUCCESS (3.1 s)
[INFO] Building: MSITE-458/pom.xml
[INFO] ..SUCCESS (6.9 s)
[INFO] Building: invocation-multiple/pom.xml
[INFO] ..SUCCESS (9.9 s)
[INFO] Building: MSITE-312/pom.xml
[INFO] ..SUCCESS (4.6 s)
[INFO] Building: MSITE-507/pom.xml
[INFO] ..SUCCESS (19.7 s)
[INFO] Building: selector-scripts/pom.xml
[INFO] ..SUCCESS (5.6 s)
[INFO] Building: fail-build/pom.xml
[INFO] ..SUCCESS (4.2 s)
[INFO] Building: staging-pom/pom.xml
[INFO] ..SUCCESS (2.7 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 40, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-invoker-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-invoker-plugin/target/maven-invoker-plugin-1.6-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-invoker-plugin/1.6-SNAPSHOT/maven-invoker-plugin-1.6-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-invoker-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-invoker-plugin/1.6-SNAPSHOT/maven-invoker-plugin-1.6-SNAPSHOT.pom>
[INFO] ..SUCCESS (92.7 s)
[INFO] Building: no-version/pom.xml
[INFO] ..SUCCESS (4.9 s)
[INFO] Building: MSITE-456/pom.xml
[INFO] ..SUCCESS (4.5 s)
[INFO] Building: surefire-report/pom.xml
[INFO] ..SUCCESS (6.6 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 35, Failed: 0, Errors: 0, Skipped: 1
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-site-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/target/maven-site-plugin-3.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/dependency-reduced-pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.pom>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Plugins ..................................... SUCCESS [2.761s]
[INFO] Maven ACR Plugin .................................. SUCCESS [23.233s]
[INFO] Maven Ant Plugin .................................. SUCCESS [1:35.401s]
[INFO] Maven AntRun Plugin ............................... SUCCESS [58.983s]
[INFO] Maven Eclipse Plugin .............................. SUCCESS [12:45.144s]
[INFO] Maven Assembly Plugin ............................. SUCCESS [15:15.850s]
[INFO] Maven Changelog Plugin ............................ SUCCESS [1:01.087s]
[INFO] Maven Changes Report Plugin ....................... SUCCESS [1:07.364s]
[INFO] Maven Checkstyle Plugin ........................... SUCCESS [1:33.824s]
[INFO] Maven Clean Plugin ................................ SUCCESS [23.481s]
[INFO] Maven Compiler Plugin ............................. SUCCESS [24.845s]
[INFO] Maven Dependency Plugin ........................... SUCCESS [2:29.611s]
[INFO] Maven Deploy Plugin ............................... SUCCESS [1:49.855s]
[INFO] Maven DOAP Plugin ................................. SUCCESS [26.483s]
[INFO] Maven Documentation Checker Plugin ................ SUCCESS [7.180s]
[INFO] Maven EAR Plugin .................................. SUCCESS [4:02.944s]
[INFO] Maven EJB Plugin .................................. SUCCESS [28.926s]
[INFO] Maven GPG Plugin .................................. SUCCESS [30.244s]
[INFO] Maven Help Plugin ................................. SUCCESS [1:05.267s]
[INFO] Maven IDEA Plugin ................................. SUCCESS [7.424s]
[INFO] Maven Install Plugin .............................. SUCCESS [56.340s]
[INFO] Maven JAR Plugin .................................. SUCCESS [1:23.102s]
[INFO] Maven Jarsigner Plugin ............................ SUCCESS [35.978s]
[INFO] Maven Javadoc Plugin .............................. FAILURE [5:08.402s]
[INFO] Maven Linkcheck Plugin ............................ SUCCESS [1.970s]
[INFO] Maven One Plugin .................................. SUCCESS [1.794s]
[INFO] Maven Patch Plugin ................................ FAILURE [12.783s]
[INFO] Maven PDF Plugin .................................. SUCCESS [24.822s]
[INFO] Maven PMD Plugin .................................. SUCCESS [49.719s]
[INFO] Maven RAR Plugin .................................. SUCCESS [7.287s]
[INFO] Maven Reactor Plugin .............................. SUCCESS [2.156s]
[INFO] Maven Repository Plugin ........................... FAILURE [19.178s]
[INFO] Maven Resources Plugin ............................ SUCCESS [1:00.135s]
[INFO] Maven Shade Plugin ................................ SUCCESS [2:23.591s]
[INFO] Maven Site Plugin 3 ............................... SUCCESS [8:38.972s]
[INFO] Maven Source Plugin ............................... SUCCESS [32.843s]
[INFO] Maven Stage Plugin ................................ SUCCESS [1.514s]
[INFO] Maven Toolchains Plugin ........................... SUCCESS [1.253s]
[INFO] Maven Verifier Plugin ............................. SUCCESS [8.772s]
[INFO] Maven WAR Plugin .................................. SUCCESS [1:08.926s]
[INFO] Maven Invoker Plugin .............................. SUCCESS [4:19.224s]
[INFO] Maven Project Info Reports Plugin ................. SUCCESS [2:11.507s]
[INFO] Maven Remote Resources Plugin ..................... FAILURE [33.011s]
[INFO] Maven Plugins Aggregator .......................... SUCCESS [0.024s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 27:15.756s (Wall Clock)
[INFO] Finished at: Wed Jul 27 22:30:12 UTC 2011
[INFO] Final Memory: 65M/1005M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.5:run (integration-test) on project maven-patch-plugin: 4 builds failed. -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-repository-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-repository-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project maven-javadoc-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-javadoc-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-remote-resources-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-remote-resources-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-patch-plugin


Build failed in Jenkins: maven-plugins-ITs-3.x #147

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-ITs-3.x/147/changes>

Changes:

[rfscholte] Fix MECLIPSE-597: Workspace dependencies not resolved for SNAPSHOT dependencies (artifact has a different version from that in dependency management)

[rfscholte] Fix MECLIPSE-693: Some generated xml files are missing their xml-header

[rfscholte] use eclipse:clean in IT to remove previous generated files

------------------------------------------
[...truncated 195 lines...]
Downloading: http://repository.apache.org/snapshots/org/apache/apache/10-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/apache/10-SNAPSHOT/maven-metadata.xml (798 B at 3.5 KB/sec)
[INFO] Parent project loaded from repository.
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ maven-plugins ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ maven-ant-plugin ---
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-acr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Compiling 2 source files to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/target/classes>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-plugins/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-plugins/target/local-repo/org/apache/maven/plugins/maven-plugins/22-SNAPSHOT/maven-plugins-22-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-plugins/target/maven-plugins-22-SNAPSHOT-site.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-plugins/target/local-repo/org/apache/maven/plugins/maven-plugins/22-SNAPSHOT/maven-plugins-22-SNAPSHOT-site.xml>
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:integration-test (integration-test) @ maven-plugins ---
[INFO] No projects were selected for execution.
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:verify (integration-test) @ maven-plugins ---
[INFO] No invoker report files found, nothing to check.
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-plugins ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-plugins/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-plugins/22-SNAPSHOT/maven-plugins-22-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-plugins/target/maven-plugins-22-SNAPSHOT-site.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-plugins/22-SNAPSHOT/maven-plugins-22-SNAPSHOT-site.xml>
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven AntRun Plugin 1.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that are not marked as       *
[WARNING] * @threadSafe to support parallel building.                     *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Maven AntRun Plugin:
[WARNING] org.apache.maven.plugins:maven-invoker-plugin:1.5
[WARNING] org.apache.maven.plugins:maven-remote-resources-plugin:1.1
[WARNING] org.apache.maven.plugins:maven-enforcer-plugin:1.0
[WARNING] *****************************************************************
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-antrun-plugin ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target>
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ maven-acr-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-acr-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ maven-acr-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-acr-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/target/maven-acr-plugin-1.0.1-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-acr-plugin ---
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ maven-acr-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/target/local-repo/org/apache/maven/plugins/maven-acr-plugin/1.0.1-SNAPSHOT/maven-acr-plugin-1.0.1-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/target/maven-acr-plugin-1.0.1-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-acr-plugin/target/local-repo/org/apache/maven/plugins/maven-acr-plugin/1.0.1-SNAPSHOT/maven-acr-plugin-1.0.1-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ maven-acr-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.0:enforce (ensure-no-container-api) @ maven-antrun-plugin ---
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:helpmojo (generated-helpmojo) @ maven-antrun-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:descriptor (default-descriptor) @ maven-antrun-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ maven-antrun-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ maven-antrun-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Building: it-01/pom.xml
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ maven-antrun-plugin ---
[INFO] Compiling 8 source files to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target/classes>
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ maven-antrun-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-antrun-plugin ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ maven-antrun-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target/surefire-reports>
[INFO] Copying 15 resources

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

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

[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ maven-ant-plugin ---
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-antrun-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target/maven-antrun-plugin-1.7-SNAPSHOT.jar>
[INFO] Compiling 9 source files to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/test-classes>
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-antrun-plugin ---
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ maven-antrun-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target/local-repo/org/apache/maven/plugins/maven-antrun-plugin/1.7-SNAPSHOT/maven-antrun-plugin-1.7-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target/maven-antrun-plugin-1.7-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-antrun-plugin/target/local-repo/org/apache/maven/plugins/maven-antrun-plugin/1.7-SNAPSHOT/maven-antrun-plugin-1.7-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ maven-antrun-plugin ---
[INFO] Building: properties-attributes-test/pom.xml
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ maven-ant-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.plugin.ant.AntMojoTest
[INFO] Wrote Ant project for ant-test to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/test/unit/ant-test>
[INFO] Wrote Ant project for ant-nodep-test to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/test/unit/ant-nodep-test>
[INFO] Wrote Ant project for ant-test to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/test/unit/ant-javadoc-test>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.797 sec
Running org.apache.maven.plugin.ant.AntBuildWriterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.maven.plugin.ant.AntBuildWriterUtilTest
[INFO] ..SUCCESS (4.8 s)
[INFO] Building: it-04/pom.xml
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.774 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-ant-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/maven-ant-plugin-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-ant-plugin ---
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ maven-ant-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/local-repo/org/apache/maven/plugins/maven-ant-plugin/2.4-SNAPSHOT/maven-ant-plugin-2.4-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/maven-ant-plugin-2.4-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-ant-plugin/target/local-repo/org/apache/maven/plugins/maven-ant-plugin/2.4-SNAPSHOT/maven-ant-plugin-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ maven-ant-plugin ---
[INFO] ..SUCCESS (4.3 s)
[INFO] Building: filesets-test/pom.xml
[INFO] ..SUCCESS (3.8 s)
[INFO] Building: it-03/pom.xml
[INFO] ..SUCCESS (2.7 s)
[INFO] Building: classpath-test-scope-test/pom.xml
[INFO] Building: clean/pom.xml
[INFO] ..SUCCESS (2.6 s)
[INFO] Building: file-repo-it/pom.xml
Downloading: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml (791 B at 3.5 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml (791 B at 8.6 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom> (2 KB at 932.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar> (185 KB at 6823.2 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.pom> (2 KB at 170.3 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom> (7 KB at 6695.3 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom> (3 KB at 2560.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom> (2 KB at 1806.6 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom> (680 B at 664.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom> (6 KB at 5744.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-parent/4/maven-parent-4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-parent/4/maven-parent-4.pom> (10 KB at 9761.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar> (24 KB at 11950.7 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar> (56 KB at 13795.9 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.jar> (195 KB at 14944.8 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar> (46 KB at 572.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom> (2 KB at 1668.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom> (2 KB at 1846.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom> (8 KB at 3750.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom> (2 KB at 1009.8 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom> (8 KB at 7060.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom> (3 KB at 9.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom> (767 B at 374.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom> (6 KB at 5802.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar>
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar (196 KB at 53.0 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar (42 KB at 10.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar> (160 KB at 31992.8 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom> (2 KB at 1124.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar>
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar (178 KB at 71.4 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml (796 B at 6.3 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml (796 B at 1.5 KB/sec)


Build failed in Jenkins: maven-plugins-ITs-3.x #146

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-ITs-3.x/146/changes>

Changes:

[struberg] fix broken unit test by disabling a false check.

The test never did use the proxy anyway, so it always did fail
to resolve commons-logging. The test only succeed by accident 
in previous versions because other tests left a specific version
of commons-logging in target/local-repo.

------------------------------------------
[...truncated 9220 lines...]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException

  test(org.apache.maven.plugin.resources.remote.it.IT_BadDependencyPoms): Exit code was non-zero: 1; command line and log = 
/home/hudson/hudson-slave/tools/Maven_3.0.3/bin/mvn -e --batch-mode -Dit.dir=<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-remote-resources-plugin/target/test-classes/bad-dependency-poms> -Dmaven.repo.local=<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository> org.apache.maven.plugins:maven-clean-plugin:clean generate-resources
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building test 1.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.209s
[INFO] Finished at: Fri Jul 29 17:02:40 UTC 2011
[INFO] Final Memory: 2M/133M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT -> [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:280)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:193)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:112)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)
	at org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException

  test(org.apache.maven.plugin.resources.remote.it.IT_GenerateFromBundle): Exit code was non-zero: 1; command line and log = 
/home/hudson/hudson-slave/tools/Maven_3.0.3/bin/mvn -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository> org.apache.maven.plugins:maven-clean-plugin:clean generate-resources
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building generate-from-bundle 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.207s
[INFO] Finished at: Fri Jul 29 17:02:42 UTC 2011
[INFO] Final Memory: 2M/154M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT -> [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:280)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:193)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:112)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)
	at org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException


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

[INFO] ..SUCCESS (30.3 s)
[INFO] Building: site-jar/pom.xml
[INFO] ..SUCCESS (4.6 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 35, Failed: 0, Errors: 0, Skipped: 1
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-site-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/target/maven-site-plugin-3.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/dependency-reduced-pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.pom>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Plugins ..................................... SUCCESS [10.140s]
[INFO] Maven ACR Plugin .................................. SUCCESS [59.974s]
[INFO] Maven Ant Plugin .................................. SUCCESS [2:41.076s]
[INFO] Maven AntRun Plugin ............................... SUCCESS [1:33.391s]
[INFO] Maven Eclipse Plugin .............................. SUCCESS [14:01.469s]
[INFO] Maven Assembly Plugin ............................. SUCCESS [16:37.339s]
[INFO] Maven Changelog Plugin ............................ SUCCESS [1:29.838s]
[INFO] Maven Changes Report Plugin ....................... SUCCESS [1:33.099s]
[INFO] Maven Checkstyle Plugin ........................... SUCCESS [1:32.741s]
[INFO] Maven Clean Plugin ................................ SUCCESS [22.278s]
[INFO] Maven Compiler Plugin ............................. SUCCESS [26.863s]
[INFO] Maven Dependency Plugin ........................... FAILURE [54.788s]
[INFO] Maven Deploy Plugin ............................... SUCCESS [1:58.501s]
[INFO] Maven DOAP Plugin ................................. SUCCESS [25.228s]
[INFO] Maven Documentation Checker Plugin ................ SUCCESS [7.309s]
[INFO] Maven EAR Plugin .................................. SUCCESS [4:00.684s]
[INFO] Maven EJB Plugin .................................. SUCCESS [35.157s]
[INFO] Maven GPG Plugin .................................. SUCCESS [57.385s]
[INFO] Maven Help Plugin ................................. SUCCESS [1:08.152s]
[INFO] Maven IDEA Plugin ................................. SUCCESS [8.534s]
[INFO] Maven Install Plugin .............................. SUCCESS [1:10.794s]
[INFO] Maven JAR Plugin .................................. SUCCESS [1:32.367s]
[INFO] Maven Jarsigner Plugin ............................ SUCCESS [43.616s]
[INFO] Maven Javadoc Plugin .............................. SUCCESS [8:51.518s]
[INFO] Maven Linkcheck Plugin ............................ SUCCESS [2.953s]
[INFO] Maven One Plugin .................................. SUCCESS [3.383s]
[INFO] Maven Patch Plugin ................................ SUCCESS [20.702s]
[INFO] Maven PDF Plugin .................................. SUCCESS [32.793s]
[INFO] Maven PMD Plugin .................................. SUCCESS [59.770s]
[INFO] Maven RAR Plugin .................................. SUCCESS [12.254s]
[INFO] Maven Reactor Plugin .............................. SUCCESS [2.911s]
[INFO] Maven Repository Plugin ........................... FAILURE [19.413s]
[INFO] Maven Resources Plugin ............................ SUCCESS [1:11.868s]
[INFO] Maven Shade Plugin ................................ SUCCESS [2:46.604s]
[INFO] Maven Site Plugin 3 ............................... SUCCESS [9:55.719s]
[INFO] Maven Source Plugin ............................... SUCCESS [36.780s]
[INFO] Maven Stage Plugin ................................ SUCCESS [2.074s]
[INFO] Maven Toolchains Plugin ........................... SUCCESS [1.497s]
[INFO] Maven Verifier Plugin ............................. SUCCESS [11.332s]
[INFO] Maven WAR Plugin .................................. SUCCESS [1:41.344s]
[INFO] Maven Invoker Plugin .............................. SUCCESS [5:13.857s]
[INFO] Maven Project Info Reports Plugin ................. SUCCESS [2:47.013s]
[INFO] Maven Remote Resources Plugin ..................... FAILURE [34.593s]
[INFO] Maven Plugins Aggregator .......................... SUCCESS [0.058s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 30:55.033s (Wall Clock)
[INFO] Finished at: Fri Jul 29 17:03:00 UTC 2011
[INFO] Final Memory: 66M/1001M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project maven-dependency-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-dependency-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-repository-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-repository-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-remote-resources-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-remote-resources-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-dependency-plugin


Build failed in Jenkins: maven-plugins-ITs-3.x #145

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-ITs-3.x/145/changes>

Changes:

[rfscholte] Fix MECLIPSE-599: Restore broken link to j2ee-simple.tar.gz on multi-module-projects.html
Fixed some other anchor links too
Use  _ #set( $varline = '') ${varline} _ -construction to work around VELOCITY-743 related issue

------------------------------------------
[...truncated 9087 lines...]
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException

  test(org.apache.maven.plugin.resources.remote.it.IT_GenerateFromBundle): Exit code was non-zero: 1; command line and log = 
/home/hudson/hudson-slave/tools/Maven_3.0.3/bin/mvn -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository> org.apache.maven.plugins:maven-clean-plugin:clean generate-resources
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building generate-from-bundle 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.209s
[INFO] Finished at: Thu Jul 28 22:50:35 UTC 2011
[INFO] Final Memory: 2M/133M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT -> [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:280)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:193)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:112)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)
	at org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException


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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that are not marked as       *
[WARNING] * @threadSafe to support parallel building.                     *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Maven Plugins Aggregator:
[WARNING] org.apache.maven.plugins:maven-remote-resources-plugin:1.1
[WARNING] *****************************************************************
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom>
[INFO] ..SUCCESS (13.4 s)
[INFO] Building: invocation-offline/pom.xml
[INFO] ..SUCCESS (5.8 s)
[INFO] Building: settings-auto-exclude/pom.xml
[INFO] ..SUCCESS (3.9 s)
[INFO] Building: staging-reactor/pom.xml
[INFO] ..SUCCESS (5.9 s)
[INFO] Building: script-accessibility/pom.xml
[INFO] ..SUCCESS (6.8 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 40, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-invoker-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-invoker-plugin/target/maven-invoker-plugin-1.6-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-invoker-plugin/1.6-SNAPSHOT/maven-invoker-plugin-1.6-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-invoker-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-invoker-plugin/1.6-SNAPSHOT/maven-invoker-plugin-1.6-SNAPSHOT.pom>
[INFO] ..SUCCESS (98.4 s)
[INFO] Building: it-plugin-test/pom.xml
[INFO] ..SUCCESS (10.2 s)
[INFO] Building: MSITE-548/pom.xml
[INFO] ..SUCCESS (7.3 s)
[INFO] Building: MSITE-537/pom.xml
[INFO] ..SUCCESS (6.4 s)
[INFO] Building: emma-plugin-it/pom.xml
[INFO] ..SUCCESS (13.1 s)
[INFO] Building: surefire-report/pom.xml
[INFO] ..SUCCESS (6.7 s)
[INFO] Building: inheritedReports/pom.xml
[INFO] ..SKIPPED 
[INFO] Building: MSITE-504/pom.xml
[INFO] ..SUCCESS (22.8 s)
[INFO] Building: site-jar/pom.xml
[INFO] ..SUCCESS (4.6 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 35, Failed: 0, Errors: 0, Skipped: 1
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-site-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/target/maven-site-plugin-3.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/dependency-reduced-pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.pom>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Plugins ..................................... SUCCESS [10.978s]
[INFO] Maven ACR Plugin .................................. SUCCESS [1:06.143s]
[INFO] Maven Ant Plugin .................................. SUCCESS [2:23.882s]
[INFO] Maven AntRun Plugin ............................... SUCCESS [1:33.772s]
[INFO] Maven Eclipse Plugin .............................. SUCCESS [12:09.343s]
[INFO] Maven Assembly Plugin ............................. SUCCESS [14:55.757s]
[INFO] Maven Changelog Plugin ............................ SUCCESS [1:18.971s]
[INFO] Maven Changes Report Plugin ....................... SUCCESS [1:27.686s]
[INFO] Maven Checkstyle Plugin ........................... SUCCESS [1:34.940s]
[INFO] Maven Clean Plugin ................................ SUCCESS [24.764s]
[INFO] Maven Compiler Plugin ............................. SUCCESS [25.466s]
[INFO] Maven Dependency Plugin ........................... FAILURE [56.575s]
[INFO] Maven Deploy Plugin ............................... SUCCESS [1:30.470s]
[INFO] Maven DOAP Plugin ................................. SUCCESS [21.069s]
[INFO] Maven Documentation Checker Plugin ................ SUCCESS [9.960s]
[INFO] Maven EAR Plugin .................................. SUCCESS [3:55.947s]
[INFO] Maven EJB Plugin .................................. SUCCESS [32.724s]
[INFO] Maven GPG Plugin .................................. SUCCESS [40.643s]
[INFO] Maven Help Plugin ................................. SUCCESS [51.845s]
[INFO] Maven IDEA Plugin ................................. SUCCESS [9.068s]
[INFO] Maven Install Plugin .............................. SUCCESS [54.348s]
[INFO] Maven JAR Plugin .................................. SUCCESS [1:35.206s]
[INFO] Maven Jarsigner Plugin ............................ SUCCESS [44.627s]
[INFO] Maven Javadoc Plugin .............................. FAILURE [4:39.248s]
[INFO] Maven Linkcheck Plugin ............................ SUCCESS [2.328s]
[INFO] Maven One Plugin .................................. SUCCESS [2.884s]
[INFO] Maven Patch Plugin ................................ SUCCESS [15.551s]
[INFO] Maven PDF Plugin .................................. SUCCESS [30.930s]
[INFO] Maven PMD Plugin .................................. SUCCESS [1:00.434s]
[INFO] Maven RAR Plugin .................................. SUCCESS [10.277s]
[INFO] Maven Reactor Plugin .............................. SUCCESS [3.578s]
[INFO] Maven Repository Plugin ........................... FAILURE [22.534s]
[INFO] Maven Resources Plugin ............................ SUCCESS [1:14.509s]
[INFO] Maven Shade Plugin ................................ SUCCESS [2:37.515s]
[INFO] Maven Site Plugin 3 ............................... SUCCESS [9:05.818s]
[INFO] Maven Source Plugin ............................... SUCCESS [36.406s]
[INFO] Maven Stage Plugin ................................ SUCCESS [3.345s]
[INFO] Maven Toolchains Plugin ........................... SUCCESS [1.597s]
[INFO] Maven Verifier Plugin ............................. SUCCESS [12.886s]
[INFO] Maven WAR Plugin .................................. SUCCESS [1:30.475s]
[INFO] Maven Invoker Plugin .............................. SUCCESS [5:16.568s]
[INFO] Maven Project Info Reports Plugin ................. SUCCESS [2:40.943s]
[INFO] Maven Remote Resources Plugin ..................... FAILURE [35.941s]
[INFO] Maven Plugins Aggregator .......................... SUCCESS [0.066s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28:26.830s (Wall Clock)
[INFO] Finished at: Thu Jul 28 22:52:55 UTC 2011
[INFO] Final Memory: 62M/995M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on project maven-dependency-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-dependency-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-repository-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-repository-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project maven-javadoc-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-javadoc-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-remote-resources-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-remote-resources-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-dependency-plugin


Build failed in Jenkins: maven-plugins-ITs-3.x #144

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-ITs-3.x/144/changes>

Changes:

[rfscholte] Fix MECLIPSE-627: Wrong classname used in documentation at additionalBuildcommands

------------------------------------------
[...truncated 1963 lines...]
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test/src/test/java]>
[debug] Classpath: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
 <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/classes]>
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/test-classes>
[info] RESCANNING!
[debug] Classpath:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test/src/test/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-args-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-args-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-args-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/test/java]>
[debug] Classpath: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
 <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/classes]>
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/test-classes>
[info] RESCANNING!
[debug] Classpath:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/test/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-fail-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[info] -------------------------------------------------------------
[error] COMPILATION ERROR : 
[info] -------------------------------------------------------------
[error] message 1
[info] 1 error
[info] -------------------------------------------------------------
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-fail-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.848 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-compiler-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/maven-compiler-plugin-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-compiler-plugin ---
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ maven-compiler-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/local-repo/org/apache/maven/plugins/maven-compiler-plugin/2.4-SNAPSHOT/maven-compiler-plugin-2.4-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/maven-compiler-plugin-2.4-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/local-repo/org/apache/maven/plugins/maven-compiler-plugin/2.4-SNAPSHOT/maven-compiler-plugin-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ maven-compiler-plugin ---
[INFO] ..SUCCESS (6.2 s)
[INFO] Building: descriptor-refs/src/no-target-dir/pom.xml
  Building project-29
[INFO] Building: non-english-warnings/pom.xml
[INFO] ..SUCCESS (3.4 s)
[INFO] Building: includes-excludes/pom.xml
[INFO] ..SUCCESS (5.8 s)
[INFO] Building: file-sets/filtered-multimodule/pom.xml
  Building project-30
[INFO] ..SUCCESS (3.2 s)
[INFO] Building: jdk16-annotation/pom.xml
[INFO] ..SKIPPED 
[INFO] Building: mcompiler-120/pom.xml
  Building project-31
[INFO] ..SUCCESS (4.4 s)
[INFO] Building: file-sets/excluding-svn-dirs/pom.xml
[INFO] ..SUCCESS (3.7 s)
[INFO] Building: default/pom.xml
  Building project-32
[INFO] ..SUCCESS (3.4 s)
[INFO] Building: test1/pom.xml
  Building project-33
  Building project-34
  Building project-35
  Building project-36
  Building project-36
  Building project-37
  Building MECLIPSE-56_encoding
  Building project-38
  Building project-39-a
  Building project-39-b
  Building project-39-c
  Building project-40-a
  Building project-40-b
  Building project-40-c
  Building project-41
  Building project-42
  Building project-43
  Building project-44
  Building project-45
  Building project-46
  Building project-47
  Building project-48
  Building project-49
  Building project-50-MECLIPSE-415
  Building project-51-MECLIPSE-415
  Building project-52-MECLIPSE-104
  Building project-53-MECLIPSE-551
  Building project-54-MECLIPSE-178
  Building project-55-MECLIPSE-178
  Building project-56-MECLIPSE-603
  Building project-57-MECLIPSE-368
  Building project-58-MECLIPSE-621
  Building project-59-MECLIPSE-576
  Building project-60-MECLIPSE-652
  Building project-61-MECLIPSE-548
  Building project-62-MECLIPSE-561
  Building groovy
  Building j2ee-simple
  Building j2ee-simple
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 414.768 sec
Running org.apache.maven.plugin.eclipse.it.RemoveCacheMojoIT
  Building project-46
  Building project-46
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.732 sec
Running org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
  Building project-myeclipse-01
  Building project-myeclipse-02
  Building project-myeclipse-03
  Building project-myeclipse-04
  Building project-myeclipse-05
  Building project-myeclipse-06-MECLIPSE-427
  Building project-myeclipse-07-MECLIPSE-445
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.589 sec
Running org.apache.maven.plugin.eclipse.it.RadPluginIT
  Building project-rad-1
  Building project-rad-2
  Building project-rad-3
  Building project-rad-4
  Building project-rad-5
  Building project-rad-6
  Building project-rad-7
  Building project-rad-8
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.701 sec
Running org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
  Building master-test
  Building master-test
  Building master-test
  Building master-test
  Building master-test
  Building master-test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.423 sec

Results :

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

Downloading: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml (791 B at 5.6 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml (791 B at 9.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom> (2 KB at 932.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar> (185 KB at 6352.6 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.pom> (2 KB at 8.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom> (7 KB at 6695.3 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom> (3 KB at 2560.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom> (2 KB at 1806.6 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom> (680 B at 664.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom> (6 KB at 5744.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-parent/4/maven-parent-4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-parent/4/maven-parent-4.pom> (10 KB at 58.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar> (46 KB at 243.2 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar> (56 KB at 287.4 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.jar> (195 KB at 574.8 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar> (24 KB at 69.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom> (2 KB at 1668.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom> (2 KB)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom> (8 KB at 7500.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom> (2 KB at 1009.8 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom> (8 KB at 7060.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom> (3 KB at 2316.4 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom> (767 B at 749.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom> (6 KB at 5802.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar>
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar (196 KB at 109.7 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar (42 KB at 18.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar> (160 KB at 39991.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom> (2 KB)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar>
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar (178 KB at 89.5 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml (796 B at 6.2 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml (796 B at 6.6 KB/sec)


Build failed in Jenkins: maven-plugins-ITs-3.x #143

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-ITs-3.x/143/changes>

Changes:

[ltheussl] remove duplicate element

------------------------------------------
[...truncated 1976 lines...]
[INFO] Compiling 1 source file to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-fork-test/target/test-classes>
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test/src/test/java]>
[debug] Classpath: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
 <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/classes]>
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/test-classes>
[info] RESCANNING!
[debug] Classpath:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test/src/test/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-args-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-args-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-args-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/test/java]>
[debug] Classpath: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
 <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/classes]>
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/test-classes>
[info] RESCANNING!
[debug] Classpath:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/3.8.1/junit-3.8.1.jar>
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-one-output-file-test2/target/classes>
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-one-output-file-test2/src/test/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-fail-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[info] -------------------------------------------------------------
[error] COMPILATION ERROR : 
[info] -------------------------------------------------------------
[error] message 1
[info] 1 error
[info] -------------------------------------------------------------
[debug] Using compiler 'javac'.
[debug] Source directories: [<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java]>
[debug] Classpath: []
[debug] Output directory: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test/unit/compiler-fail-test/target/classes>
[info] RESCANNING!
[debug] Classpath:
[debug] Source roots:
[debug]  <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/test-classes/unit/compiler-fail-test/src/main/java>
[warn] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
[warn] message 1
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.793 sec

Results :

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

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ maven-compiler-plugin ---
[INFO] Building jar: <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/maven-compiler-plugin-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-plugin-plugin:2.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ maven-compiler-plugin ---
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:install (integration-test) @ maven-compiler-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/local-repo/org/apache/maven/plugins/maven-compiler-plugin/2.4-SNAPSHOT/maven-compiler-plugin-2.4-SNAPSHOT.pom>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/maven-compiler-plugin-2.4-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-compiler-plugin/target/local-repo/org/apache/maven/plugins/maven-compiler-plugin/2.4-SNAPSHOT/maven-compiler-plugin-2.4-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-invoker-plugin:1.5:run (integration-test) @ maven-compiler-plugin ---
  Building project-29
[INFO] Building: non-english-warnings/pom.xml
[INFO] ..SUCCESS (4.6 s)
[INFO] Building: descriptor-refs/src/src-dir-copied/pom.xml
[INFO] ..SUCCESS (3.3 s)
[INFO] Building: includes-excludes/pom.xml
  Building project-30
[INFO] ..SUCCESS (5.6 s)
[INFO] Building: descriptor-refs/src/no-target-dir/pom.xml
  Building project-31
  Building project-32
  Building project-33
  Building project-34
  Building project-35
  Building project-36
  Building project-36
  Building project-37
  Building MECLIPSE-56_encoding
  Building project-38
  Building project-39-a
  Building project-39-b
  Building project-39-c
  Building project-40-a
  Building project-40-b
  Building project-40-c
  Building project-41
  Building project-42
  Building project-43
  Building project-44
  Building project-45
  Building project-46
  Building project-47
  Building project-48
  Building project-49
  Building project-50-MECLIPSE-415
  Building project-51-MECLIPSE-415
  Building project-52-MECLIPSE-104
  Building project-53-MECLIPSE-551
  Building project-54-MECLIPSE-178
  Building project-55-MECLIPSE-178
  Building project-56-MECLIPSE-603
  Building project-57-MECLIPSE-368
  Building project-58-MECLIPSE-621
  Building project-59-MECLIPSE-576
  Building project-60-MECLIPSE-652
  Building project-61-MECLIPSE-548
  Building project-62-MECLIPSE-561
  Building groovy
  Building j2ee-simple
  Building j2ee-simple
Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 396.865 sec
Running org.apache.maven.plugin.eclipse.it.RemoveCacheMojoIT
  Building project-46
  Building project-46
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.407 sec
Running org.apache.maven.plugin.eclipse.it.MyEclipsePluginIT
  Building project-myeclipse-01
  Building project-myeclipse-02
  Building project-myeclipse-03
  Building project-myeclipse-04
  Building project-myeclipse-05
  Building project-myeclipse-06-MECLIPSE-427
  Building project-myeclipse-07-MECLIPSE-445
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.304 sec
Running org.apache.maven.plugin.eclipse.it.RadPluginIT
  Building project-rad-1
  Building project-rad-2
  Building project-rad-3
  Building project-rad-4
  Building project-rad-5
  Building project-rad-6
  Building project-rad-7
  Building project-rad-8
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 45.75 sec
Running org.apache.maven.plugin.eclipse.it.EclipsePluginMasterProjectIT
  Building master-test
  Building master-test
  Building master-test
  Building master-test
  Building master-test
  Building master-test
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.994 sec

Results :

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

Downloading: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml (791 B at 6.0 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/shared/maven-model-converter/2.3-SNAPSHOT/maven-metadata.xml (791 B at 8.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom> (2 KB at 932.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar> (185 KB at 36845.3 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.pom> (2 KB at 298.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom> (7 KB)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom> (3 KB at 2560.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom> (2 KB at 1806.6 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom> (680 B at 664.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom> (6 KB at 5744.1 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-parent/4/maven-parent-4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-parent/4/maven-parent-4.pom> (10 KB at 232.4 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar> (24 KB at 11950.7 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar> (56 KB at 13795.9 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar> (46 KB at 5655.0 KB/sec)
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/junit/junit/4.5/junit-4.5.jar> (195 KB at 14944.8 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.pom> (2 KB at 1668.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-containers/1.0-alpha-15/plexus-containers-1.0-alpha-15.pom> (2 KB)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom> (8 KB at 7500.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom> (2 KB at 1009.8 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom> (8 KB at 7060.5 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.pom> (3 KB at 2316.4 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom> (767 B at 749.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom> (6 KB at 5802.7 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar>
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar>
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-6/plexus-classworlds-1.2-alpha-6.jar (42 KB at 17.4 KB/sec)
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-15/plexus-container-default-1.0-alpha-15.jar (196 KB at 67.6 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar> (160 KB at 39991.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom>
Downloaded: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom> (2 KB at 1124.0 KB/sec)
Downloading: file://<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar>
Downloading: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar
Downloaded: http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.jar (178 KB at 79.8 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml (796 B at 6.4 KB/sec)
Downloading: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml
Downloaded: http://repository.apache.org/snapshots/org/apache/maven/reporting/maven-reporting-exec/1.0.1-SNAPSHOT/maven-metadata.xml (796 B at 6.4 KB/sec)


Build failed in Jenkins: maven-plugins-ITs-3.x #142

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins-ITs-3.x/142/changes>

Changes:

[hboutemy] [MSITE-402] order of reports in reporSet will work for Maven 2.2.2 since MNG-5140 is fixed

------------------------------------------
[...truncated 9140 lines...]
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:280)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:193)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:112)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)
	at org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException

  test(org.apache.maven.plugin.resources.remote.it.IT_FilterLocalOverride): Exit code was non-zero: 1; command line and log = 
/home/jenkins/jenkins-slave/tools/Maven_3.0.3/bin/mvn -e --batch-mode -Dmaven.repo.local=<https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository> org.apache.maven.plugins:maven-clean-plugin:clean generate-resources
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building filter-local-override 1.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.223s
[INFO] Finished at: Wed Jul 27 23:37:15 UTC 2011
[INFO] Final Memory: 2M/133M
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT -> [Help 1]
org.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-remote-resources-plugin:1.3-SNAPSHOT or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)
	at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)
	at org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateLifecycleMappings(DefaultLifecycleExecutionPlanCalculator.java:280)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:193)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:112)
	at org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)
	at org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
	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:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
Caused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.3-SNAPSHOT
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:282)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:172)
	at org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:316)
	at org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)
	... 25 more
Caused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:541)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:220)
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:197)
	at org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:267)
	... 28 more
Caused by: org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.apache.maven.plugins:maven-remote-resources-plugin:pom:1.3-SNAPSHOT
	at org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:531)
	... 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/PluginResolutionException


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

[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Plugins Aggregator 1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project      *
[WARNING] * contains the following plugin(s) that are not marked as       *
[WARNING] * @threadSafe to support parallel building.                     *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against maven-core                              *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked @threadSafe in Maven Plugins Aggregator:
[WARNING] org.apache.maven.plugins:maven-remote-resources-plugin:1.1
[WARNING] *****************************************************************
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ maven-plugins-aggregator ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ maven-plugins-aggregator ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-plugins-aggregator ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-plugins-aggregator/1-SNAPSHOT/maven-plugins-aggregator-1-SNAPSHOT.pom>
[INFO] ..SUCCESS (30.3 s)
[INFO] Building: selector-scripts/pom.xml
[INFO] ..SUCCESS (5.6 s)
[INFO] Building: fail-build/pom.xml
[INFO] ..SUCCESS (10.3 s)
[INFO] Building: MSITE-312/pom.xml
[INFO] ..SUCCESS (4.2 s)
[INFO] Building: staging-pom/pom.xml
[INFO] ..SUCCESS (4.6 s)
[INFO] Building: MSITE-507/pom.xml
[INFO] ..SUCCESS (2.6 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 40, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-invoker-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-invoker-plugin/target/maven-invoker-plugin-1.6-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-invoker-plugin/1.6-SNAPSHOT/maven-invoker-plugin-1.6-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-invoker-plugin/pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-invoker-plugin/1.6-SNAPSHOT/maven-invoker-plugin-1.6-SNAPSHOT.pom>
[INFO] ..SUCCESS (140.1 s)
[INFO] Building: no-version/pom.xml
[INFO] ..SUCCESS (5.3 s)
[INFO] Building: MSITE-456/pom.xml
[INFO] ..SUCCESS (4.5 s)
[INFO] Building: surefire-report/pom.xml
[INFO] ..SUCCESS (6.6 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 35, Failed: 0, Errors: 0, Skipped: 1
[INFO] -------------------------------------------------
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ maven-site-plugin ---
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/target/maven-site-plugin-3.0-SNAPSHOT.jar> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.jar>
[INFO] Installing <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-site-plugin/dependency-reduced-pom.xml> to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/.repository/org/apache/maven/plugins/maven-site-plugin/3.0-SNAPSHOT/maven-site-plugin-3.0-SNAPSHOT.pom>
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Maven Plugins ..................................... SUCCESS [2.989s]
[INFO] Maven ACR Plugin .................................. SUCCESS [23.528s]
[INFO] Maven Ant Plugin .................................. SUCCESS [1:40.568s]
[INFO] Maven AntRun Plugin ............................... SUCCESS [1:01.080s]
[INFO] Maven Eclipse Plugin .............................. SUCCESS [11:19.593s]
[INFO] Maven Assembly Plugin ............................. SUCCESS [14:31.062s]
[INFO] Maven Changelog Plugin ............................ SUCCESS [1:03.812s]
[INFO] Maven Changes Report Plugin ....................... SUCCESS [57.980s]
[INFO] Maven Checkstyle Plugin ........................... SUCCESS [1:26.744s]
[INFO] Maven Clean Plugin ................................ SUCCESS [18.777s]
[INFO] Maven Compiler Plugin ............................. SUCCESS [22.339s]
[INFO] Maven Dependency Plugin ........................... SUCCESS [2:12.762s]
[INFO] Maven Deploy Plugin ............................... SUCCESS [1:37.292s]
[INFO] Maven DOAP Plugin ................................. SUCCESS [18.833s]
[INFO] Maven Documentation Checker Plugin ................ SUCCESS [5.256s]
[INFO] Maven EAR Plugin .................................. SUCCESS [4:05.445s]
[INFO] Maven EJB Plugin .................................. SUCCESS [29.103s]
[INFO] Maven GPG Plugin .................................. SUCCESS [32.456s]
[INFO] Maven Help Plugin ................................. SUCCESS [55.999s]
[INFO] Maven IDEA Plugin ................................. SUCCESS [6.139s]
[INFO] Maven Install Plugin .............................. SUCCESS [1:10.902s]
[INFO] Maven JAR Plugin .................................. SUCCESS [1:22.954s]
[INFO] Maven Jarsigner Plugin ............................ SUCCESS [41.138s]
[INFO] Maven Javadoc Plugin .............................. FAILURE [7:31.905s]
[INFO] Maven Linkcheck Plugin ............................ SUCCESS [1.924s]
[INFO] Maven One Plugin .................................. SUCCESS [1.999s]
[INFO] Maven Patch Plugin ................................ FAILURE [13.892s]
[INFO] Maven PDF Plugin .................................. SUCCESS [27.257s]
[INFO] Maven PMD Plugin .................................. SUCCESS [42.115s]
[INFO] Maven RAR Plugin .................................. SUCCESS [7.064s]
[INFO] Maven Reactor Plugin .............................. SUCCESS [2.076s]
[INFO] Maven Repository Plugin ........................... FAILURE [18.665s]
[INFO] Maven Resources Plugin ............................ SUCCESS [1:05.295s]
[INFO] Maven Shade Plugin ................................ SUCCESS [2:31.176s]
[INFO] Maven Site Plugin 3 ............................... SUCCESS [11:16.379s]
[INFO] Maven Source Plugin ............................... SUCCESS [32.828s]
[INFO] Maven Stage Plugin ................................ SUCCESS [1.452s]
[INFO] Maven Toolchains Plugin ........................... SUCCESS [1.223s]
[INFO] Maven Verifier Plugin ............................. SUCCESS [8.266s]
[INFO] Maven WAR Plugin .................................. SUCCESS [1:23.891s]
[INFO] Maven Invoker Plugin .............................. SUCCESS [5:06.613s]
[INFO] Maven Project Info Reports Plugin ................. SUCCESS [2:28.701s]
[INFO] Maven Remote Resources Plugin ..................... FAILURE [31.063s]
[INFO] Maven Plugins Aggregator .......................... SUCCESS [0.020s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 28:57.100s (Wall Clock)
[INFO] Finished at: Wed Jul 27 23:40:07 UTC 2011
[INFO] Final Memory: 63M/1003M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "apache.snapshots" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:1.5:run (integration-test) on project maven-patch-plugin: 4 builds failed. -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-repository-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-repository-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (default-test) on project maven-javadoc-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-javadoc-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.7.2:test (integration-tests) on project maven-remote-resources-plugin: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/maven-plugins-ITs-3.x/ws/maven-remote-resources-plugin/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :maven-patch-plugin