[VOTE] Release Maven Wagon version 3.4.0

2020-04-21 Thread Michael Osipov
Hi, We solved 15 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122=12346512 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20WAGON%20AND%20resolution%20%3D%20Unresolved Staging repo:

Re: Maven Assembly Plugin & no-op recreation

2020-04-21 Thread Olivier Lamy
Hi, On Wed, 22 Apr 2020 at 08:20, Robert Oxspring wrote: > Hi all, > > I’m working on a multi module project where should-be no-op “mvn install > -DskipTests” takes multiple minutes and "assembly:single" appears to be > among the offenders - needlessly recreating archives when none of the >

Maven Assembly Plugin & no-op recreation

2020-04-21 Thread Robert Oxspring
Hi all, I’m working on a multi module project where should-be no-op “mvn install -DskipTests” takes multiple minutes and "assembly:single" appears to be among the offenders - needlessly recreating archives when none of the inputs have been modified. I’m considering modifying the plugin to

Re: Stumbled upon a strange thing

2020-04-21 Thread Karl Heinz Marbaise
So, The solution is simple. I have to add the bound life cycle phase in the module which uses the plugin. If it's not there Maven needs to figure out the default phase which means need to lookup for the plugin and that's the cause for the fail "mvn clean". After adding that. A "mvn clean" works

Stumbled upon a strange thing

2020-04-21 Thread Karl Heinz Marbaise
Hi, currently I'm working on that project https://github.com/khmarbaise/maven-it-extension and realized that if I do: mvn clean [INFO] Reactor Summary for itf-extension 0.5.0-SNAPSHOT: [INFO] [INFO] itf-extension .. SUCCESS [ 0.193 s] [INFO] itf-executor