release plugin without SCM

2008-07-08 Thread Kallin Nagelberg
Is there a way to use the release plugin without invoking the SCM activities? (I'm using SVN) The release plugin doesn't seem to be compatible with my project's branching strategy for a number of reasons: 1) It seems to always want to release from the trunk. Sometimes we need to release from

Re: release plugin without SCM

2008-07-08 Thread Kallin Nagelberg
Maybe I should clarify: My project structure is like this: myproject +--module1 +--module2 +--nonmodule1 so the SVN path is something like http://svnserver/myproject/trunk. I happen to be working on a branch now, so i checked out from http://svnserver/myproject/branches/branch1. How would I

Re: release plugin without SCM

2008-07-08 Thread Tom Huybrechts
The plugin at https://svn.dev.java.net/svn/hudson/branches/tom/plugins/staging/maven-stagingrelease-plugin/ has a set-version goal, which you could use to create your own release process. On Tue, Jul 8, 2008 at 5:57 PM, Kallin Nagelberg [EMAIL PROTECTED] wrote: Is there a way to use the release