See
http://hudson.zones.apache.org/hudson/job/Maven-2.1.x-with-bootstrap/122/changes
Changes:
[sisbell] Configured build extension listener to only fire on poms within the
build.
------------------------------------------
[...truncated 7 lines...]
Buildfile: build.xml
clean-bootstrap:
initTaskDefs:
isMavenHomeSet:
init:
[echo] maven.home = /home/hudson/apache-maven-2.1-SNAPSHOT
pull:
[artifact:dependencies] [WARNING]
[artifact:dependencies] DEPRECATION: The POM for the artifact
'org.codehaus.plexus:plexus-container-default:jar' was invalid or not found on
any repositories.
[artifact:dependencies] This may not be supported by future versions of
Maven and should be corrected as soon as possible.
[artifact:dependencies] Error given: POM
'org.codehaus.plexus:plexus-container-default' not found in repository: Unable
to download the artifact from any repository
[artifact:dependencies]
[artifact:dependencies]
org.codehaus.plexus:plexus-container-default:pom:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies] central (http://repo1.maven.org/maven2),
[artifact:dependencies] codehaus.snapshots
(http://snapshots.repository.codehaus.org/),
[artifact:dependencies] apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository/)
[artifact:dependencies] for project
org.codehaus.plexus:plexus-container-default
[artifact:dependencies]
[artifact:dependencies] [WARNING]
[artifact:dependencies] DEPRECATION: The POM for the artifact
'org.codehaus.plexus:plexus-component-annotations:jar' was invalid or not found
on any repositories.
[artifact:dependencies] This may not be supported by future versions of
Maven and should be corrected as soon as possible.
[artifact:dependencies] Error given: POM
'org.codehaus.plexus:plexus-component-annotations' not found in repository:
Unable to download the artifact from any repository
[artifact:dependencies]
[artifact:dependencies]
org.codehaus.plexus:plexus-component-annotations:pom:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies] central (http://repo1.maven.org/maven2),
[artifact:dependencies] codehaus.snapshots
(http://snapshots.repository.codehaus.org/),
[artifact:dependencies] apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository/)
[artifact:dependencies] for project
org.codehaus.plexus:plexus-component-annotations
[artifact:dependencies]
[artifact:dependencies] Unable to resolve artifact: Missing:
[artifact:dependencies] ----------
[artifact:dependencies] 1)
org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] Try downloading the file manually from the project
website.
[artifact:dependencies]
[artifact:dependencies] Then, install it using the command:
[artifact:dependencies] mvn install:install-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-container-default
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies] Alternatively, if you host your own repository you
can deploy the file there:
[artifact:dependencies] mvn deploy:deploy-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-container-default
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies] Path to dependency:
[artifact:dependencies] 1) org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] Try downloading the file manually from the project
website.
[artifact:dependencies]
[artifact:dependencies] Then, install it using the command:
[artifact:dependencies] mvn install:install-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-component-annotations
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies] Alternatively, if you host your own repository you
can deploy the file there:
[artifact:dependencies] mvn deploy:deploy-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-component-annotations
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies] Path to dependency:
[artifact:dependencies] 1) org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] ----------
[artifact:dependencies] 2 required artifacts are missing.
[artifact:dependencies]
[artifact:dependencies] for artifact:
[artifact:dependencies] org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies] central (http://repo1.maven.org/maven2),
[artifact:dependencies] codehaus.snapshots
(http://snapshots.repository.codehaus.org/),
[artifact:dependencies] apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository/)
[artifact:dependencies]
[artifact:dependencies] at
org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:164)
[artifact:dependencies] at
org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:646)
[artifact:dependencies] at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[artifact:dependencies] at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[artifact:dependencies] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[artifact:dependencies] at
java.lang.reflect.Method.invoke(Method.java:585)
[artifact:dependencies] at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
[artifact:dependencies] at
org.apache.tools.ant.Task.perform(Task.java:348)
[artifact:dependencies] at
org.apache.tools.ant.Target.execute(Target.java:357)
[artifact:dependencies] at
org.apache.tools.ant.Target.performTasks(Target.java:385)
[artifact:dependencies] at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
[artifact:dependencies] at
org.apache.tools.ant.Project.executeTarget(Project.java:1298)
[artifact:dependencies] at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[artifact:dependencies] at
org.apache.tools.ant.Project.executeTargets(Project.java:1181)
[artifact:dependencies] at
org.apache.tools.ant.Main.runBuild(Main.java:698)
[artifact:dependencies] at
org.apache.tools.ant.Main.startAnt(Main.java:199)
[artifact:dependencies] at
org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[artifact:dependencies] at
org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[artifact:dependencies] Caused by:
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
[artifact:dependencies] ----------
[artifact:dependencies] 1)
org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] Try downloading the file manually from the project
website.
[artifact:dependencies]
[artifact:dependencies] Then, install it using the command:
[artifact:dependencies] mvn install:install-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-container-default
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies] Alternatively, if you host your own repository you
can deploy the file there:
[artifact:dependencies] mvn deploy:deploy-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-container-default
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies] Path to dependency:
[artifact:dependencies] 1) org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] Try downloading the file manually from the project
website.
[artifact:dependencies]
[artifact:dependencies] Then, install it using the command:
[artifact:dependencies] mvn install:install-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-component-annotations
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies] Alternatively, if you host your own repository you
can deploy the file there:
[artifact:dependencies] mvn deploy:deploy-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-component-annotations
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies] Path to dependency:
[artifact:dependencies] 1) org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] ----------
[artifact:dependencies] 2 required artifacts are missing.
[artifact:dependencies]
[artifact:dependencies] for artifact:
[artifact:dependencies] org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies] central (http://repo1.maven.org/maven2),
[artifact:dependencies] codehaus.snapshots
(http://snapshots.repository.codehaus.org/),
[artifact:dependencies] apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository/)
[artifact:dependencies]
[artifact:dependencies] at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:400)
[artifact:dependencies] at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:321)
[artifact:dependencies] at
org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:159)
[artifact:dependencies] ... 17 more
[artifact:dependencies] --- Nested Exception ---
[artifact:dependencies]
org.apache.maven.artifact.resolver.MultipleArtifactsNotFoundException: Missing:
[artifact:dependencies] ----------
[artifact:dependencies] 1)
org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] Try downloading the file manually from the project
website.
[artifact:dependencies]
[artifact:dependencies] Then, install it using the command:
[artifact:dependencies] mvn install:install-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-container-default
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies] Alternatively, if you host your own repository you
can deploy the file there:
[artifact:dependencies] mvn deploy:deploy-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-container-default
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies] Path to dependency:
[artifact:dependencies] 1) org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] Try downloading the file manually from the project
website.
[artifact:dependencies]
[artifact:dependencies] Then, install it using the command:
[artifact:dependencies] mvn install:install-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-component-annotations
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
[artifact:dependencies]
[artifact:dependencies] Alternatively, if you host your own repository you
can deploy the file there:
[artifact:dependencies] mvn deploy:deploy-file
-DgroupId=org.codehaus.plexus -DartifactId=plexus-component-annotations
-Dversion=1.0-beta-2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
[artifact:dependencies]
[artifact:dependencies] Path to dependency:
[artifact:dependencies] 1) org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies] 2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] ----------
[artifact:dependencies] 2 required artifacts are missing.
[artifact:dependencies]
[artifact:dependencies] for artifact:
[artifact:dependencies] org.apache.maven:maven:pom:3.0-SNAPSHOT
[artifact:dependencies]
[artifact:dependencies] from the specified remote repositories:
[artifact:dependencies] central (http://repo1.maven.org/maven2),
[artifact:dependencies] codehaus.snapshots
(http://snapshots.repository.codehaus.org/),
[artifact:dependencies] apache.snapshots
(http://people.apache.org/repo/m2-snapshot-repository/)
[artifact:dependencies]
[artifact:dependencies] at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:400)
[artifact:dependencies] at
org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTransitively(DefaultArtifactResolver.java:321)
[artifact:dependencies] at
org.apache.maven.artifact.ant.DependenciesTask.doExecute(DependenciesTask.java:159)
[artifact:dependencies] at
org.apache.maven.artifact.ant.AbstractArtifactTask.execute(AbstractArtifactTask.java:646)
[artifact:dependencies] at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[artifact:dependencies] at
sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
[artifact:dependencies] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[artifact:dependencies] at
java.lang.reflect.Method.invoke(Method.java:585)
[artifact:dependencies] at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
[artifact:dependencies] at
org.apache.tools.ant.Task.perform(Task.java:348)
[artifact:dependencies] at
org.apache.tools.ant.Target.execute(Target.java:357)
[artifact:dependencies] at
org.apache.tools.ant.Target.performTasks(Target.java:385)
[artifact:dependencies] at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
[artifact:dependencies] at
org.apache.tools.ant.Project.executeTarget(Project.java:1298)
[artifact:dependencies] at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[artifact:dependencies] at
org.apache.tools.ant.Project.executeTargets(Project.java:1181)
[artifact:dependencies] at
org.apache.tools.ant.Main.runBuild(Main.java:698)
[artifact:dependencies] at
org.apache.tools.ant.Main.startAnt(Main.java:199)
[artifact:dependencies] at
org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[artifact:dependencies] at
org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
BUILD FAILED
/zonestorage/hudson/home/hudson/hudson/jobs/Maven-2.1.x-with-bootstrap/workspace/trunk/build.xml:77:
Unable to resolve artifact: Missing:
----------
1) org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
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-container-default -Dversion=1.0-beta-2-SNAPSHOT
-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-container-default -Dversion=1.0-beta-2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:maven:pom:3.0-SNAPSHOT
2) org.codehaus.plexus:plexus-container-default:jar:1.0-beta-2-SNAPSHOT
2) org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
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-component-annotations -Dversion=1.0-beta-2-SNAPSHOT
-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-component-annotations -Dversion=1.0-beta-2-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:maven:pom:3.0-SNAPSHOT
2)
org.codehaus.plexus:plexus-component-annotations:jar:1.0-beta-2-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
org.apache.maven:maven:pom:3.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
codehaus.snapshots (http://snapshots.repository.codehaus.org/),
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository/)
Total time: 6 seconds