Re: Moving maven-artifact-ant out of components

2007-02-11 Thread Brett Porter
Sounds good. On 12/02/2007, at 5:59 PM, Jason van Zyl wrote: Hi, I would like to move the maven-artifact-ant code out of the components to give them a separate life. They are largely dependent on maven-artifact, but that's in and they have a lot of code that is ant specific and releases

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

Moving maven-artifact-ant out of components

2007-02-11 Thread Jason van Zyl
Hi, I would like to move the maven-artifact-ant code out of the components to give them a separate life. They are largely dependent on maven-artifact, but that's in and they have a lot of code that is ant specific and releases may, in fact, be required more frequently due to change in the

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: [VOTE] Release Maven 2.0.5 (take 2)

2007-02-11 Thread Jason Dillon
Thanks for the info... seems to be okay so far, build works with 2.0.4 and 2.0.5, will soon run the TCK on the 2.0.5 build to see if that shows any dependency related failures, but overall it looks good. There are still a few big issues which we are working around in the G builds which I ho

Re: [VOTE] Release Maven 2.0.5 (take 2)

2007-02-11 Thread Jason van Zyl
On 11 Feb 07, at 11:59 PM 11 Feb 07, Jason Dillon wrote: Are there release notes on the major changes or significant fixes which we might need to adapt to and/or be able to remove local build hacks? The JIRA road map is kinda hard to scrape the relevant details from. The only thing in

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: [VOTE] Release Maven 2.0.5 (take 2)

2007-02-11 Thread Jason Dillon
Seems to work fine for Geronimo trunk (2.0) and 1.2 builds... +1 --jason On Feb 11, 2007, at 8:33 PM, Jason van Zyl wrote: Hi, The assemblies that people are interested in are staged here: http://people.apache.org/~jvanzyl/staging-repository/org/apache/ maven/maven-core/2.0.5/ Here is t

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

More control over what WARNING messages are displayed

2007-02-11 Thread Jason Dillon
It would really be nice if there was more control over what WARNING messages that Maven spits out by default. When building off of a clean repo, a bunch of '[WARNING] Unable to get resource ...' messages litter the console output... which really makes it hard to see what is actually going

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: [VOTE] Release Maven 2.0.5 (take 2)

2007-02-11 Thread Jason Dillon
Are there release notes on the major changes or significant fixes which we might need to adapt to and/or be able to remove local build hacks? The JIRA road map is kinda hard to scrape the relevant details from. --jason On Feb 11, 2007, at 8:33 PM, Jason van Zyl wrote: Hi, The assembli

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

[VOTE] Release Maven 2.0.5 (take 2)

2007-02-11 Thread Jason van Zyl
Hi, The assemblies that people are interested in are staged here: http://people.apache.org/~jvanzyl/staging-repository/org/apache/maven/ maven-core/2.0.5/ Here is the JIRA roadmap: http://jira.codehaus.org/secure/IssueNavigator.jspa? reset=true&&pid=10500&fixfor=12294&sorter/field=issuekey&

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: 2.0.5 and MNG-2794

2007-02-11 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote: > Hi, > > After looking at MNG-2794 I don't think it's something we should fix > change. > > The 2.0.4 release was working in a way contrary to our documentation > in that the nearest with 2.0.4 was not being selected and it is with > 2.0.5. So we either fix it an

Re: 2.0.5 and MNG-2794

2007-02-11 Thread Rahul Thakur
+1 Yep, i guess this is going to become a FAQ on the list and on IRC :-) Rahul Brett Porter wrote: Sounds right to me. Needs something mentioned in the announcement/release notes, though. - Brett On 12/02/2007, at 9:25 AM, Jason van Zyl wrote: Hi, After looking at MNG-2794 I don't thin

Re: 2.0.5 and MNG-2794

2007-02-11 Thread Kenney Westerhof
Yup, I agree. but still the case where 2 matches are equally near should be solved; I think atm. this is either random or first/last-encountered-wins; this should be latest (so nearest wins, if equal distance then fallback to latest). But this could go in at 2.0.6 IMHO. -- Kenney Brett Porter

Re: 2.0.5 and MNG-2794

2007-02-11 Thread Brett Porter
Sounds right to me. Needs something mentioned in the announcement/ release notes, though. - Brett On 12/02/2007, at 9:25 AM, Jason van Zyl wrote: Hi, After looking at MNG-2794 I don't think it's something we should fix change. The 2.0.4 release was working in a way contrary to our docu

Re: svn commit: r506109 - /maven/components/branches/maven-2.0.x/maven-project/src/main/java/org/apache/maven/project/artifact/ProjectArtifactMetadata.java

2007-02-11 Thread Brett Porter
This seems to have been more than just that revision, since it's reverted the license header too. On 12/02/2007, at 6:53 AM, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Sun Feb 11 11:53:21 2007 New Revision: 506109 URL: http://svn.apache.org/viewvc?view=rev&rev=506109 Log: MNG-2820 from t

Re: svn commit: r506108 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/artifact/ProjectArtifactMetadata.java

2007-02-11 Thread Brett Porter
What about using fileutils.copyFile? - Brett On 12/02/2007, at 6:52 AM, [EMAIL PROTECTED] wrote: Author: jvanzyl Date: Sun Feb 11 11:52:44 2007 New Revision: 506108 URL: http://svn.apache.org/viewvc?view=rev&rev=506108 Log: MNG-2820 Leave the POM intact which means no interpolating and no l

2.0.5 and MNG-2794

2007-02-11 Thread Jason van Zyl
Hi, After looking at MNG-2794 I don't think it's something we should fix change. The 2.0.4 release was working in a way contrary to our documentation in that the nearest with 2.0.4 was not being selected and it is with 2.0.5. So we either fix it and then it conflicts with what we docume

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Stephane Nicoll
Done. Cheers, Stéphane On 2/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: Looks like the release plugin is still removing the license header from the pom. I *think* it will stay there if you put it inside the tag instead of above it. In any case, it needs to be added back in svn. Thanks, --

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Jason van Zyl
On 11 Feb 07, at 12:28 PM 11 Feb 07, Vincent Siveton wrote: The Xml declaration was missing initially. It seems that the release plugin doesn't handle as well the XML processing instruction. It's not the release plugin it's the ProjectArtifactMetadata which is rewriting the POM on deployme

Test errors in archiva-configuration

2007-02-11 Thread Wendy Smoak
--- T E S T S --- Running org.apache.maven.archiva.configuration.MavenProxyPropertyLoaderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 sec Running org.apache.maven.a

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Vincent Siveton
The Xml declaration was missing initially. It seems that the release plugin doesn't handle as well the XML processing instruction. Cheers, Vincent 2007/2/11, Wendy Smoak <[EMAIL PROTECTED]>: Looks like the release plugin is still removing the license header from the pom. I *think* it will sta

Re: svn commit: r505870 - /maven/plugins/trunk/maven-source-plugin/pom.xml

2007-02-11 Thread Wendy Smoak
Looks like the release plugin is still removing the license header from the pom. I *think* it will stay there if you put it inside the tag instead of above it. In any case, it needs to be added back in svn. Thanks, -- Wendy On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: sni

Re: [vote] release maven-source-plugin 2.0.3

2007-02-11 Thread Jason van Zyl
+1 Thanks Stephane, Jason. On 11 Feb 07, at 5:11 AM 11 Feb 07, Stephane Nicoll wrote: Hi, This release fixes all known issues. Release Notes - Maven 2.x Sources Plugin - Version 2.0.3 ** Bug * [MSOURCES-6] - Sources plugin ignores resource includes/excludes ** Improvement * [MSOURCE

Re: [maven-source-plugin] Releasing 2.0.3

2007-02-11 Thread Niall Pemberton
On 2/11/07, Stephane Nicoll <[EMAIL PROTECTED]> wrote: Hi, On 2/11/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: > All the issue tickets for the maven sources plugin are resolved: > >http://jira.codehaus.org/browse/MSOURCES > > Is there likely to be a 2.0.3 release soon? > Yes, I'll handle

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

[vote] release maven-source-plugin 2.0.3

2007-02-11 Thread Stephane Nicoll
Hi, This release fixes all known issues. Release Notes - Maven 2.x Sources Plugin - Version 2.0.3 ** Bug * [MSOURCES-6] - Sources plugin ignores resource includes/excludes ** Improvement * [MSOURCES-11] - When source plugin is used, it should make sure it is invoked during install Revis

Re: [maven-source-plugin] Releasing 2.0.3

2007-02-11 Thread Stephane Nicoll
Hi, On 2/11/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: All the issue tickets for the maven sources plugin are resolved: http://jira.codehaus.org/browse/MSOURCES Is there likely to be a 2.0.3 release soon? Yes, I'll handle this. Cheers, Stéphane thx Niall