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

2010-08-26 Thread Paul Merlin
+1 /Paul Quoting Benjamin Bentmann benjamin.bentm...@udo.edu: 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-26 Thread Baptiste MATHUS
2010/8/25 Rex Hoffman r...@e-hoffman.org So I felt there are few gaps in the maven release process (and enforcing a project or a reactor project is releasable). Perceived gaps: 1) Maven should fail a build if it is building a release version number and any of it's dependencies (including

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

2010-08-26 Thread Baptiste MATHUS
+1 (non-binding) 2010/8/26 Paul Merlin eska...@n0pe.org +1 /Paul Quoting Benjamin Bentmann benjamin.bentm...@udo.edu: 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.

[CANCEL] [VOTE] Release Apache Maven 3.0-beta-3

2010-08-26 Thread Benjamin Bentmann
Mark Derricutt wrote: -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 Thanks, I hereby cancel the vote to fix this first. Benjamin

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

2010-08-26 Thread Mark Derricutt
If there's any further information I can give let me know. I suspect there's something to do with the dependencies in the project, as some of our artifacts released fine, but 3-4 had this NPE. 1) We use version ranges for our internal dependecies, such as [2.0.0,3.0.0) 2) We're using nexus 1.5.x

Re: Filling in a few gaps with enforcer rules

2010-08-26 Thread Rex Hoffman
Baptiste: I work in a large organization, where there are differing degrees of familiarity with maven. Most devs shy away from the release plugin for several reasons. One is the use of hudson and nexus. Developers are not allowed to cut releases on their machines. Simply checking in updated

Re: Filling in a few gaps with enforcer rules

2010-08-26 Thread Brian Fox
On Thu, Aug 26, 2010 at 12:39 PM, Rex Hoffman r...@e-hoffman.org wrote: Baptiste: I work in a large organization, where there are differing degrees of familiarity with maven. Most devs shy away from the release plugin for several reasons.  One is the use of hudson and nexus. I actually

[jira] Subscription: Design Best Practices

2010-08-26 Thread jira
Issue Subscription Filter: Design Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

Re: maven generate war

2010-08-26 Thread Weinan Li
Hi Gloria, Maven use maven-war-plugin to generate war file. You can get more information from here: http://maven.apache.org/plugins/maven-war-plugin/ I think this question is better talked on user-list or you can send me email personally :-) On Aug 20, 2010, at 2:12 PM, 文娟