Re: Maven 4.0.0

2017-11-13 Thread Tibor Digana
I would like to have SCM Hook from CI or SCM Agent. Maven 4 should run only changed modules similar to "mvn -pl...". If we get a list of changed files, the Eclipse compiler might be faster and then only tests for changed classes will run. Then I would like to have clean and site executed on entire

Re: Maven 4.0.0

2017-11-13 Thread Romain Manni-Bucau
Hi Jörg, fully unrelated (cross topic). About tycho I often end up doing a custom script hacking the resolvedArtifacts and using a local cache (m2 fake repo) because tycho plugin is way to slow in practise. It can look like https://github.com/Talend/component-runtime/blob/master/component-studio-in

Re: Maven 4.0.0

2017-11-13 Thread Jörg Schaible
Hi Romain, Am Thu, 09 Nov 2017 09:32:12 +0100 schrieb 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?) How is this issue related with my topic regarding improved Tycho support in Maven 4.0.0? Regar

Re: [VOTE] Release Apache Maven JDeprScan Plugin version 3.0.0-alpha-1

2017-11-13 Thread Martijn Verburg
Non binding but it works well for me on Latest 3.5.2 and Java 9.0.1 Cheers, Martijn On 12 November 2017 at 15:15, Robert Scholte wrote: > Hi, > > This is the initial release of the Maven JDeprScan Plugin. > > It is a wrapper around the jdeprscan tool, available since Java 9: > https://docs.orac