I am having a build problem on the current trunk. If I run:
mvn -Dmaven.test.skip=true install
I get the following:
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.servicemix:servicemix-common:jar:3.0-incubating-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=serv
icemix-common \
-Dversion=3.0-incubating-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Path to dependency:
1)
org.apache.servicemix:servicemix-soap:jbi-shared-library:3.0-incubati
ng-SNAPSHOT
2)
org.apache.servicemix:servicemix-common:jar:3.0-incubating-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.apache.servicemix:servicemix-soap:jbi-shared-library:3.0-incubating-SNAPSH
OT
from the specified remote repositories:
central (http://ibiblio.org/maven2/),
servicemix-m2-repo (http://servicemix.org/m2-repo),
apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
codehaus (http://repository.codehaus.org),
codehaus.m1 (http://dist.codehaus.org),
activemq-tmp-repo
(http://people.apache.org/~chirino/incubator-activemq-4.0/ma
ven2)
[INFO]
------------------------------------------------------------------------