Re: [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Dan Fabulich
I was waiting until alpha-3 was out to merge in the MNG-3004 branch. MNG-3004 passes all ITs, including a few new ITs of the experimental multithreaded mode. Can we recut alpha-4 with MNG-3004 in it? -Dan - To unsubscribe,

Re: Archive 2.0.11

2009-11-13 Thread Brett Porter
It has been tagged for several months, I just needed to push it to a vote. After doing the release notes stuff, I was planning to next week, I just got hung up on that. - Brett On 14/11/2009, at 9:11 AM, Paul Benedict wrote: > Since 2.0.11 is totally stagnant, I propose the JIRA version gets >

Archive 2.0.11

2009-11-13 Thread Paul Benedict
Since 2.0.11 is totally stagnant, I propose the JIRA version gets archived. I don't foresee a release in the future. Does anyone? Paul - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: de

Re: [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Stephen Connolly
+1 Stephen 2009/11/13 Benjamin Bentmann : > Hi, > > Ready for the next round ;-) ? > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14951 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?re

Re: ${project.version}

2009-11-13 Thread Alan D. Cabrera
Great, thanks! On Nov 13, 2009, at 11:55 AM, Brian Fox wrote: In snapshots that used to be a problem but was fixed ~2.0.6ish. The properties aren't interpolated on deploy so it works ok. On Fri, Nov 13, 2009 at 1:23 PM, Alan D. Cabrera wrote: A while back this would not have been a safe thi

Re: [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Olivier Lamy
+1 2009/11/13 Benjamin Bentmann : > Hi, > > Ready for the next round ;-) ? > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14951 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&

Re: ${project.version}

2009-11-13 Thread Brian Fox
In snapshots that used to be a problem but was fixed ~2.0.6ish. The properties aren't interpolated on deploy so it works ok. On Fri, Nov 13, 2009 at 1:23 PM, Alan D. Cabrera wrote: > A while back this would not have been a safe thing to do.  Will this now > work correctly? > > > Regards, > Alan >

Re: [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Paul Benedict
+1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Jason van Zyl
+1 Keep them coming! On 2009-11-13, at 7:25 PM, Benjamin Bentmann wrote: Hi, Ready for the next round ;-) ? We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14951 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/Iss

[VOTE] Release Apache Maven 3.0-alpha-4

2009-11-13 Thread Benjamin Bentmann
Hi, Ready for the next round ;-) ? We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14951 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=10500&status=1 Staging repo: https://reposit

${project.version}

2009-11-13 Thread Alan D. Cabrera
A while back this would not have been a safe thing to do. Will this now work correctly? Regards, Alan - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven Checkstyle plugin version 2.4

2009-11-13 Thread Olivier Lamy
+1 -- Olivier 2009/11/13 nicolas de loof : > +1 > > 2009/11/12 Mark Hobson > >> Hi, >> >> The big new feature in this release is an upgrade to Checkstyle 5.0, >> which brings Java 5 compatibility. >> >> We solved 6 issues: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11127&ve

Patch - Allow wildcards in dependency exclusions - MNG-3832

2009-11-13 Thread tom.bujok
Hi, Few months ago I implemented a patch for ticket MNG-3832 (http://jira.codehaus.org/browse/MNG-3832) Not only did I include the patch, but also a test case encompassing 21 unit tests which proves the correctnes of the implemented approach. The solution I have implemented could be easily inclu

Re: Need advice to get Sonar Mojo working with Maven 3.0

2009-11-13 Thread Olivier Lamy
Hi, What I can suggest is to have a look at the site plugin 3.x branch [1]. The class DefaultMavenReportExecutor.java use the new MavenPluginManager to execute report plugin. Note it's a work in progress but the most part is already here. -- Olivier [1] https://svn.apache.org/repos/asf/maven/plu

Re: Site Update for Maven 3.0-alpha-3

2009-11-13 Thread Brian Fox
The stable versions are 2.0.10 and 2.2.1, 2.1.0 is not considered stable. On Fri, Nov 13, 2009 at 1:59 AM, Stevo Slavić wrote: > IMO 2.1.0 should stay as it is, if I'm not mistaken, most recent stable > release of maven which is compatible with Java 1.4. When maven 2.2.1 is > configured as defaul

Need advice to get Sonar Mojo working with Maven 3.0

2009-11-13 Thread Simon Brandhof
Hi guys, I'm a developer of Sonar [1] and need advices from Maven experts on Maven3 architecture. Indeed the Sonar maven plugin [2] configures and executes on the fly other maven plugins such as Checkstyle or Cobertura. To do that, it currently uses the component org.apache.maven.plugin. PluginMa

Re: Site Update for Maven 3.0-alpha-3

2009-11-13 Thread Benjamin Bentmann
Brett Porter wrote: I've staged a sample site here: http://people.apache.org/~brett/staged-maven-site/ +1, I like the proposed structure. Just one minor thing: I believe the JAR/PDF of the site should be listed separately as currently and not be part of the table listing the 2.2.1 download

[ANN] Apache Maven 3.0-alpha-3 Released

2009-11-13 Thread Benjamin Bentmann
The Maven team is pleased to announce the release of Apache Maven 3.0-alpha-3. Maven is a project comprehension and build tool, designed to simplify the process of maintaining a healthy development lifecycle for your project. You can read more here: http://maven.apache.org/ Downloads of sour

Plugin metadata not replaced even with -cpu

2009-11-13 Thread Neil Crow
Hi, When trying to use the new archetype plugin (2.0-alpha-4), the new version wouldn't resolve, even when I specified the -cpu command line option. I found a post with the following work-around: >>> FYI - I had to specify the full name to get it to work: ./apache-maven-2.0.10/bin/mvn -e org.apa