[GitHub] maven-plugins pull request #134: MPH-124: add alias to describe detail

2017-11-09 Thread bentatham
GitHub user bentatham opened a pull request: https://github.com/apache/maven-plugins/pull/134 MPH-124: add alias to describe detail Simply add the alias to the detail output, if it exists. Sample output from one of our custom plugins: ``` [INFO] 'helios-dev:deploy-ap

[GitHub] maven issue #136: [MNG-6302] logging the module count

2017-11-09 Thread stephenc
Github user stephenc commented on the issue: https://github.com/apache/maven/pull/136 👍 --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[GitHub] maven issue #136: [MNG-6302] logging the module count

2017-11-09 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven/pull/136 Looks good to me. --- - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.

Re: Maven 4.0.0

2017-11-09 Thread Romain Manni-Bucau
FYI opened https://github.com/apache/maven/pull/136 for the MNG-6302 (guess we can switch from thread to discuss it now?) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn 2017-11-09 9:30 GMT+01:00 Jörg Schaible : > Hi, > > one wish: Better integration with pom-less Tycho pr

[GitHub] maven pull request #136: [MNG-6302] logging the module count

2017-11-09 Thread rmannibucau
GitHub user rmannibucau opened a pull request: https://github.com/apache/maven/pull/136 [MNG-6302] logging the module count Idea is to let the user identify how many modules are still to be executed/processed You can merge this pull request into a Git repository by running: $

Re: Maven 4.0.0

2017-11-09 Thread Jörg Schaible
Hi, one wish: Better integration with pom-less Tycho projects. Currently it is not possible to run Maven and use standard Maven-based and pom-less Tycho-based projects in one reactor if the Tycho projects have dependencies on the Maven-based projects. AFAICS the problem is that Polyglott is us