You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Hudson <Hu...@sonatype.org> on 2009/07/29 22:40:41 UTC

Build failed in Hudson: maven-shared » 1.5,windows #95

See <http://grid.sonatype.org/ci/job/maven-shared/./jdk=1.5,label=windows/95/changes>

Changes:

[Lukas Theussl] [MSITE-299] Add a doxia MojoLog wrapper.
Submitted by: Vincent Siveton

------------------------------------------
[...truncated 7828 lines...]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to build project for plugin 'org.codehaus.plexus:plexus-maven-plugin': POM 'org.codehaus.plexus:plexus-maven-plugin' not found in repository: Unable to download the artifact from any repository

  org.codehaus.plexus:plexus-maven-plugin:pom:1.3.3

from the specified remote repositories:
  Nexus (http://repository.sonatype.org:8081/content/groups/sonatype-public-grid)

 for project org.codehaus.plexus:plexus-maven-plugin
	at org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:286)
	at org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPluginManager.java:198)
	at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:177)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1539)
	... 18 more
Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.codehaus.plexus:plexus-maven-plugin' not found in repository: Unable to download the artifact from any repository

  org.codehaus.plexus:plexus-maven-plugin:pom:1.3.3

from the specified remote repositories:
  Nexus (http://repository.sonatype.org:8081/content/groups/sonatype-public-grid)

 for project org.codehaus.plexus:plexus-maven-plugin
	at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:605)
	at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
	at org.apache.maven.plugin.DefaultPluginManager.checkRequiredMavenVersion(DefaultPluginManager.java:270)
	... 21 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository

  org.codehaus.plexus:plexus-maven-plugin:pom:1.3.3

from the specified remote repositories:
  Nexus (http://repository.sonatype.org:8081/content/groups/sonatype-public-grid)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:228)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:90)
	at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558)
	... 23 more
Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository
	at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:349)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:216)
	... 25 more
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Maven Shared Web UI tests (during deploy)
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

2) org.openqa.selenium.server:selenium-server:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.openqa.selenium.server:selenium-server:jar:0.8.1

3) org.codehaus.plexus:plexus-utils:jar:1.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.codehaus.plexus:plexus-utils:jar:1.4

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT

from the specified remote repositories:
  Nexus (http://repository.sonatype.org:8081/content/groups/sonatype-public-grid)



[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

2) org.openqa.selenium.server:selenium-server:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.openqa.selenium.server:selenium-server:jar:0.8.1

3) org.codehaus.plexus:plexus-utils:jar:1.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.codehaus.plexus:plexus-utils:jar:1.4

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT

from the specified remote repositories:
  Nexus (http://repository.sonatype.org:8081/content/groups/sonatype-public-grid)


	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:695)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:540)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:519)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:332)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:41)
	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:585)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
----------
1) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.openqa.selenium.client-drivers -DartifactId=selenium-java-client-driver -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.openqa.selenium.client-drivers:selenium-java-client-driver:jar:0.8.1

2) org.openqa.selenium.server:selenium-server:jar:0.8.1

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.openqa.selenium.server -DartifactId=selenium-server -Dversion=0.8.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.openqa.selenium.server:selenium-server:jar:0.8.1

3) org.codehaus.plexus:plexus-utils:jar:1.4

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.codehaus.plexus -DartifactId=plexus-utils -Dversion=1.4 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT
  	2) org.codehaus.plexus:plexus-utils:jar:1.4

----------
3 required artifacts are missing.

for artifact: 
  org.apache.maven.shared:maven-web-ui-tests:jar:1.0-SNAPSHOT

from the specified remote repositories:
  Nexus (http://repository.sonatype.org:8081/content/groups/sonatype-public-grid)


	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:360)
	at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:304)
	at org.apache.maven.plugin.DefaultPluginManager.resolveTransitiveDependencies(DefaultPluginManager.java:1492)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:435)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
	... 17 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD ERRORS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9 minutes 21 seconds
[INFO] Finished at: Wed Jul 29 13:40:22 PDT 2009
[INFO] Final Memory: 36M/65M
[INFO] ------------------------------------------------------------------------


Hudson build is back to normal: maven-shared » 1.5,windows #96

Posted by Hudson <Hu...@sonatype.org>.
See <http://grid.sonatype.org/ci/job/maven-shared/./jdk=1.5,label=windows/96/changes>