Re: Filling in a few gaps with enforcer rules

2010-08-25 Thread Stephen Connolly
IMHO, if you can separate the rules by function and file enhancement JIRAs with the appropriate patches attached to each, that would probably be the best way -Stephen On 25 August 2010 20:00, Rex Hoffman r...@e-hoffman.org wrote: So I felt there are few gaps in the maven release process (and

Re: Filling in a few gaps with enforcer rules

2010-08-25 Thread Rex Hoffman
Just want to make sure before I do this that there is desire for these kinds of enforcer rules in the community. Don't want to engage in the extra effort if others dont feel the need for rules like these. Wont be hard to split the functionality, will just result in a shared library or (some)

[VOTE] Release Apache Maven 3.0-beta-3

2010-08-25 Thread Benjamin Bentmann
Hi, apart from another few regression fixes, this release includes Guice and Aether [0] and shall help to get some more community testing on these new components. Overall, we solved 16 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500version=16681 There are still a

Re: [VOTE] Release Apache Maven 3.0-beta-3

2010-08-25 Thread Jason van Zyl
+1 On Aug 25, 2010, at 4:36 PM, Benjamin Bentmann wrote: Hi, apart from another few regression fixes, this release includes Guice and Aether [0] and shall help to get some more community testing on these new components. Overall, we solved 16 issues:

Re: Filling in a few gaps with enforcer rules

2010-08-25 Thread Brian Fox
Yes, these are useful rules, although we have some that sound the same, but maybe there's a subtle difference? http://maven.apache.org/enforcer/enforcer-rules/requireReleaseDeps.html http://maven.apache.org/enforcer/enforcer-rules/requireReleaseVersion.html On Wed, Aug 25, 2010 at 6:26 PM, Rex

NullPointerExceptions with todays maven 3 build and the release plugin

2010-08-25 Thread Mark Derricutt
Hey all, Just doing a bunch of artifact releases today and noticed that I'm getting NPEs. I guess this is related to the Guice/aether merge. The log/error can be seen at https://gist.github.com/8ac6e71ad49cf8928549 Where do we raise issues for this now? Mark -- Pull me down under...

Re: [VOTE] Release Apache Maven 3.0-beta-3

2010-08-25 Thread Oleg Gusakov
+1 20-some module project with AspectJ Terracotta - no issues. On 8/25/10 4:36 PM, Benjamin Bentmann wrote: Hi, apart from another few regression fixes, this release includes Guice and Aether [0] and shall help to get some more community testing on these new components. Overall, we solved

Re: [VOTE] Release Apache Maven 3.0-beta-3

2010-08-25 Thread Mark Derricutt
-1 - I'm getting NullPointerExceptions with the aether in todays current nightly build when doing releases. https://gist.github.com/8ac6e71ad49cf8928549 Raised as http://jira.codehaus.org/browse/MNG-4779 -- Pull me down under... On Thu, Aug 26, 2010 at 2:59 PM, Oleg Gusakov