[GitHub] maven-site pull request: Fix download links for apache-maven-{3.2....

2015-03-24 Thread Stephan202
Github user Stephan202 closed the pull request at: https://github.com/apache/maven-site/pull/2 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[IMPORTANT NOTICE] Jira migration from Codehaus to Apache on April 4th

2015-03-24 Thread Hervé Boutemy
Hi, As announced in our quarterly report from january, we were studying Jira migration from Codehaus to Apache: the migration will happen during the week- end of April 4th. We'll create the exact same Jira projects at ASF than what we have at Codehaus, copy the whole content and mark Codehaus

[GitHub] maven-scm pull request: fix incorrect resolving of branch name fro...

2015-03-24 Thread s13o
GitHub user s13o opened a pull request: https://github.com/apache/maven-scm/pull/29 fix incorrect resolving of branch name from outgoing changes Without this fix we constantly getting incorrect warning message in logs during release about the "A different branch than...". Also once

[GitHub] maven-site pull request: Fix download links for apache-maven-{3.2....

2015-03-24 Thread Stephan202
GitHub user Stephan202 opened a pull request: https://github.com/apache/maven-site/pull/2 Fix download links for apache-maven-{3.2.5,3.1.1,3.0.5}-src.tar.gz.asc. Summary says it. Some links on the download page contain the `/maven-2/` path component, while that should be `/maven-3/`

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-24 Thread Mirko Friedenhagen
Hello Robert, I see maven-shared-invoker was just released by you. I will take a look at MSHARED-261, which at least has a suggestion for a fix. Regards Mirko -- Sent from my mobile On Mar 24, 2015 10:31 PM, "Robert Scholte" wrote: > Hi Mirko, > > This confirms why Karl Heinz had issues with t

Re: maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-24 Thread Robert Scholte
Hi Mirko, This confirms why Karl Heinz had issues with the Maven Invoker 2.2 (take 1) On Windows there's no issue, the mvn.bat/mvn.cmd always sets M2_HOME if it's not there. We could add an AssumeThat-clause in this test as well... thanks, Robert Op Tue, 24 Mar 2015 22:16:59 +0100 schreef

Re: Excluding .mvn from rat check?

2015-03-24 Thread Jason van Zyl
+1 On Mar 24, 2015, at 5:19 PM, Mirko Friedenhagen wrote: > Hello, > > I just wanted to test the new .mvn/maven.config directives in the > maven-release-plugin (just setting --show-version --errors), however > now the rat plugin is complaining about a missing license header. > However comments

[ANN] Apache Maven Shared Maven Invoker 2.2 Released

2015-03-24 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Shared Maven Invoker, version 2.2 This API is concerned with firing a Maven build in a new JVM. It accomplishes its task by building up a conventional Maven command line from options given in the current request, a

Excluding .mvn from rat check?

2015-03-24 Thread Mirko Friedenhagen
Hello, I just wanted to test the new .mvn/maven.config directives in the maven-release-plugin (just setting --show-version --errors), however now the rat plugin is complaining about a missing license header. However comments seem not to be supported in this file, so we should probably exclude the

maven-release-plugin does not build cleanly - M2_HOME is missing

2015-03-24 Thread Mirko Friedenhagen
Hello, I just checked out the trunk (r1643023) and running "mvn clean verify" does not succeed neither with Maven 3.0.5, Maven 3.2.5 nor with Maven 3.3.1 (OS X 10.10.2, JDK 1.7.0_76): The test org.apache.maven.shared.release.exec.InvokerMavenExecutorTest#testEncryptSettings is always failing wit

maven-release-plugin: consolidating release:perform and release:stage

2015-03-24 Thread Mirko Friedenhagen
Hello everybody, today I stumbled upon a difference between perform and stage: - while perform takes an parameter localCheckout, stage does not - I opened "MRELEASE-901Goal stage should take parameter localCheckout as well" [1]. - while inspecting the code I found lot of duplicates. - so my idea i

Re: Version ranges and snapshots

2015-03-24 Thread Tibor Digana
Why the Maven core isn't plugable via SPI, for instance the class ComparableVersion? It's a class which does not need any Maven API and no extension plugin. We may refuse spending our efforts on fixing debatable issues which would be good for both parties Maven developers and users. Changing the cu

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

2015-03-24 Thread Robert Scholte
Hi, The vote has passed with the following result: +1 (binding): Karl Heinz Marbaise, Robert Scholte, Hervé BOUTEMY, Olivier Lamy +1 (non binding): I will promote the artifacts to the central repo. Op Sat, 21 Mar 2015 12:45:54 +0100 schreef Robert Scholte : Hi, We solved 8 issues: htt