Hi Jeff, > -----Original Message----- > From: Jeff Mutonho [mailto:[EMAIL PROTECTED] > Sent: mercredi 19 avril 2006 13:27 > To: Maven Users List > Subject: Re: Tomcat plugin > > On 4/19/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > This plugin wasn't publish by the maven team. > > You'll have a better help if you directly contact its team. > > > > An alternative is to use cargo > > http://cargo.codehaus.org > > > > Arnaud > > > Ok I tried getting the maven 1 plugin as follows : > 1)Edited my build.properties file and added > http://cargo.codehaus.org/maven in my maven.repo.remote property
This is not the correct location. Actually cargo artifacts are available on ibiblio so you don't even need to add a new remote repo. > 2)executed maven plugin:download -DgroupId=cargo > -DartifactId=cargo-maven-plugin -Dversion=0.9 The latest released version is 0.8. 0.9 is still in development but you can get it from our CI build: http://ci.codehaus.org/beetlejuice/viewBuildArtifacts.action?buildNumber=411 &projectName=Cargo > and got the error message : > [echo] trying to download > http://cargo.codehaus.org/maven/cargo/plugins/cargo-maven-plugin-0.9.jar > > BUILD FAILED > blah blah... > Unable to find plug-in > > I know that my repo is incorrect.What is the correct name for the > repo.I also tried > http://cargo.codehaus.org/dist2-snapshot with version set to 0.8 and > still failed to get the plugin. The http://cargo.codehaus.org/dist2-snapshot repo is a m2 snapshot repo so you'll find only snapshots there. The release repo is on http://cargo.codehaus.org/dist2 and you should be able to get version 0.8 there. As I mentionned you should normally not need to define any remote repo as cargo artifacts are available on ibiblio. However I've noticed that the cargo 0.8 plugin wasn't there... :-( I'm working on adding it. For now you can grab it here http://cargo.codehaus.org/dist2/org/codehaus/cargo/cargo-maven-plugin/0.8/ca rgo-maven-plugin-0.8.jar and install it manually by dropping it in your MAVEN_HOME/plugins directory. Sorry for the trouble. Thanks -Vincent ___________________________________________________________________________ Nouveau : téléphonez moins cher avec Yahoo! Messenger. Appelez le monde entier à partir de 0,012 /minute ! Téléchargez sur http://fr.messenger.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
