Re: Hello from mvnd

2020-10-16 Thread Peter Palaga
esome. >>> >>> It even plays well with our tiles-maven-plugin which I was sure it would >>> play up on. >>> >>> Mark >>> >>> >>> >>> >>> From: Peter Palaga mailto

Re: Hello from mvnd

2020-10-16 Thread Romain Manni-Bucau
ment/java-ee-8-high-performance> > > >> > >> > >> > >> Le mer. 14 oct. 2020 à 01:02, Mark Derricutt a écrit > : > >> > >>> I just wanna say kudos to mvnd - found it the other day on r/java (or > >>> r/programming) and I must say - this is awesome. > >>> > >>> It even plays well with our tiles-maven-plugin which I was sure it > would > >>> play up on. > >>> > >>> Mark > >>> > >>> > >>> > >>> > >>> From: Peter Palaga > >>> Reply: Maven Developers List > >>> > >>> Date: 14 October 2020 at 8:55:14 AM > >>> To: dev@maven.apache.org > >>> Cc: Guillaume Nodet > >>> Subject: Hello from mvnd > >>> > >>> I think we can say that the project left the PoC phase recently. We > >>> use it > >>> for our daily work, we made it available via SDKMAN and we are solving > >>> issues coming from the users. > >>> > >> > > > >

Re: Hello from mvnd

2020-10-16 Thread Peter Palaga
t a écrit : I just wanna say kudos to mvnd - found it the other day on r/java (or r/programming) and I must say - this is awesome. It even plays well with our tiles-maven-plugin which I was sure it would play up on. Mark From: Peter Palaga Reply: Maven Developers List Date: 14 October 20

Re: Hello from mvnd

2020-10-14 Thread Romain Manni-Bucau
her day on r/java (or > >> r/programming) and I must say - this is awesome. > >> > >> It even plays well with our tiles-maven-plugin which I was sure it would > >> play up on. > >> > >> Mark > >>

Re: Hello from mvnd

2020-10-14 Thread Peter Palaga
t Date: 14 October 2020 at 8:55:14 AM To: dev@maven.apache.org Cc: Guillaume Nodet Subject: Hello from mvnd I think we can say that the project left the PoC phase recently. We use it for our daily work, we made it available via SDKMAN and we are solving issues coming from the users. -

Re: Hello from mvnd

2020-10-13 Thread Romain Manni-Bucau
ogramming) and I must say - this is awesome. > > It even plays well with our tiles-maven-plugin which I was sure it would > play up on. > > Mark > > > > > From: Peter Palaga > Reply: Maven Developers List > Date: 14 October 2020 at 8:55:14 AM > To: dev@maven.ap

Re: Hello from mvnd

2020-10-13 Thread Mark Derricutt
:14 AM To: dev@maven.apache.org Cc: Guillaume Nodet Subject: Hello from mvnd I think we can say that the project left the PoC phase recently. We use it for our daily work, we made it available via SDKMAN and we are solving issues coming from the users.

Re: Hello from mvnd

2020-10-13 Thread Guillaume Nodet
Hi Andres, Our default executable is named mvnd. The reason for us to add the mvn script in our distribution is to make some plugins work. For example the IntegrationTestMojo from the maven-archetype-plugin is injected with a maven Invoker [1]. The default implementation will simply execute the $M

Re: Hello from mvnd

2020-10-13 Thread Andres Almiray
If an agreement between the projects can't be reached, have you considered renaming _your_ script to mvnc? On Tue, Oct 13, 2020 at 9:55 PM Peter Palaga wrote: > Hi, > > as some of you may know already, Guillaume (cc'd) and me are working on > a Daemon for Maven [1]. > > As with Gradle daemon, th

Hello from mvnd

2020-10-13 Thread Peter Palaga
Hi, as some of you may know already, Guillaume (cc'd) and me are working on a Daemon for Maven [1]. As with Gradle daemon, the main idea is to keep the JVM and the Maven plugins' code warm in a long living process so that during repeated builds the JIT-optimized code is available immediately