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

2009-11-01 Thread Stephen Connolly
2009/11/1 Jason van Zyl : > I think it's akin to the surefire plugin. Where it's been so long that if we > release this and people get the automatic updates and something is wrong > it's not so fun. > Well how about we release a 2.1-alpha-1 and up its minimum maven version to 2.0.9 That way anyon

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

2009-11-01 Thread Oleg Gusakov
Jason van Zyl wrote: Yes, about 5 people will do that. No one tries anything until we release it the vast majority of the time, unfortunately. We just have to be proactive about it. If we tried new plugins on the grid we'll likely find most of the problems. Thanks, Jason An external look

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

2009-11-01 Thread Jason van Zyl
On 2009-11-01, at 4:36 PM, Dan Tran wrote: additionally, you can solicit the maven user list to turn on their build to pick up the maven-compile-plugin and maven-surefire-plugin snapshots to get feedback early. Then stage them. I will be happy to do that. Yes, about 5 people will do that. No

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

2009-11-01 Thread Dan Tran
additionally, you can solicit the maven user list to turn on their build to pick up the maven-compile-plugin and maven-surefire-plugin snapshots to get feedback early. Then stage them. I will be happy to do that. -Dan Btw, I have been using an internal cut of post surefire 2.4.3 for quite someti

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

2009-11-01 Thread Jason van Zyl
I think it's akin to the surefire plugin. Where it's been so long that if we release this and people get the automatic updates and something is wrong it's not so fun. Maybe you and Benjamin can sort out a way to stage the plugin and run all the projects on the grid to see if it's all good.

Re: [ANN] Maven Toolchains Plugin 1.0 Released

2009-11-01 Thread Stephen Connolly
2009/11/1 Stephen Connolly : > The Maven team is pleased to announce the release of the Maven > Toolchains Plugin, version 1.0 > > This plugin allows sharing configuration across plugins. For example > to make sure the plugins like compiler, surefire, javadoc, webstart > etc. all use the same JDK f

What's blocking releasing maven-compiler-plugin?

2009-11-01 Thread Stephen Connolly
Now that we have maven-toolchains-plugin released, what is blocking rolling a release of maven-compiler-plugin? Toolchains support has been integrated since r649442. All the integration tests (3 of them) are passing. I am not seeing any issues in JIRA which are regressions (i.e. releasing now woul

[ANN] Maven Toolchains Plugin 1.0 Released

2009-11-01 Thread Stephen Connolly
The Maven team is pleased to announce the release of the Maven Toolchains Plugin, version 1.0 This plugin allows sharing configuration across plugins. For example to make sure the plugins like compiler, surefire, javadoc, webstart etc. all use the same JDK for execution. http://maven.apache.org/p

Re: [PMC] Maven Toolchains Plugin 1.0 needs adding to board report

2009-11-01 Thread Benjamin Bentmann
Stephen Connolly wrote: The Maven Toolchains Plugin has been released. Can this get added to the next board report please. Done. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e

[PMC] Maven Toolchains Plugin 1.0 needs adding to board report

2009-11-01 Thread Stephen Connolly
The Maven Toolchains Plugin has been released. Can this get added to the next board report please. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[RESULT] [VOTE] Release Maven Toolchains plugin version 1.0

2009-11-01 Thread Stephen Connolly
Hi, The vote has passed with the following result : +1 (binding): Benjamin Bentmann, Olivier Lamy, Vincent Siveton, Arnaud Heritier, Hervé Boutemy +1 (non binding): Stephen Connolly I will promote the artifacts to the central repo.

Re: [VOTE] Release Maven Toolchains plugin version 1.0 (take 2)

2009-11-01 Thread Hervé BOUTEMY
+1 Hervé Le jeudi 29 octobre 2009, Stephen Connolly a écrit : > Hi, > > This is the first official release. > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pi > d=12063&resolution=-1&sorter/field=updated&sorter/orde

Re: [PROPOSAL] change maven-site-plugin directory layout

2009-11-01 Thread Vincent Siveton
Hi, If you are able to be backward compatible, feel free to create an issue. Cheers, Vincent 2009/11/1 Tony Chemit : > Hi, > > We'd like to be able to change the directory layout in the maven-site-plugin. > > Actually, the layout is not locale symetric, the first language is at root, > then an

[PROPOSAL] change maven-site-plugin directory layout

2009-11-01 Thread Tony Chemit
Hi, We'd like to be able to change the directory layout in the maven-site-plugin. Actually, the layout is not locale symetric, the first language is at root, then any other language are in a directory. Would it be possible to have a new configuration property to have the symetric layout : each

Re: [VOTE] Release Maven Toolchains plugin version 1.0 (take 2)

2009-11-01 Thread Arnaud HERITIER
+1 Arnaud On Sunday, November 1, 2009, Vincent Siveton wrote: > +1 > > Vincent > > 2009/10/29 Stephen Connolly : >> Hi, >> >> This is the first official release. >> >> There are still a couple of issues left in JIRA: >> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid

Re: [VOTE] Release Maven Toolchains plugin version 1.0 (take 2)

2009-11-01 Thread Vincent Siveton
+1 Vincent 2009/10/29 Stephen Connolly : > Hi, > > This is the first official release. > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12063&resolution=-1&sorter/field=updated&sorter/order=DESC > > Staging repo: >

Re: [VOTE] Release Maven Toolchains plugin version 1.0 (take 2)

2009-11-01 Thread Stephen Connolly
I think I need 1 more +1 from a PMC 2009/10/31 Olivier Lamy > +1 > -- > Olivier > > 2009/10/29 Stephen Connolly : > > Hi, > > > > This is the first official release. > > > > There are still a couple of issues left in JIRA: > > > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode

m3: compiler error output

2009-11-01 Thread Paul Benedict
When my build failure happened, this was the output: [ERROR] [0] org.apache.maven.plugin.CompilationFailureException: Compilation failure at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516) at org.apache.maven.plugin.CompilerMojo.execute(Compiler