On 10/3/07, Daryl Richter <[EMAIL PROTECTED]> wrote:
>
> 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.  ;)

Been there, done that. I'll bet you could've removed the
~/.m2/repository/org/apache/maven directory and it would've reset.
This saves you from having to re-download everything.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Apache Geronimo - http://geronimo.apache.org/
Castor - http://castor.org/

Reply via email to