your tips works, thanks a lot bruce and gert
bsnyder wrote: > > On 6/22/07, Erik Allais <[EMAIL PROTECTED]> wrote: >> >> dont understand whye the creation of hello-wold-bc and hello-wold-se work >> without a pom file >> the tutorial said that the work is in progress maybe the problem is there >> Thanks for your effort > > This is simply an issue with Maven not finding the archetype in any > accessible Maven repositories. I just executed the following command > from the command line after having moved my local Maven repo aside (so > it's not accessible by Maven) and it completed successfully: > > mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling > -DarchetypeArtifactId=servicemix-service-assembly > -DarchetypeVersion=3.1-incubating > -DgroupId=org.apache.servicemix.samples.helloworld > -DartifactId=hello-world-sa > -DremoteRepositories=http://people.apache.org/repo/m2-incubating-repository > > I pointed Maven at the repo I want it to use via the > remoteRepositories argument. Does the command above work for you? > > 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/Hello-world-bc-exemple-tf3963513s12049.html#a11254552 Sent from the ServiceMix - User mailing list archive at Nabble.com.
