Re: Are we mis-using javac?

2015-03-02 Thread Milos Kleint
as far as I understand, the assumption there is that all tools do things wrong when includes/excludes are used or when source files are included in jar files on classpath.. The first one one always considered a corner case AFAIK and we are suggesting people with that setup to break up into

Re: status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-02 Thread Karl Heinz Marbaise
Hi Kristian, On 3/3/15 8:30 AM, Kristian Rosenvold wrote: I'm really good with ümlauts and piñatas, I'll fix it :) Cool...thanks... Kind regards Karl Heinz Marbaise Kristian 2015-03-03 8:27 GMT+01:00 Karl Heinz Marbaise khmarba...@gmx.de: Hi Kristian, jar-plugin is only one issue

Re: status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-02 Thread Karl Heinz Marbaise
Hi, On 3/3/15 5:45 AM, Hervé BOUTEMY wrote: Hi Maven devs, We're now near the objective [1] On 49 plugins, 37 reached the target (with m-pmd-p requiring Java 6 instead of 5) and 2 already jumped to Maven 3.0 requirement And maven-stage-plugin is on vote = 40 from 49: more than 80% of the job

Re: status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-02 Thread Karl Heinz Marbaise
Hi Kristian, jar-plugin is only one issue leftwhere i would like to get help.. On 3/3/15 8:15 AM, Kristian Rosenvold wrote: I can do jar-plugin and verifier-plugin, will do that together with assembly 2.6.4 later this week/this weekend. Kristian 2015-03-03 5:45 GMT+01:00 Hervé

Re: status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-02 Thread Kristian Rosenvold
I can do jar-plugin and verifier-plugin, will do that together with assembly 2.6.4 later this week/this weekend. Kristian 2015-03-03 5:45 GMT+01:00 Hervé BOUTEMY herve.bout...@free.fr: Hi Maven devs, We're now near the objective [1] On 49 plugins, 37 reached the target (with m-pmd-p

Re: status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-02 Thread Kristian Rosenvold
I'm really good with ümlauts and piñatas, I'll fix it :) Kristian 2015-03-03 8:27 GMT+01:00 Karl Heinz Marbaise khmarba...@gmx.de: Hi Kristian, jar-plugin is only one issue leftwhere i would like to get help.. On 3/3/15 8:15 AM, Kristian Rosenvold wrote: I can do jar-plugin and

status of last plugins release with Maven 2.2.1 and Java 5 requirements

2015-03-02 Thread Hervé BOUTEMY
Hi Maven devs, We're now near the objective [1] On 49 plugins, 37 reached the target (with m-pmd-p requiring Java 6 instead of 5) and 2 already jumped to Maven 3.0 requirement And maven-stage-plugin is on vote = 40 from 49: more than 80% of the job is done, great! Thank you to those who

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-03-02 Thread hboutemy
Github user hboutemy commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-76888558 Reporting is a key feature of Maven I strongly want to keep working (or fix when we introduced problems while improving build consistency during Maven 3.x refactoring)

Are we mis-using javac?

2015-03-02 Thread Stephen Connolly
Spotted via twitter: http://blog.ltgt.net/most-build-tools-misuse-javac/ Thoughts?