I have read it. But it install it on the local repository. I want to deploy it on a remote repository so any other developer working on the project could use this jar without manually install it in its local repository.
--- Alexandre Poitras <[EMAIL PROTECTED]> wrote: > You should take a look at this guide. Quite simple but does the job : > http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html > > On 11/11/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > > > > I solved this by extracting the third party into a target/classes folder. > > > > It works but there is surely somehing more elegant. > > > > --- Oscar Picasso <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > How do I deploy a third party jar to a remote repostory. > > > > > > I have read that the best way is to user mvn deploy. But obviously > > that's not > > > enough. > > > > > > But where do I put the jar to be deployed? > > > > > > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Tired of spam? Yahoo! Mail has the best spam protection around > > > http://mail.yahoo.com > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > __________________________________ > > Yahoo! Mail - PC Magazine Editors' Choice 2005 > > http://mail.yahoo.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Alexandre Poitras > Québec, Canada > __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
