On Wednesday 13 December 2006 03:15, Martin Ritchie wrote:
> I can't believe that maven forces you to only work on one "revision"
> of the code base at a time. I have a number of branches in development
> and having to do a main clean and install before I can build a
> distribution seems so unintuitive.

It doesn't.   When you call mvn, you can add 
a -Dmaven.repo.local=/path/to/repository flag to make maven use a different 
repository if you want something completely different.    You can throw that 
in your MAVEN_OPTS env variable if you want as well.    You lose the 
advantage of sharing some of the "common" plugins and such and of course it 
takes up more disk space, but it would give you a complete sandbox.


-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
[EMAIL PROTECTED]

Reply via email to