Re: about Maven release-plugin

2007-02-11 Thread Guijie (Maggie) Ma
Yes, for the application of our company, we hope to release different modules with different version. Could we do any modification to the source code of Maven release-plugin? What suggestion about that? Maggie >>> Jason van Zyl <[EMAIL PROTECTED]> 2/12/2007 12:52 AM >>> On 12 Feb 07, at 1:04

Re: about Maven release-plugin

2007-02-11 Thread Jason van Zyl
On 12 Feb 07, at 1:04 AM 12 Feb 07, Barrie Treloar wrote: On 2/12/07, Guijie (Maggie) Ma <[EMAIL PROTECTED]> wrote: But if there are more than one module and there are dependency between, the change of one module can lead the version changes of other modules. The change rule of version num

Re: about Maven release-plugin

2007-02-11 Thread Guijie (Maggie) Ma
Thank you for your reply. I see. Maggie >>> Edwin Punzalan <[EMAIL PROTECTED]> 2/11/2007 11:53 PM >>> unfortunately, you can't. If in continuum, the user is prompted for all the versions. What the plugin does however is suggest a default, which is what it currently does. Of course, the defa

Re: about Maven release-plugin

2007-02-11 Thread Edwin Punzalan
well although this about Maven and modules *may* be true, the release plugin can release the modules with a different versions than what is declared in the parent. That's why the release plugin prompts for the release/dev versions even though the project will inherit them. If you specified

Re: about Maven release-plugin

2007-02-11 Thread Barrie Treloar
On 2/12/07, Guijie (Maggie) Ma <[EMAIL PROTECTED]> wrote: But if there are more than one module and there are dependency between, the change of one module can lead the version changes of other modules. The change rule of version number should be different, not all be updated from 0.5.0-SNAPSH

Re: about Maven release-plugin

2007-02-11 Thread Edwin Punzalan
unfortunately, you can't. If in continuum, the user is prompted for all the versions. What the plugin does however is suggest a default, which is what it currently does. Of course, the default isn't always appropriate for all cases, but generally it should suffice. If you want a new algo

Re: about Maven release-plugin

2007-02-11 Thread Guijie (Maggie) Ma
But if there are more than one module and there are dependency between, the change of one module can lead the version changes of other modules. The change rule of version number should be different, not all be updated from 0.5.0-SNAPSHOT to 0.5.1-SNAPSHOT, maybe from 0.5.0-SNAPSHOT to 0.6.0-SNA

Re: about Maven release-plugin

2007-02-11 Thread Barrie Treloar
On 2/12/07, Guijie (Maggie) Ma <[EMAIL PROTECTED]> wrote: Do you think it is more convenient if the release plugin can deal with the revision number automatically? I have attached the snapshot of the release-prepare. The attached snapshot was cut by the list. I am successfully using the rel

Re: about Maven release-plugin

2007-02-11 Thread Guijie (Maggie) Ma
I mean the release versions and development versions should be input manually now. I want to know if I want the release-plugin to create the version number automatically, what could we do? Thank you! Maggie >>> Edwin Punzalan <[EMAIL PROTECTED]> 2/11/2007 10:03 PM >>> What do you mean? Curre

Re: about Maven release-plugin

2007-02-11 Thread Edwin Punzalan
What do you mean? Currently, it removes the SNAPSHOT for released versions and increments with a SNAPSHOT version for development versions. That's not enough? Guijie (Maggie) Ma wrote: Do you think it is more convenient if the release plugin can deal with the revision number automatical

Re: about Maven release-plugin

2007-02-11 Thread Guijie (Maggie) Ma
Do you think it is more convenient if the release plugin can deal with the revision number automatically? I have attached the snapshot of the release-prepare. Thanks! Maggie >>> Edwin Punzalan <[EMAIL PROTECTED]> 2/11/2007 8:05 PM >>> I don't think there will be any problems if you put in

Re: about Maven release-plugin

2007-02-11 Thread Edwin Punzalan
I don't think there will be any problems if you put in the configuration all the versions you will want to use. Continuum have a similar process too, it prompts the user for all the required information before the actual release begins. And then sends the release and development versions to

Re: about Maven release-plugin

2007-02-11 Thread Guijie (Maggie) Ma
Hello Edwin, Thank you for your reply. In the project release for creating the Dev tag,the release prepare process will prompt you for the revision to be used for the new Dev tag, and for Trunk. You know the release-plugin can't define the correct version number, so we must have the correct ver

Re: about Maven release-plugin

2007-02-11 Thread Edwin Punzalan
What is it that you want the release-plugin to do? If you just want to specify a different version than what is recommended by the plugin when it prompts them, then it should be safe to do without any problems. ^_^ Guijie (Maggie) Ma wrote: Hi, I'm a user of Maven and Maven is very goo

about Maven release-plugin

2007-02-09 Thread Guijie (Maggie) Ma
Hi, I'm a user of Maven and Maven is very good for my work. But in the use, we have found a problem: when we do the project release, e.g. mvn release:prepare, we need input the release version and the new development version manually for each modules. I want to know whether release-plugin can h