It seems you didn't copy Manuel's example "verbatim". There is no
o.a.m.p:maven-cargo-plugin. What Maven is telling you is correct --
this does not exist, as you can see here:
http://repo1.maven.org/maven2/org/apache/maven/plugins/

Instead you need:
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-maven2-plugin</artifactId>
    <version>0.3-20061103.124657-5</version>

Wayne

On 1/11/08, Robert Morse <[EMAIL PROTECTED]> wrote:
> This is a late follow-up to this thread, but has anyone solved the
> issue of why this error comes up:
>
> The plugin 'org.apache.maven.plugins:maven-cargo-plugin' does not
> exist or no valid version could be found
>
> For what it's worth, I copied Manuel's example of using this plug-in
> verbatim.   This seems to be a common error, but I haven't seen a
> solution.
>
>
>
> On Aug 27, 2007, at 3:08 AM, Manuel J. Recena Soto wrote:
>
> > Hi Alexander:
> >
> > On Sat, 25 Aug 2007 20:14:39 -0400, Alexander Sack wrote
> >> Does anyone have Cargo working?  If so, could you post a sample POM?
> >> I would really appreciate it.
> >>
> >> -aps
> >>
> >> --
> >> "What lies behind us and what lies in front of us is of little
> >> concern to what lies within us." -Ralph Waldo Emerson
> >
> > This is a example with Cargo:
> > http://www.manuelrecena.com/blog/uploads/code_snippets/cargo_plugin_conf.txt
> >
> > Regards,
> >
> > --
> > Manuel J. Recena Soto
> > * www.manuelrecena.com[/blog]
> > * [EMAIL PROTECTED]
> > * +34 609710280 (ES)
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to