Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-03 Thread Dan Tran
Thanks for looking into this issue. consider it is a blocking regression since there is no work around for me to use 3.0.4 \-D On Sat, Dec 3, 2011 at 1:47 PM, Olivier Lamy wrote: > Thanks! > It looks an erroneous file is picked when it has been download from a > remote repo and when it's reinst

Re: [VOTE] Release Maven Surefire version 2.11, take 2

2011-12-03 Thread Hervé BOUTEMY
+1 Hervé Le Mercredi 30 Novembre 2011 15:07:03 Kristian Rosenvold a écrit : > Hi, > > We solved 22 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10541&version=178 > 56 > > This version supports JUnit 4.8 @Category annotation, using the > "groups" parameter on the plugin (

Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-03 Thread Olivier Lamy
Thanks! It looks an erroneous file is picked when it has been download from a remote repo and when it's reinstall locally (use case of appassembler which reinstall file locally) investigating... 2011/12/3 Dan Tran : > here is sample pom.xml to reproduce the issue.  3.0.3 generate the > correct li

Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-03 Thread Dan Tran
here is sample pom.xml to reproduce the issue. 3.0.3 generate the correct lib dir, and script, but not 3.0.4 http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xs

RC release naming (was Re: [VOTE] Apache Maven 3.0.4 (take 2) )

2011-12-03 Thread Olivier Lamy
Please change subject as it's not related to the vote thread. 2011/12/3 Brian Fox : > The RCs were started for a very specific reason, to improve the > quality of our releases. Just breezing through this thread, there are > clearly issues with memory and some other stuff here that may be Most of

Re: PROPOSAL: Remote Profiles ( a limited alternative to mixins )

2011-12-03 Thread Jason van Zyl
The profile mechanism is how any new mixin system would work. No other mechanism internally is really suited to provide full access to the model in the right place. Not sure if you looked at the code or this is intuition on your part but your analysis is correct in that it's collaboration with t

Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-03 Thread Brian Fox
The RCs were started for a very specific reason, to improve the quality of our releases. Just breezing through this thread, there are clearly issues with memory and some other stuff here that may be bigger than we understand in this small testing surface. An RC build will get more eyes and either c

Re: [VOTE] Apache Maven 3.0.4 (take 2)

2011-12-03 Thread Olivier Lamy
2011/12/3 Dan Tran : > When using 3.0.4 with appassemble-maven-plugin to generate java > wrapper scripts which use snapshot dependency.  The plugin places the > dependencies to its lib/repo directory using timestamp snapshots > picked up from maven repo, but generated scripts using '-SNAPSHOT' for

Re: PROPOSAL: Remote Profiles ( a limited alternative to mixins )

2011-12-03 Thread Robert Burrell Donkin
On Sat, Dec 3, 2011 at 5:50 AM, Mark Derricutt wrote: > Hey all, > > I was thinking again the other day about how mixins could be introduced to > maven to improve/fix some of the issues found with the rigid parent/child > lineage of poms. Maintaining common meta-data without mixin's is a major PI