[jboss-dev] aop branch 2.1 build failing on aophelper snapshot
Scott Stark
sstark at redhat.com
Thu Jul 9 11:28:25 EDT 2009
I pulled down a new 2.1 branch checkout, and tried doing the mvn
install, but its failing:
[INFO]
------------------------------------------------------------------------
[INFO] Building JBoss AOP Distribution Build
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] snapshot
org.jboss.aop:jrockit-pluggable-instrumentor:2.1.4-SNAPSHOT: checking
for updates from snapshots.jboss.org
Downloading:
http://snapshots.jboss.org/maven2/org/jboss/aop/jrockit-pluggable-instrumentor/2.1.4-SNAPSHOT/jrockit-pluggable-instrumentor-2.1.4-SNAPSHOT.pom
Downloading:
http://snapshots.jboss.org/maven2/com/google/code/jarjar/1.0/jarjar-1.0.pom
Downloading:
http://repository.jboss.org/maven2/com/google/code/jarjar/1.0/jarjar-1.0.pom
447b downloaded
Downloading:
http://snapshots.jboss.org/maven2/org/jboss/aop/jrockit-pluggable-instrumentor/2.1.4-SNAPSHOT/jrockit-pluggable-instrumentor-2.1.4-SNAPSHOT.jar
Downloading:
http://snapshots.jboss.org/maven2/com/google/code/jarjar/1.0/jarjar-1.0.jar
Downloading:
http://repository.jboss.org/maven2/com/google/code/jarjar/1.0/jarjar-1.0.jar
110K downloaded
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.jboss.aop:jrockit-pluggable-instrumentor:jar:2.1.4-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jboss.aop
-DartifactId=jrockit-pluggable-instrumentor -Dversion=2.1.4-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.jboss.aop
-DartifactId=jrockit-pluggable-instrumentor -Dversion=2.1.4-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jboss.aop:jboss-aop-dist:jar:2.1.4-SNAPSHOT
2) org.jboss.aop:jrockit-pluggable-instrumentor:jar:2.1.4-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.jboss.aop:jboss-aop-dist:jar:2.1.4-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
repository.jboss.org (http://repository.jboss.org/maven2),
apiviz.release (http://apiviz.googlecode.com/svn/site/repo/mvn/release),
snapshots.jboss.org (http://snapshots.jboss.org/maven2)
More information about the jboss-development
mailing list