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 go about releasing nonmodule1 off my branch?

On Tue, Jul 8, 2008 at 11:57 AM, Kallin Nagelberg <
[EMAIL PROTECTED]> wrote:

> 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 branches.
> 2.) Releasing a non-module nested component doesn't work. Say I have a
> project in myproject/reports, and I just want to release reports. I'm
> getting the error 'myproject/tags/reports-1.0' doesn't exist.
>
> I would be happy just using the deploy goal directly, but I can't because I
> need to change the version of the project throughout multiple POMs.
>
> Any ideas?
>

Reply via email to