You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Taras Lipatov <ta...@vidavee.com> on 2007/11/15 19:36:01 UTC

Cant the release plugin to tag only modules?

Currently one of my projects looks like

`-- parent
    |-- module1
    |-- module2
    `-- module3

When I mvn release:prepare

I get in svn
`-- tags
    `-- parent-1.0.0
        |-- module1
        |-- module2
        `-- module3

But I want
`-- tags
     |-- module1-1.0.0
     |-- module2-1.0.0
     `-- module3-1.0.0

Or at best
`-- tags
     |-- parent-1.0.0
     |-- module1-1.0.0
     |-- module2-1.0.0
     `-- module3-1.0.0

Can this be done without releasing every module individually?

Thank



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org