I cleared out my local maven2 repository to do some sanity on our own builds
to make sure I'm haven't missed checking any custom dependencies into our
local maven2 repository, and ran across some problems with Servicemix
dependencies that seem to be having problems resolving. Are the SNAPSHOT
references for the xbean references available in a repository without any
special repository additions to a pom?
Thanks!!!
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.xbean:xbean-classloader:jar:3.3-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.xbean
-DartifactId=xbean-classloader -Dversion=3.3-SNAPSHOT -Dpackagi
ng=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.xbean
-DartifactId=xbean-classloader -Dversion=3.3-SNAPSHOT -Dpackaging
=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) ...
2) org.apache.servicemix:servicemix-core:jar:3.2.2
3) org.apache.xbean:xbean-server:jar:3.3
4) org.apache.xbean:xbean-classloader:jar:3.3-SNAPSHOT
2) org.apache.xbean:xbean-kernel:jar:3.3-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.xbean
-DartifactId=xbean-kernel -Dversion=3.3-SNAPSHOT -Dpackaging=ja
r -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.xbean
-DartifactId=xbean-kernel -Dversion=3.3-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) ...
2) org.apache.servicemix:servicemix-core:jar:3.2.2
3) org.apache.xbean:xbean-server:jar:3.3
4) org.apache.xbean:xbean-kernel:jar:3.3-SNAPSHOT