hi bruce, I dont understand 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 \ > -DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Sample - Modulo Connect v0.2 [INFO] A custom project [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: org.apache.servicemix.tooling:tooling:pom:3.1.1-incubating Reason: Cannot find parent: org.apache.servicemix:servicemix for project: org.apache.servicemix.tooling:tooling:pom:3.1.1-incubating for project org.apache.servicemix.tooling:tooling:pom:3.1.1-incubating [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Wed Jul 18 15:55:40 GMT+01:00 2007 [INFO] Final Memory: 1M/3M [INFO] ------------------------------------------------------------------------ Regards, Erik bsnyder wrote: > > 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/ > > -- View this message in context: http://www.nabble.com/Build-error-with-3.1.1-tf4103494s12049.html#a11670417 Sent from the ServiceMix - User mailing list archive at Nabble.com.
