I use this command to create a service su

mvn archetype:create \
        -DarchetypeGroupId=org.apache.servicemix.tooling \
        -DarchetypeArtifactId=servicemix-http-consumer-service-unit \
        -DarchetypeVersion=3.3 \
        -DgroupId=org.apache.servicemix.samples.bridge \
        -DartifactId=bridge-http-su 

I got this error:
[INFO] Failed to resolve artifact.

GroupId: org.apache.servicemix.tooling
ArtifactId: servicemix-http-consumer-service-unit
Version: 3.3

Reason: Unable to locate resource in repository

Try downloading the file manually from the project website.

Where can I find the service-unit for maven plugin?

thanks.
-- 
View this message in context: 
http://www.nabble.com/How-can-I-find-maven-repository-for-servicemix-plugin-tp25447320p25447320.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to