Re: [VOTE] Release Apache Maven EAR Plugin version 2.10

2014-12-30 Thread Karl Heinz Marbaise
Hi, here my +1. Kind regards Karl Heinz Marbaise On 12/28/14 3:30 PM, Karl Heinz Marbaise wrote: Hi, We solved 19 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132version=20436

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-30 Thread Tibor Digana
Hey Karl, This is the list of concurrency issues in Maven. http://jira.codehaus.org/browse/MNG-5705?jql=project%20%3D%20MNG%20AND%20status%20%3D%20Open%20AND%20text%20~%20%22parallel%22 The funny thing with such of these issues is that they may not appear in another environments and new may

Re: Maven Commit 3b671d07340b002e13775883d09e7f7e0d9a3c49

2014-12-30 Thread Tibor Digana
An excellent operation is CAS (Compare and Swap/Set). This would mean that POJO would have getters which return unmodifiableCollection, and new CAS operations, for instance for the project dependencies. The new method would be then: public boolean casDependencies(CollectionArtifact original,

[RESULT] [VOTE] Release Apache Maven Plugin Testing version 3.3.0

2014-12-30 Thread Igor Fedorenko
Hi, The vote has passed with the following result: +1 (binding): Jason, Karl Heinz, Kristian, Hervé +1 (non binding): Igor I will promote the artifacts to the central repo. Thank you Karl Heinz for giving this vote little extra push it needed. -- Regards, Igor On 2014-12-17 20:40, Igor

Re: [RESULT] [VOTE] Release Apache Maven Plugin Testing version 3.3.0

2014-12-30 Thread Igor Fedorenko
Can somebody with PMC powers copy the source release to the Apache Distribution Area? Thank you in advance. -- Regards, Igor On 2014-12-30 8:55, Igor Fedorenko wrote: Hi, The vote has passed with the following result: +1 (binding): Jason, Karl Heinz, Kristian, Hervé +1 (non binding): Igor I

Re: [RESULT] [VOTE] Release Apache Maven Plugin Testing version 3.3.0

2014-12-30 Thread Karl Heinz Marbaise
Hi Igor, On 12/30/14 3:17 PM, Igor Fedorenko wrote: Can somebody with PMC powers copy the source release to the Apache Distribution Area? Thank you in advance. Done so. Also added to board report. Kind regards Karl Heinz Marbaise -- Regards, Igor On 2014-12-30 8:55, Igor Fedorenko wrote:

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-30 Thread Robert Scholte
Hi, This commit gives me compilation errors, e.g. [ERROR] /E:/java-workspace/apache-maven-plugin-tools/plugin-tools/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java:[77,6]

Re: [DISCUSS] Move everything to 1.6, take 2 (was: Re: I can't make a release ...)

2014-12-30 Thread Anders Hammar
On Sun, Dec 28, 2014 at 9:04 PM, Robert Scholte rfscho...@apache.org wrote: Op Sun, 28 Dec 2014 19:37:47 +0100 schreef Kristian Rosenvold kristian.rosenv...@gmail.com: I'll sumarize what appears to be our consensus so far. Update to jdk 6.0 at will, but please be sure that we're not

Re: [DISCUSS] Move everything to 1.6, take 2 (was: Re: I can't make a release ...)

2014-12-30 Thread Benson Margulies
In my experience, there are significant API issues between 3.0 and 3.1. My particular obsession is with the plugin testing harness. I've had several experiences of the following forn: 1: go to fix a problem in a plugin. 2: try to create an appropriately focussed test 3: try to set up the testing

[GitHub] maven pull request: Improved visibility of collections and variabl...

2014-12-30 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven/pull/34 Improved visibility of collections and variables across multiple threads Upon our discussion with Karl in

[GitHub] maven pull request: Improved visibility of collections and variabl...

2014-12-30 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68410326 I wante to have final field o `MavenProject#dependencyArtifacts`, but in that case two tests would fail due to `DefaultProjectDependenciesResolver#process()` iterates over

Re: [VOTE] Release Apache Maven EAR Plugin version 2.10

2014-12-30 Thread Hervé BOUTEMY
+1 Regards, Hervé Le dimanche 28 décembre 2014 15:30:09 Karl Heinz Marbaise a écrit : Hi, We solved 19 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11132version=204 36 http://jira.codehaus.org/issues/?jql=project%20%3D%20MEAR%20AND%20status%20%

Re: [DISCUSS] Move everything to 1.6, take 2 (was: Re: I can't make a release ...)

2014-12-30 Thread Hervé BOUTEMY
personnally, I use invoker: no compatibility problems Regards, Hervé Le mardi 30 décembre 2014 17:45:36 Benson Margulies a écrit : In my experience, there are significant API issues between 3.0 and 3.1. My particular obsession is with the plugin testing harness. I've had several

Re: svn commit: r1648234 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

2014-12-30 Thread Hervé BOUTEMY
uh, which JDK version? Regards, Hervé Le mardi 30 décembre 2014 22:40:17 Robert Scholte a écrit : Hi, This commit gives me compilation errors, e.g. [ERROR] /E:/java-workspace/apache-maven-plugin-tools/plugin-tools/maven-plugin-plugi

Re: [DISCUSS] Move everything to 1.6, take 2 (was: Re: I can't make a release ...)

2014-12-30 Thread Benson Margulies
On Tue, Dec 30, 2014 at 6:36 PM, Hervé BOUTEMY herve.bout...@free.fr wrote: personnally, I use invoker: no compatibility problems I try to make unit tests when I can make unit tests. it's a religion, or a disease. I agree that falling back to the invoker is the fallback. Regards, Hervé Le

[GitHub] maven pull request: Improved visibility of collections and variabl...

2014-12-30 Thread hboutemy
Github user hboutemy commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68425530 The worst is that open implementation can change the status of objects by any plugin: yes, the API wasn't meant to be defensive when it was created, we could simply tell

[GitHub] maven pull request: Improved visibility of collections and variabl...

2014-12-30 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/34#issuecomment-68426777 Much of the shitiness stems from leaving things in such a way that nothing was broken between Maven 2.x and 3.x. There are many weird interactions but the overriding goal

Re: maven git commit: improved site

2014-12-30 Thread Hervé BOUTEMY
I'm not convinced by the maven-builder-support artifact id because Maven is a build tool, so I would expect builder support about Maven builds (about parallel build strategies, and so on), not descriptors rename to maven-desc-builder-support? or even maven-desc-builder? any better idea?