I don't really use Cargo so I guess I'm not following what you're talking about entirely... I just saw o.a.m.p when I know o.c.c is correct for the groupId.
What exactly are you experiencing -- what is "this issue"? And why is this conversation occuring on the Maven list rather than the Cargo list? I feel like I've come into this conversation in the middle or something... I don't really have any idea what your problem is and what triggers it. When are you getting the "plugin does not exist" error message -- when you are trying to run "mvn cargo:xyz"? But realistically, this thread should be moved to the Cargo User list, right? Wayne On 1/11/08, Robert Morse <[EMAIL PROTECTED]> wrote: > I wish you were correct. If you check the archive, you'll see this > issue posted on this list as well as codehaus. > I can get it to work by specifically naming the groupid, artifactid, > and version on the command line. > > On Jan 11, 2008, at 1:18 PM, Wayne Fay wrote: > > > 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] > > > > > --------------------------------------------------------------------- > 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]
