Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2 (take 2)

2015-03-23 Thread Olivier Lamy
+1 On 21 March 2015 at 22:45, Robert Scholte wrote: > Hi, > > We solved 8 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa? > projectId=11761&styleName=Html&version=18970 > > There are still 2 issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa? > reset=true&pid=

[GitHub] maven pull request: Fixed typo in error output

2015-03-23 Thread formap
GitHub user formap opened a pull request: https://github.com/apache/maven/pull/41 Fixed typo in error output Noticed a typo in an error log message: "occured" should be "occurred". You can merge this pull request into a Git repository by running: $ git pull https://github.c

Re: Maven Invoker Plugin

2015-03-23 Thread Robert Scholte
Deprecate ok, but don't remove it yet. If tests depend on relative paths there could be issues. Robert Op Mon, 23 Mar 2015 08:52:59 +0100 schreef Karl Heinz Marbaise : Hi, I'm trying to figure out how to improve maven-invoker-plugin with some things (general filtering instead of only po

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2 (take 2)

2015-03-23 Thread Hervé BOUTEMY
+1 Regards, Hervé Le samedi 21 mars 2015 12:45:54 Robert Scholte a écrit : > Hi, > > We solved 8 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=H > tml&version=18970 > > There are still 2 issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigato

[VOTE] Release Apache Maven Compiler Plugin version 3.3

2015-03-23 Thread Karl Heinz Marbaise
Hi, We solved 5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11130&version=20684 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=project%20%3D%20MCOMPILER%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC Stagi

Re: [VOTE] Release Apache Maven Shared Maven Invoker 2.2 (take 2)

2015-03-23 Thread Robert Scholte
+1 Op Sat, 21 Mar 2015 12:45:54 +0100 schreef Robert Scholte : Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=18970 There are still 2 issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=117

Re: Version ranges and snapshots

2015-03-23 Thread Jon Harper
Hi Hervé, thanks. I agree that the intro is now better, but I think we need to describe the order more precisely. The problem is that the order is quite complex, so maybe this can be moved to another main apt page (different than the designs docs (they are not documentation) http://docs.codehaus.or

Re: Maven Compiler Plugin Release

2015-03-23 Thread Karl Heinz Marbaise
Hi, so based that no one raised his hand i will continue and start the release within this week... If you have objections or things which should be part of the release please raise a hand as soon as possible so i can hold on... Kind regards Karl Heinz Marbaise On 3/15/15 11:41 PM, Karl Hein

Maven Invoker Plugin

2015-03-23 Thread Karl Heinz Marbaise
Hi, I'm trying to figure out how to improve maven-invoker-plugin with some things (general filtering instead of only pom files)...and stumbled over the following: Are there good reasons during an integration test not to clone the project to a different folder (usually target/it) ? The long

Re: 3.3.1: Memory Usage

2015-03-23 Thread Jason van Zyl
If you tried the staged versions and didn't always notify us after we do the release we might actually remember to look before it's too late. I encourage you next release to try the staged versions, or keep reminding us when someone says there are thinking about doing a release. On Mar 23, 2015

Re: 3.3.1: Memory Usage

2015-03-23 Thread Jason van Zyl
The main issue is the change to make the model immutable after building and it exposed an issue where large dependencyManagement sections are re-built over and over and are not cached properly. If you want to take a look happy to point you at the code, but it will be something we'll look at in

Re: 3.3.1: Memory Usage

2015-03-23 Thread Jörg Schaible
Hi, I already reported this for 3.2.3 (http://thread.gmane.org/gmane.comp.jakarta.turbine.maven.devel/113979), provided Igor with an archive containing anything to run validate (I have it still) and this resulted in https://jira.codehaus.org/browse/MNG-5669. However, the issue in still unresol