Hello,

I have the following structure locally:

releases
- pom.xml
- module1
   - pom.xml
- module2
   - pom.xml

The release is a pom.xml that mainly contains a version number (SNAPSHOT), <module> tags and scm informations All poms have correct information tags. Individually, i can perform a release on each submodule without trouble (tagging work, so scm is set correctly to pom).

However, if i try to release all modules at once using toplevel pom, maven release plugin only tags the parent poms instead of tagging each submodule. It doesn't seem to respect scm informations present in submodules

My svn structure is as follow

http://svn/path
 - releases
    -trunk
    -tags
    -branches
 - module1
    -trunk
    -tags
    -branches
 - module2
    -trunk
    -tags
    -branches

I use property svn:externals to collect modules as subfolders of releases. Is it a known limitation of maven release plugin? Are there any work-around for this? Thanks for informations


--
David Delbecq
Institut Royal Météorologique
Ext:557


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

Reply via email to