Hi All,
I wonder if anyone else is having problems building in the distribution dir
(or building for idea) with the errors below (from mvn in the distribution
dir).
I think my svn is fully up to date on trunk.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.qpid:qpid-broker:jar:1.0-incubating-M2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.qpid-DartifactId=qpid-broke
r \
-Dversion=1.0-incubating-M2-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/f
ile
Path to dependency:
1) org.apache.qpid:qpid-distribution:jar:1.0-incubating-M2-SNAPSHOT
2) org.apache.qpid:qpid-broker:jar:1.0-incubating-M2-SNAPSHOT
2) org.apache.qpid:qpid-common:jar:1.0-incubating-M2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.qpid-DartifactId=qpid-commo
n \
-Dversion=1.0-incubating-M2-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/f
ile
Path to dependency:
1) org.apache.qpid:qpid-distribution:jar:1.0-incubating-M2-SNAPSHOT
2) org.apache.qpid:qpid-common:jar:1.0-incubating-M2-SNAPSHOT
3) org.apache.qpid:qpid-client:jar:1.0-incubating-M2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.qpid-DartifactId=qpid-clien
t \
-Dversion=1.0-incubating-M2-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/f
ile
Path to dependency:
1) org.apache.qpid:qpid-distribution:jar:1.0-incubating-M2-SNAPSHOT
2) org.apache.qpid:qpid-client:jar:1.0-incubating-M2-SNAPSHOT
----------
3 required artifacts are missing.
for artifact:
org.apache.qpid:qpid-distribution:jar:1.0-incubating-M2-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Fri Nov 24 11:34:57 GMT 2006
[INFO] Final Memory: 5M/9M
[INFO]
------------------------------------------------------------------------
Regards,
Marnie