On 7/4/07, Barrie Treloar <[EMAIL PROTECTED]> wrote:

Is there a preferred way of testing a staged release?
Do I test both the staged plugin jar and the tagged code?
How do I avoid polluting my local repo with these staging plugins?

You can use an alternate local repository a few ways:
* -Dmaven.repo.local=/path/to/repo on the command line
* editing your normal settings.xml
* -s /path/to/alt-settings.xml (which has a different localRepository defined)

(I also have a "remote" repo on the filesystem containing things that
aren't in the central repo-- Sun jars, mostly.)

But I usually just use my normal local repo and then delete the
directory tree containing whatever I was testing.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to