To configure jar:deploy and dist:deploy destination you must set <distributionSite> and <distributionDirectory> properties in project.xml
I should say that again - distributionSite property is not documented but it is very useful. > -----Original Message----- > From: Nathan Coast [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 8:20 PM > To: Turbine Maven Users List > Subject: Re: multiple repositories > > > thanks > > for the jar:deploy goal, does maven distribute to the first > repository > in the list? > > Henri Yandell wrote: > > Yep. > > > > In the project.properties for your project, you need: > > > > > maven.repo.remote=http://jars.genscape.com,http://www.ibiblio.org/mave > > n > > > > Important to add the ibiblio one by hand if you still want that. > > > > Also, I have noticed that this seems not to get noticed when you > > distribute to the repository, however I've not tried in a while [I > > distribute by hand] so it might be fixed by now. > > > > Hen > > > > On Mon, 7 Oct 2002, Nathan Coast wrote: > > > > > >>Hi, > >> > >>is it possible to have multiple repositories that maven will search > >>for dependencies? e.g. www.ibiblio...... for public jars > and a private > >>repository for internal jar files. If you can, how do you do it? > >> > >>On a similar note, is it possible to configure a project to > deploy to > >>this internal repository rather than to the ibiblio repository? > >> > >>cheers > >>Nathan > >> > >> > >>-- > >>To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > >>For additional commands, e-mail: > >><mailto:[EMAIL PROTECTED]> > >> > >> > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
