Re: surefire M6?

2020-07-07 Thread Enrico Olivelli
Olivier, If it is only a matter of doing the release I can pack it today or tomorrow (not Friday). What's the status of master branch? I mean, are there any other blocker issues waiting for fix or for review? Enrico Il Mer 8 Lug 2020, 01:40 Falko Modler ha scritto: > Hi Oliver, > > which perfo

Re: surefire M6?

2020-07-07 Thread Falko Modler
Hi Oliver, which performance issue do you mean? I was actually hoping to revive https://github.com/apache/maven-surefire/pull/169 for M6 but I haven't had time thus far. Cheers, Falko Am 08.07.2020 um 00:38 schrieb Olivier Lamy: Hi, I wonder if there is a plan to release M6 ASAP with the per

surefire M6?

2020-07-07 Thread Olivier Lamy
Hi, I wonder if there is a plan to release M6 ASAP with the performance issue fixed? TBH M5 is definitely NOT usable but it contains some interesting fixes but performance is awful. I'm definitely happy to help. let me know. cheers -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in

Re: Help with shading jar

2020-07-07 Thread Russell Gold
Are they part of the same build? Can you create a minimal example and post it to GitHub? There’s really not enough detail to understand what you are trying to do. > On Jul 2, 2020, at 5:18 PM, Quiyan H wrote: > > Hi All > I am stuck with one shading stuff, Need help if there is known way out.

Maven-Artifact-Transfer Lookup Errors With org.eclipse.aether Classes

2020-07-07 Thread Ian Lavallee
Hi all, When adding maven-resolver-api:1.4.2 to maven-dependency-plugin and changing nothing else I get multiple test failures due to plexus lookup errors in maven-artifact-transfer. The errors in artifact-transfer occur when looking up org.eclipse.aether versions of classes. The classes that ha

Re: Artifact installation and versions

2020-07-07 Thread Tamás Cservenák
https://issues.apache.org/jira/browse/MNG-4059 maybe? On Tue, Jul 7, 2020 at 8:58 PM Elliotte Rusty Harold wrote: > Thank you. That's exactly what I needed to know. The behavior did > indeed change from 3.0 to 3.1 so I should not be surprised that my PR > that updates the dependency plugin to 3.

Re: Artifact installation and versions

2020-07-07 Thread Elliotte Rusty Harold
Thank you. That's exactly what I needed to know. The behavior did indeed change from 3.0 to 3.1 so I should not be surprised that my PR that updates the dependency plugin to 3.1 should have to update this detail in the tests. On Tue, Jul 7, 2020 at 2:52 PM Stephen Connolly wrote: > > So there’s a

Re: Artifact installation and versions

2020-07-07 Thread Stephen Connolly
So there’s a setting for the repo which allows controlling whether to deploy plain snapshot or timestamp snapshots https://maven.apache.org/pom.html#repository Specifically `uniqueVersion` IIRC there was a deliberate break of that to always be true in Maven 3.0.x for reasons that only Benjamin k

Re: Artifact installation and versions

2020-07-07 Thread Anders Hammar
My understanding is that it's "SNAPSHOT" when installing to the local repo but a snapshot version when deploying to a remote repo. But a rarely look in the local repo so I could be wrong. /Anders (mobile) Den tis 7 juli 2020 13:08Elliotte Rusty Harold skrev: > Let me correct that. On further in

Re: Artifact installation and versions

2020-07-07 Thread Elliotte Rusty Harold
Let me correct that. On further investigation it seems the Maven 3.1 artifact installer writes expanded-snapshot-2.0-SNAPSHOT.jar whereas the Maven30Installer would write expanded-snapshot-2.0-20130710.122148-1.pom Is this working as intended? On Mon, Jul 6, 2020 at 5:05 PM Elliotte Rusty Haro