AW: AW: Maven intern projects

2020-04-13 Thread Markus KARG
Yes, it might be hard work, and yes, it implies discussions, and yes, currently only few people benefit from it. But we need to understand to look on Maven from the side of Java 14 coders (and from day to day they will become more people): * Maven has default support for totally outdated Java

Re: [VOTE] Release Apache Maven AntRun Plugin version 3.0.0

2020-04-13 Thread Olivier Lamy
+1 On Sun, 12 Apr 2020 at 17:57, Hervé BOUTEMY wrote: > Hi, > > We solved 22 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317121=12330278=Text > > Staging repo: > https://repository.apache.org/content/repositories/maven-1562/ > >

[RESULT] [VOTE] Release Apache Maven Shade Plugin version 3.2.3

2020-04-13 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 : Robert Scholte, Sylwester Lachiewicz, Hervé BOUTEMY, Karl Heinz Marbaise, Romain Manni-Bucau PMC quorum reached I will promote the artifacts to the central repo.

[VOTE] Release Maven Fluido Skin version 1.9

2020-04-13 Thread Michael Osipov
Hi, We solved 8 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12346750=Text=12317926 There are still a couple of issues left in JIRA:

Re: AW: Maven intern projects

2020-04-13 Thread Robert Scholte
the problem is that with every folder you'll need a separate execution-block of the maven-compiler-plugin.  I've tried to solve within a single execution block, but that made it worse and impossible to manage. In the end having 1 execution block for every javac call makes sense. Multirelease

RE: Maven intern projects

2020-04-13 Thread Jason Pyeron
> -Original Message- > From: Markus KARG > Sent: Monday, April 13, 2020 1:44 PM > > What users finally expect is to have multirelease JAR building being a Maven > native > functionality. This means, it should be as-easy-as putting code in these > folders: > > src/main/java/9/ >

AW: Maven intern projects

2020-04-13 Thread Markus KARG
What users finally expect is to have multirelease JAR building being a Maven native functionality. This means, it should be as-easy-as putting code in these folders: src/main/java/9/ src/main/java/ src/main/java/11/ then perform mvn clean package to get a multi-release jar -- without *any*

Re: support --resume-from improvement

2020-04-13 Thread Enrico Olivelli
Okay from me The patch you are referring to is https://github.com/apache/maven/pull/325 But I am still new to this code, other eyes are needed Enrico Il Lun 13 Apr 2020, 15:47 Robert Scholte ha scritto: > I've already demonstrated this during my video conference. > To me it is now ready to

Re: Maven intern projects

2020-04-13 Thread Elliotte Rusty Harold
On Mon, Apr 13, 2020 at 11:50 AM Robert Scholte wrote: > > Just to be clear: Multirelease jars is a JDK 9+ feature. With Maven it is > possible to make them, to test them and to run them. But they are pretty hard > to maintain. > So I would prefer NOT to try make Multirelease Jars of our

Re: Maven intern projects

2020-04-13 Thread Robert Scholte
Just to be clear: Multirelease jars is a JDK 9+ feature. With Maven it is possible to make them, to test them and to run them. But they are pretty hard to maintain. So I would prefer NOT to try make Multirelease Jars of our libraries, unless there's a very good reason. The next version of Maven

Re: [VOTE] Release Apache Maven AntRun Plugin version 3.0.0

2020-04-13 Thread Eric Lilja
I was personally hoping to see the java 8 edition of ant used, as indicated it would be in previous email threads on this list, but +1 from me (non-binding) A release is greatly appreciated! - Eric L On Sun, Apr 12, 2020 at 10:25 PM Sylwester Lachiewicz wrote: > +1 > Tested with

Re: Maven intern projects

2020-04-13 Thread Elliotte Rusty Harold
On Fri, Apr 10, 2020 at 1:17 PM Markus KARG wrote: > Having said this, it would be a really great feature to get an easy-to-use > solution for creating multi-version-JARs. > This is probably the best idea so far. (Google specifically does not want interns working on refactoring or maintenance

Re: Maven Runtime Metrics

2020-04-13 Thread Romain Manni-Bucau
Looks very interesting (and good work btw!), very impatient to see what the end dump looks like with wagon and potentially local (disk) I/O! Next step is likely to try to use as an extension a shade of a "common" impl (I'm thinking to microprofile metrics but could be codehale one) to have

support --resume-from improvement

2020-04-13 Thread Robert Scholte
I've already demonstrated this during my video conference. To me it is now ready to be merged to master if others agree. In short: if a multimodule now fails, it'll say: call --resume-from :some-module This used to work with Maven 2, because for multimodule you had to call "install". However,

Re: Maven Runtime Metrics

2020-04-13 Thread Enrico Olivelli
Hi, news about the status of my POC: 1) I have created a demo Metrics Provider [1] 2) I have updated my branch on Maven Studies [2] It works everything as expected. In order to setup an appealing "demo" I have to add "interesting" metrics... Every suggestion is welcome, as my next step I will

Re: [VOTE] Release Apache Maven Shade Plugin version 3.2.3

2020-04-13 Thread Romain Manni-Bucau
+1 Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Book

Re: [VOTE] Release Apache Maven Shade Plugin version 3.2.3

2020-04-13 Thread Karl Heinz Marbaise
Hi, +1 from me. Kind regards Karl Heinz Marbaise On 10.04.20 23:02, Hervé BOUTEMY wrote: Hi, We solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12346981=Text Staging repo: https://repository.apache.org/content/repositories/maven-1561/

Re: [VOTE] Release Apache Maven Shade Plugin version 3.2.3

2020-04-13 Thread Hervé BOUTEMY
here is my +1 Le vendredi 10 avril 2020, 23:02:27 CEST Hervé BOUTEMY a écrit : > Hi, > > We solved 3 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921 > rsion=12346981=Text > > Staging repo: > https://repository.apache.org/content/repositories/maven-1561/ >

Re: [VOTE] Release Apache Maven Shade Plugin version 3.2.3

2020-04-13 Thread Sylwester Lachiewicz
+1 Sylwester pon., 13 kwi 2020 o 10:42 Robert Scholte napisał(a): > +1 > > On 10-4-2020 23:02:40, Hervé BOUTEMY wrote: > Hi, > > We solved 3 issues: > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12346981=Text > > Staging repo: >

Re: [VOTE] Release Apache Maven Shade Plugin version 3.2.3

2020-04-13 Thread Robert Scholte
+1 On 10-4-2020 23:02:40, Hervé BOUTEMY wrote: Hi, We solved 3 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317921=12346981=Text Staging repo: https://repository.apache.org/content/repositories/maven-1561/