You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by David Delbecq <de...@oma.be> on 2008/03/18 10:35:58 UTC

release plugin and modules tagging does not work?

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org