Re: [CANCELLED] [VOTE] Release Apache Maven Shared Component: Maven Artifact Transfer Version 0.13.0

2020-05-02 Thread Gabriel Belingueres
Hi Karl: IIRC the way to give access to the classes in the aether-utils package is to invoke MavenAetherUtils.importAetherLibrary(); inside the plugin. HTH. Gabriel El sáb., 2 de may. de 2020 a la(s) 16:17, Karl Heinz Marbaise ( khmarba...@gmx.de) escribió: > Hi, > > so after bisecting the is

Re: [CANCELLED] [VOTE] Release Apache Maven Shared Component: Maven Artifact Transfer Version 0.13.0

2020-05-02 Thread Karl Heinz Marbaise
Hi, so after bisecting the issue in artifact-transfer I found the problem.. Revert "[MSHARED-817] Change eclipse aether dependency scope to provided" This reverts commit 5d86480fcdf4f7ae779aec9c7444ad7b709eaa04. Using this will run fine with maven-deploy-plugin with all IT's ok...which

Re: Maven Runtime Metrics System - MNG-6899

2020-05-02 Thread Enrico Olivelli
Robert Il Sab 2 Mag 2020, 15:11 Robert Scholte ha scritto: > If I take a look at the pom of maven-metrics, I see no dependency on Maven. > And looking at > https://github.com/apache/maven-studies/tree/maven-metrics/maven-metrics/src/main/java/org/apache/maven/metrics > [ > https://github.com/apa

Re: Maven Runtime Metrics System - MNG-6899

2020-05-02 Thread Robert Scholte
If I take a look at the pom of maven-metrics, I see no dependency on Maven. And looking at  https://github.com/apache/maven-studies/tree/maven-metrics/maven-metrics/src/main/java/org/apache/maven/metrics [https://github.com/apache/maven-studies/tree/maven-metrics/maven-metrics/src/main/java/org/a

[CANCELLED] [VOTE] Release Apache Maven Shared Component: Maven Artifact Transfer Version 0.13.0

2020-05-02 Thread Karl Heinz Marbaise
Hi, I cancel the VOTE based on the found issues. Thanks Michael for finding this. On 01.05.20 20:39, Karl Heinz Marbaise wrote: Hi, We have solved 17 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12346567 There are still a couple of issues left in

Maven Runtime Metrics System - MNG-6899

2020-05-02 Thread Enrico Olivelli
Hello community, I am now ready to move forward with concrete steps for the implementation of Maven Runtime Metrics. This is the JIRA https://issues.apache.org/jira/browse/MNG-6899 It links to my proof-of-concept branch on maven studies. https://github.com/apache/maven-studies/tree/maven-metrics