Re: What's blocking releasing maven-compiler-plugin?

2009-11-04 Thread Benjamin Bentmann
Stephen Connolly wrote: https://svn.apache.org/repos/asf/maven/sandbox/trunk/maven/maven-plugin-enforcer For M3, drop it in the lib folder and just add -Dforce.plugins=gId:aId:ver,gId:aId,ver,etc OK, with some guidance from John I got Maven 3.0-SNAPSHOT (r832795) including the maven-plugin-e

Re: Checkstyle ready for a 2.4 release?

2009-11-04 Thread Mark Hobson
Okay, I'll wait for that release first, thanks. Unless anyone else objects in the meantime, I'll start a vote to release maven-checkstyle-plugin 2.4 after that. Cheers, Mark 2009/11/3 Vincent Siveton : > Hi, > > maven-reporting-impl:2.0.4.3 should be release to be able to write > single report,

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-04 Thread Mark Hobson
Just tried it with maven-checkstyle-plugin:checkstyle. It produces the single report, which is an improvement, but the CSSs are missing. Is this a known issue? Cheers, Mark 2009/11/3 Vincent Siveton : > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://reposi

Re: Java versions within surefire ?

2009-11-04 Thread Stephen Connolly
I don;t see much to be gained in making surefire require JDK 1.5. There are a lot of people on 2.0.x (heck recent traffic on the list would seem to imply a lot of people starting to use maven 1.1!) and forcing JDK 1.5 on them just to get some of the fixes in surefire would seem to be not nice. Now

Re: Java versions within surefire ?

2009-11-04 Thread Brett Porter
The plugin is 1.4 and the booter/api is 1.3 so that you can still run tests on old JDKs. The plugin *could* be updated to 1.5 if it is made to require Maven 2.2. Probably not worth it at this stage. - Brett On 03/11/2009, at 6:09 PM, Kristian Rosenvold wrote: I am working on a patch to s

Re: [VOTE] Release Maven Runtime version 1.0-alpha-2 (take 2)

2009-11-04 Thread Arnaud HERITIER
+1 Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net On Wed, Nov 4, 2009 at 1:02 PM, Olivier Lamy wrote: > +1 > > 2009/11/4 Benjamin Bentmann : > > Mark Hobson wrote: > > > >> Staging repo: > >> https://repository.apache.org/content

Re: [VOTE] Release Maven Runtime version 1.0-alpha-2 (take 2)

2009-11-04 Thread Olivier Lamy
+1 2009/11/4 Benjamin Bentmann : > Mark Hobson wrote: > >> Staging repo: >> https://repository.apache.org/content/repositories/maven-012/ >> >> Staging site: >> http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ > > +1 > > > Benjamin > > -

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-04 Thread Lukas Theussl
+1 -Lukas Vincent Siveton wrote: Hi, This is a maintenance release to fix MSHARED-120. Staging repo: https://repository.apache.org/content/repositories/maven-013/ Staging site: http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 Guide to testing staged releases: http://maven.apach

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-04 Thread Benjamin Bentmann
Vincent Siveton wrote: Staging repo: https://repository.apache.org/content/repositories/maven-013/ Staging site: http://maven.apache.org/shared/maven-reporting-impl-2.0.4.3 +1 Benjamin - To unsubscribe, e-mail: dev-unsubsc

Re: [VOTE] Release Maven Runtime version 1.0-alpha-2 (take 2)

2009-11-04 Thread Benjamin Bentmann
Mark Hobson wrote: Staging repo: https://repository.apache.org/content/repositories/maven-012/ Staging site: http://maven.apache.org/shared/maven-runtime-1.0-alpha-2/ +1 Benjamin - To unsubscribe, e-mail: dev-unsubscr...@m

Re: devoxx?

2009-11-04 Thread Jason van Zyl
I'll be there for a few days. Doing a talk on Friday and there is a BOF scheduled as well. Happy to do any break out sessions on M2Eclipse, Nexus, and Hudson as well. On 2009-11-03, at 5:25 PM, Stephane Nicoll wrote: Hey guys, Who's coming at the devoxx conference this year? _o/ S. --

Re: svn commit: r832677 - /maven/sandbox/trunk/maven/maven-plugin-enforcer/src/main/java/org/apache/maven/util/pluginenforcer/PluginEnforcingMavenLifecycleParticipant.java

2009-11-04 Thread Jason van Zyl
Sweet. On 2009-11-04, at 9:22 AM, steph...@apache.org wrote: Author: stephenc Date: Wed Nov 4 08:22:50 2009 New Revision: 832677 URL: http://svn.apache.org/viewvc?rev=832677&view=rev Log: functional Modified: maven/sandbox/trunk/maven/maven-plugin-enforcer/src/main/java/org/ apache/maven

Fix for MRELEASE-415?

2009-11-04 Thread Reinhard Nägele
Hello, Is there a chance that MRELEASE-415 (http://jira.codehaus.org/browse/MRELEASE-415) gets fixed any time soon? I provided a patch for the issue quite some time ago. Thanks, Reinhard - To unsubscribe, e-mail: dev-unsubs

Re: devoxx?

2009-11-04 Thread Arnaud HERITIER
Lucky guys !!! Arnaud Héritier Software Factory Manager eXo platform - http://www.exoplatform.com --- http://www.aheritier.net On Wed, Nov 4, 2009 at 9:39 AM, nicolas de loof wrote: > I do, 5 days > Nicolas > > 2009/11/3 Stephane Nicoll > > > Hey guys, > > > > Who's coming at the devoxx confe

Re: devoxx?

2009-11-04 Thread nicolas de loof
I do, 5 days Nicolas 2009/11/3 Stephane Nicoll > Hey guys, > > Who's coming at the devoxx conference this year? > > _o/ > > S. > > -- > Large Systems Suck: This rule is 100% transitive. If you build one, you > suck" -- S.Yegge >

Re: What's blocking releasing maven-compiler-plugin?

2009-11-04 Thread Stephen Connolly
OK this should do the job: https://svn.apache.org/repos/asf/maven/sandbox/trunk/maven/maven-plugin-enforcer For M3, drop it in the lib folder and just add -Dforce.plugins=gId:aId:ver,gId:aId,ver,etc groupId defaults to org.apache.maven.plugins if omitted -Stephen 2009/11/3 Stephen Connolly : >