Re: [VOTE] Maven 3.3.9

2015-11-11 Thread Karl Heinz Marbaise
Hi, I have tested my own iterator-plugin, Modello Project (current master), mojohaus projects (properties-maven-plugin, exec-maven-plugin, appassembler, versions-maven-plugin,templating-maven-plugin), tested with current trunks of the following plugins: maven-resources-plugin,

[ANN] Apache Maven Shared Component: Maven Filtering Version 3.0.0 Released

2015-11-11 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Component: Maven Filtering Version 3.0.0. http://maven.apache.org/shared/maven-filtering/ The goal is to provide a shared component for all plugins that needs to filter resources. Important Notes: * Maven 3.X

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread Hervé BOUTEMY
+1 site published: http://maven.apache.org/ref/3-LATEST/ (with a little cheat about the dependency graph I just updated...) core-its with 3.3.9 published: http://maven.apache.org/core-its/core-it-suite/ Regards, Hervé Le mardi 10 novembre 2015 12:16:29 Jason van Zyl a écrit : > Hi, > > Time

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread jieryn
mvn-339 seems to be working for me for most cases except the codehaus license maven plugin. In fact, all the mvn33x line seems to have this issue. mvn325 is most recent version which works for me for this plugin. non binding: +0 [INFO] --- license-maven-plugin:1.8:update-file-header

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread Karl Heinz Marbaise
Hi, Using Maven 3.3.9... mvn org.codehaus.mojo:license-maven-plugin:1.8:update-file-header . t-mojo/src/main/java/org/codehaus/mojo/license/MyBean3.java [INFO] - ignore file (detected %%Ignore-License)

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread jieryn
Dropping down to one thread via -T1 (-T4 via .mvn/maven.config) allows mvn-339 to complete the work just fine, actually. Maybe this is a threading issue for license-m-p and mvn-325 actually just doesn't even go multithreaded because .mvn is not picked up On Wed, Nov 11, 2015 at 1:45 PM,

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread jieryn
Yah, I came to that conclusion too.. I went to open a bug report, and find https://github.com/mojohaus/license-maven-plugin/issues/10 I already did a few months back. :-) This plugin isn't marked as threadsafe, why is it being allowed? :-( On Wed, Nov 11, 2015 at 2:07 PM, Karl Heinz Marbaise

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread Karl Heinz Marbaise
Hi, after taking a deeper look: at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread Andreas Gudian
+1 from me. 2015-11-10 18:16 GMT+01:00 Jason van Zyl : > Hi, > > Time to release Maven 3.3.9! > > Here is a link to the issues resolved: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12333074 > > Staging repo: >

Re: [VOTE] Maven 3.3.9

2015-11-11 Thread Igor Fedorenko
+1 -- Regards, Igor On Tue, Nov 10, 2015, at 12:16 PM, Jason van Zyl wrote: > Hi, > > Time to release Maven 3.3.9! > > Here is a link to the issues resolved: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922=12333074 > > Staging repo: >