Yeesh, Wayne I must have read those pages now about 100 times.  But of
course, the javadoc thing still doesn't work and I still have no idea
why..this might make me start looking at Maven source!  :D!

-aps

On 8/23/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Not sure what exactly the problem is, but make sure you're following
> the directions... I'd start here:
> http://cargo.codehaus.org/Maven2+Plugin+Installation
>
> If you're still having problems, you can always use the "long way" to
> specify a plugin:
> mvn groupId:artifactId:version:mojo
>
> Which becomes:
> mvn org.codehaus.cargo:cargo-maven2-plugin:0.3.1:start
>
> Wayne
>
> On 8/23/07, Alexander Sack <[EMAIL PROTECTED]> wrote:
> > I read two threads in the archives and did not see a real fix but I
> can't
> > get Maven2 to automatically download the Cargo plugin.  How the heck is
> > anyone using it?
> >
> > I'm just using:
> >
> > <plugins>
> >   <plugin>
> >     <groupId>org.codehaus.cargo</groupId>
> >     <artifactId>cargo-maven2-plugin</artifactId>
> >     <version>0.3.1</version>  <!-- or no version -->
> >   </plugin>
> > </plugins>
> >
> > I also added the pluginRepositories as well in my parent project pom but
> > still no luck.  It seems to think that cargo is an internal Apache Maven
> > plugin, I get:
> >
> > org.apache.maven.lifecycle.LifecycleExecutionException: The plugin '
> > org.apache.maven.plugins:maven-cargo-plugin' does not exist or no valid
> > version could be found
> > etc.
> >
> > What am I doing wrong?  Anyone using Cargo?
> >
> > -aps
> >
> > --
> > "What lies behind us and what lies in front of us is of little concern
> to
> > what lies within us." -Ralph Waldo Emerson
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
"What lies behind us and what lies in front of us is of little concern to
what lies within us." -Ralph Waldo Emerson

Reply via email to