Re: [VOTE] Release Maven Wagon version 3.4.0

2020-04-22 Thread Olivier Lamy
+1 On Wed, 22 Apr 2020 at 15:44, Michael Osipov wrote: > Hi, > > We solved 15 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12318122&version=12346512 > > There are still a couple of issues left in JIRA: > > https://issues.apache.org/jira/issues/?jql=project%20%3D%2

Re: What happened to apache-resource-bundles releases?

2020-04-22 Thread Hervé BOUTEMY
if that your point of interest, I can explain because I did last releases of parent POMs as you can see, apache-resource-bundles is in org.apache.apache, unlike every other Maven parent POMs that are in org.apache.maven Then during staging, they go in a separate staging area. And given nobody ca

Re: Maven Assembly Plugin & no-op recreation

2020-04-22 Thread Romain Manni-Bucau
Hi, Any speed up is welcomed. Now I have to admit I wondered why targetting only archives. If an archive does not need to be rebuilt it means nothing changes in the module+its dependencies so means you can bypass the module completely instead of bypassing just part of it, no? Romain Manni-Bucau

Re: Maven Assembly Plugin & no-op recreation

2020-04-22 Thread Olivier Lamy
well I kind of agree but as it can be a complicated change to implement (probably generate some bugs). Even if users still have the option to change the plugin version, I would leave an option to the user to deactivate it in case of major bug because honestly assembly is not the easiest one

Re: Maven Assembly Plugin & no-op recreation

2020-04-22 Thread Elliotte Rusty Harold
Assuming it produces the same binaries (and that's sort of the point of this, right?) IMHO it should not be optional. Every option is an additional thing to document and test, and in this case, for no particular user benefit. If you can make the code noticeably faster while producing the same outpu

Re: What happened to apache-resource-bundles releases?

2020-04-22 Thread Michael Osipov
Merci Hervé, I was actually referring to the Central deployment. Nothing in (5,30) and (30,) has been deploy to Central, but the rest of the reactor is in Central. This looks wrong to me. See: https://repo.maven.apache.org/maven2/org/apache/apache/resources/apache-resource-bundles/ Michael