Hello,

This is my first Maven project.
I try to release a multimodule project. It works fine except that the
submodule are not tagged.

I join my directory structure (in the png). The three project are
independant in Subversion (but all in the same repository).
All : is an empty project (except the pom) which is my parent project
coreGcm : a java project
webGCm : a web app project (dependant of coreGcm)

In my all/trunk/pom.xml I have :
<scm>
    <connection>scm:svn:svn://localhost/svn-repo/all</connection>
  </scm>

In coreGcm/trunk/pom.xml :
<scm>
    <connection>scm:svn:svn://localhost/svn-repo/coreGcm</connection>
  </scm>

In webGcm/trunk/pom.xml :
<scm>
    <connection>scm:svn:svn://localhost/svn-repo/webGcm</connection>
  </scm>

If I execute release:prepare, in all/tags I have a new tag with the
correct pom.xml but nothing in webGcm/tags and coreGcm/tags.

Thanks,

David.
Ce message et ses pièces jointes (le "message") est destiné à l'usage
exclusif de son destinataire.
Si vous recevez ce message par erreur, merci d'en aviser immédiatement
l'expéditeur  et de le détruire ensuite. Le présent message  pouvant
être altéré à notre insu,  CALYON Crédit Agricole CIB
ne peut pas être engagé par son contenu. Tous droits réservés.

This message and/or any  attachments (the "message") is intended for
the sole use of its addressee.
If you are not the addressee, please immediately notify the sender and
then destroy the message.  As this message and/or any attachments may
have been altered without our knowledge,  its content  is not legally
binding on CALYON Crédit Agricole CIB. All rights reserved.

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

Reply via email to