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
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
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
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