Re: Maven Shell

2017-04-20 Thread Manfred Moser
Thanks Jason. This is great. For those that don't know mvnsh is a shell environment that has a JVM with Maven constantly running so you will get nice performance and usability improvments on the command line. This new version is using Maven 3.5.0. Installation is easy - extract the archive

Please approve branch to support JDK 9 in Surefire

2017-04-20 Thread Tibor Digana
Hello, I committed branch [1] SUREFIRE-1265 with JDK 9 fix. The user's test attached in Jira passed. Can we proceed pushing it to master? [1] https://git-wip-us.apache.org/repos/asf?p=maven-surefire.git;a=commit;h=c31dc99b78771db0cff085c4567d4a957397f39f Cheers Tibor

Re: Please approve branch to support JDK 9 in Surefire

2017-04-20 Thread Robert Scholte
Hi Tibor, I'd suggest to use Jira's attached testcase as part of the commit. The testcase is very small and reflects to problem very well. Making it part of the commit ensures you're fixing the right issue. Robert On Thu, 20 Apr 2017 21:23:32 +0200, Tibor Digana

Re: Please approve branch to support JDK 9 in Surefire

2017-04-20 Thread Tibor Digana
Hi Robert, The IT is in the branch. I am going to push the branch to master if we have no objections. Thx T On Thu, Apr 20, 2017 at 9:57 PM, Robert Scholte wrote: > Hi Tibor, > > I'd suggest to use Jira's attached testcase as part of the commit. > The testcase is very

[GitHub] maven issue #114: MNG-6220 add color CLI option

2017-04-20 Thread mryan43
Github user mryan43 commented on the issue: https://github.com/apache/maven/pull/114 I applied solution B. I have added an auto-detection method in MessageUtils in my fork of maven-shared-utils (https://github.com/mryan43/maven-shared) based on the corresponding code in

[GitHub] maven-shared pull request #21: [MSHARED-632] Expose which dependency classes...

2017-04-20 Thread jhaber
GitHub user jhaber opened a pull request: https://github.com/apache/maven-shared/pull/21 [MSHARED-632] Expose which dependency classes are used and where We use the maven-dependency-plugin to analyze dependencies and fail our build if there are any used undeclared or unused

[maven-site-plugin] Is there a MavenMultiPage example ?

2017-04-20 Thread dcruette
Hi I am used to produce Maven Site static Html reports. I wish to produce multi pages reports (one report page per source code for example). In version 2.1.1 of org.apache.maven.reporting is defined the MavenMultiPageReport interface. How to use it with the maven-site-plugin ? Thanks for

[GitHub] maven-shared pull request #20: Changed the scopeFilter to use a LinkedHashSe...

2017-04-20 Thread choss
GitHub user choss opened a pull request: https://github.com/apache/maven-shared/pull/20 Changed the scopeFilter to use a LinkedHashSet I added the ScopeFilter to use a LinkedHashSet, so that the dependency:build-classpath plugin/target can now preserve the order of the classpath

Maven Shell

2017-04-20 Thread Jason Dillon
Folks, just a quick not that I’ve updated Maven Shell for the latest release, can be found with the latest SNAPSHOT: https://oss.sonatype.org/content/repositories/snapshots/com/planet57/maven/shell/dist/mvnsh-assembly/1.2.0-SNAPSHOT/ Locally seems to be fully functional.  I’ve been updating