Oleg,
The snapshots for all our artifacts are available at
http://people.apache.org/repo/m2-snapshot-repository. I see you are
using artifactory, so you probably need to configure this repo there as
well.
Regards,
Gert
Oleg Atamanenko wrote:
Hello!
When I'm trying to build service mix from trunk build fails on first step:
zsh% mvn -Dmaven.test.skip=true -Pstep1 install
.....
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.servicemix:servicemix-shared:jar:4.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn
install:install-file -DgroupId=org.apache.servicemix -DartifactId=servicemix-shared -Dversion=4.0-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.apache.servicemix -DartifactId=servicemix-shared -Dversion=4.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1)
org.apache.servicemix:servicemix-lwcontainer:jbi-component:3.3-SNAPSHOT
2) org.apache.servicemix:servicemix-shared:jar:4.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.servicemix:servicemix-lwcontainer:jbi-component:3.3-SNAPSHOT
from the specified remote repositories:
internal-repository (http://127.0.0.1:8080/artifactory/repo)
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 1 second
[INFO] Finished at: Fri Aug 08 00:00:53 NOVST 2008
[INFO] Final Memory: 50M/160M
[INFO] ------------------------------------------------------------------------
How can I fix this?