Mark Lundquist wrote:
It's not. Did you read the scenario from my original post? I don't think SNAPSHOT is even in view here.
Yes, I read it.

Do you think it's currently possible to build two different instances of a project (e.g. one w/ local modifications and one without) on the same machine without them stomping on each other in the repository, (a) without touching any other controlled resource (such as a pom :-) not directly related to the modification in question (i.e., that I would not include in a patch file), and (b) in a location-based way (i.e. that doesn't require me to remember to say some kind of "maven -Dblah.blah"? If so, please tell me how! :-)
I would think that using SNAPSHOT in conjunction with the -s option would do what you want. Yes, you have to modify the POM, but you are supposed to modify the pom when you are making changes to a project.

Ralph

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

Reply via email to