Re: [VOTE] Release Apache Maven Shared Utils version 3.1.0

2016-07-25 Thread Hervé BOUTEMY
MSHARED-574 created: we'll need help from someone developing on WIndows to fix the issue, please no more votes? this release is necessary for Maven 3.4.0 and any plugin doing colored messages... Regards, Hervé Le samedi 23 juillet 2016 23:21:49 Robert Scholte a écrit : > +0 > > I have a fail

Surefire forkMode failure when using jdk-9

2016-07-25 Thread Michael Musgrove
When I run any surefire test (with reuseForks=false) that uses java.sql classes on jdk-9 it fails with, for example: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project maven-surefire-plugin-example: Execution default-test of goal org

[GitHub] maven issue #89: [MNG-5995] Removed maven-compat as it not required anymore ...

2016-07-25 Thread rajivpjs
Github user rajivpjs commented on the issue: https://github.com/apache/maven/pull/89 I realised that on Friday evening, after reading again. That's why I sent an e-mail to the mailing list to work out how to build with maven. I will check whether my changes work, by using your command

Re: Building Apache Maven

2016-07-25 Thread Rajiv Jain
Hi Karl Thanks for taking another look. I have made the relevant changes. Please review. Hopefully, it should be fine and can now be merged in. Just out of question for next time, how is the checkstyle run? I am aware on the checkstyle plugin for maven, but not sure how the Eclipse one works th

[GitHub] maven issue #88: [MNG-5910] Fixed the description of the POM reference & add...

2016-07-25 Thread rajivpjs
Github user rajivpjs commented on the issue: https://github.com/apache/maven/pull/88 Hi Karl I have now made further changes. Hopefully, it should be fine. Please review. Thanks. --- If your project is set up for it, you can reply to this email and have your

[GitHub] maven pull request #88: [MNG-5910] Fixed the description of the POM referenc...

2016-07-25 Thread rajivpjs
Github user rajivpjs commented on a diff in the pull request: https://github.com/apache/maven/pull/88#discussion_r72126082 --- Diff: maven-model-builder/src/test/resources/poms/factory/complexEmptyAndMissing.xml --- @@ -31,21 +31,5 @@ activated-1

[GitHub] maven pull request #90: [MNG-6053] prevent NPE when copying System Propertie...

2016-07-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven/pull/90 --- 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 is enable

[GitHub] maven pull request #90: [MNG-6053] prevent NPE when copying System Propertie...

2016-07-25 Thread fbricon
GitHub user fbricon opened a pull request: https://github.com/apache/maven/pull/90 [MNG-6053] prevent NPE when copying System Properties in MavenRepositorySystemUtils Added a Null check when copying System Properties in MavenRepositorySystemUtils.newSession(). Many NPEs were re