On 7/18/07, Erik Allais <[EMAIL PROTECTED]> wrote:
I try to build a HTTP SU with maven and the 3.1.1 release and i got this error : mvn archetype:create -DartifactId=mc-http-su -DarchetypeGroupId=org.apache.servicemix.tooling \ > -DarchetypeArtifactId=servicemix-http-consumer-service-unit > -DarchetypeVersion=3.1.1-incubating
Try adding the remoteRepositories property to point directly at the Maven repo from which you want to pull artifacts. Below is an example: $ mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling -DarchetypeArtifactId=servicemix-http-consumer-service-unit -DarchetypeVersion=3.1.1-incubating -DgroupId=com.mycompany -DartifactId=my-http-consumer-bc -DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
