On Oct 3, 2007, at 1:52 AM, Bruce Snyder wrote:

On 10/2/07, Daryl Richter <[EMAIL PROTECTED]> wrote:
Hi-

I am still having no success getting the maven archetypes to work.
Can someone please help me out with what is wrong with my Maven config?

Here is my command to attempt to create a new servicemix-binding-
component project:

mvn archetype:create -DarchetypeGroupId=org.apache.servicemix.tooling
-DarchetypeArtifactId=servicemix-binding-component -
DgroupId=com.funddevelopmentservices.sandbox -DartifactId=my-jdbc-bc

The command above works just fine for me if I add the missing
archetypeVersion argument:

$ mvn archetype:create
-DarchetypeGroupId=org.apache.servicemix.tooling
-DarchetypeArtifactId=servicemix-binding-component
-DarchetypeVersion=3.1.2 -DgroupId=com.funddevelopmentservices.sandbox
-DartifactId=my-jdbc-bc

It still didn't work for me, so I "rebooted" maven by deleting my .m2 directory and now it works.

Looks like a Maven, um, issue.  ;)

--
Daryl
Email *my = [ daryl at: @"eddl" dot: @"us" ];
Weblog *blog = @”http://itsallsemantics.com”;



Reply via email to