Hi David,

Sorry about the late response, yesterday was a holiday and it was one of the 
few that I actually don't ignore.

As for your question, I am not quite sure about your sub-module versioning, 
since you didn't really explain it, but I'll do my best on answering.

In the latest snapshot-version of the release-plugin, there is a parameter 
called 'autoVersionSubmodules'. It's description reads:
/**
  * Whether to automatically assign submodules the parent version.  If set to 
false,
  * the user will be prompted for the version of each submodules. 
  *
  * @parameter expression="${autoVersionSubmodules}" default-value="false"
  */

This would mean, that if you use the same version on your sub-modules as well 
(which is what I presume, this is the part I'm not sure about from your 
mail!), you would only have to set the version once.
If this would solve your problem, you could checkout the latest version of the 
release-plugin, build it, deploy it and use it on your projects.

Another solution would be to do a dryRun once, and check the 
file 'release.properties'. You might be able to trick maven into using 
settings that you entered into that file.

Or, as the others have already said, checkout the plugin and write your own 
solution.

I hope one of the answers will do the trick for you.


On Tuesday 01 May 2007 18:42, David C. Hicks wrote:
> Thanks for the links. I'm a bit "under water" right now, but if I can
> get a chance to come up for air, I may just do that.
>
> David Roussel wrote:
> > If you've got that far, then your on your way to making a change and
> > trying it out
> >
> > Have a look at:
> >  - http://maven.apache.org/guides/development/guide-m2-development.html
> >  - http://maven.apache.org/plugin-developers/index.html
> >  - http://maven.apache.org/developers/index.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Roland Asmann

CFC Informationssysteme Entwicklungsgesellschaft m.b.H
Bäckerstrasse 1/2/7
A-1010 Wien
FN 266155f, Handelsgericht Wien

Tel.: +43/1/513 88 77 - 27
Fax.: +43/1/513 88 62
Email: [EMAIL PROTECTED]
Web: www.cfc.at

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

Reply via email to