Hi All,
Im trying to build service mix from the svn source but i keep getting the
following build error:
Missing:
----------
1) org.apache.ws:wsif:jar:2.0.1_IB3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ws -DartifactId=wsif
-Dversion=2.0.1_IB3 -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.ws -DartifactId=wsif
-Dversion=2.0.1_IB3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
2) org.apache.ws:wsif:jar:2.0.1_IB3
2) com.sun.script:groovy-engine:jar:20080611
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.script
-DartifactId=groovy-engine -Dversion=20080611 -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=com.sun.script
-DartifactId=groovy-engine -Dversion=20080611 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -Drepositor
yId=[id]
Path to dependency:
1) org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
2) com.sun.script:groovy-engine:jar:20080611
3) org.apache.ws:wsif-j2c:jar:2.0.1_IB3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.ws -DartifactId=wsif-j2c
-Dversion=2.0.1_IB3 -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.ws -DartifactId=wsif-j2c
-Dversion=2.0.1_IB3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[
id]
Path to dependency:
1) org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
2) org.apache.ws:wsif-j2c:jar:2.0.1_IB3
----------
3 required artifacts are missing.
for artifact:
org.apache.servicemix:servicemix-components:jar:3.3.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
apache-snapshots (http://people.apache.org/repo/m2-snapshot-repository),
codehaus-snapshots (http://repository.codehaus.org),
apache.snapshots (http://repository.apache.org/snapshots)
Any idea where i can get these dependencies?
Cheers,
Ian