These might be of interest too: H:\CurrentProjects>mvn --version Maven version: 2.0.5
H:\CurrentProjects>java -version java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode) Owen. -----Original Message----- From: Owen Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2007 1:41 PM To: [email protected] Subject: Maven newbie alert - incorrect archetype version. Hello. I am a Maven newbie. Having discovered the merit in using Maven over Ant on Monday, I downloaded and started fiddling with it yesterday. I am rather fresh. My problem relates to the following error when trying to create a new JBI BC project with maven. I am following the tutorial at http://incubator.apache.org/servicemix/hello-world-bc.html to create my own BC; a fact I think is unrelated to the problem I am having. When I run the following command: mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling / -DarchetypeArtifactId=servicemix-binding-component / -DarchetypeVersion=3.1-incubating-SNAPSHOT / -DgroupId=au.com.wcg.bindingcomponent.executeshellscript / -DartifactId=WCGExecuteSchellScriptBindingComponent I find the following error in my maven output: [INFO] Failed to resolve artifact. GroupId: org.apache.servicemix.tooling ArtifactId: servicemix-binding-component Version: 3.1-incubating-SNAPSHOT Reason: Unable to download the artifact from any repository Try downloading the file manually from the project website. Looking at the tutorial, I find that it has been courteous enough to include a link to the "Top level ServiceMix POM", only this link points to a page that no longer exists. I have done some searching, and, not knowing exactly what it is that I am supposed to be finding, have here made this request for help. Does anyone know where the POM I need is? Help would be very much appreciated, Owen. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
