Hi, > -----Original Message----- > From: lsacco [mailto:[EMAIL PROTECTED] > Sent: mercredi 19 avril 2006 22:55 > To: [email protected] > Subject: RE: Tomcat plugin > > > Hi Vincent, > > You said you don't need to add cargo to the remote repository, but I get > the > following when I try to install the plugin:
[snip] Yes, that's what I said but I also said: "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. " Check below for more details. Thanks -Vincent > >> -----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=4 > 11 > > &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 ___________________________________________________________________________ Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos services préférés : vérifiez vos nouveaux mails, lancez vos recherches et suivez l'actualité en temps réel. Rendez-vous sur http://fr.yahoo.com/set --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
