Building a Java8 project just using JDK9

2017-04-10 Thread Enrico Olivelli
Sorry for the typo in the subject Il lun 10 apr 2017, 17:37 Enrico Olivelli ha scritto: > Hi, > I would like be able to build an existing project developed for java8 by > simple running Maven on jdk9. > > Actually it is not possible, I am aware of that and I am currently >

Creating custom plugin with JDK9: conflict with Maven packages?

2017-04-10 Thread Martin Desruisseaux
Hello I'm trying to port an existing Maven plugin from JDK8 to JDK9, but got an error message which seems to be related (if I interpreted correctly) to the way Maven classes are distributed in packages. My Maven dependencies are: org.apache.maven maven-core 3.5.0

Building a Java9 project just using JDK9

2017-04-10 Thread Enrico Olivelli
Hi, I would like be able to build an existing project developed for java8 by simple running Maven on jdk9. Actually it is not possible, I am aware of that and I am currently following all the news about Maven and Java9 So I would like to "help" in order to "get things working" as Java9 now

Re: Building a Java9 project just using JDK9

2017-04-10 Thread Karl Heinz Marbaise
Hi, On 10/04/17 17:37, Enrico Olivelli wrote: Hi, I would like be able to build an existing project developed for java8 by simple running Maven on jdk9. Actually it is not possible, I am aware of that and I am currently following all the news about Maven and Java9 What is not possible ? Do

Re: Building a Java9 project just using JDK9

2017-04-10 Thread Enrico Olivelli
Il lun 10 apr 2017, 22:32 Robert Scholte ha scritto: > On Mon, 10 Apr 2017 22:23:27 +0200, Enrico Olivelli > wrote: > > > Il lun 10 apr 2017, 18:57 Karl Heinz Marbaise ha > > scritto: > > > >> Hi, > >> > >> On 10/04/17 17:37, Enrico

Github mirror broken

2017-04-10 Thread Mario Krizmanić
Hi, Could one check and update Github's mirror: https://github.com/apache/maven (g...@github.com :apache/maven.git) The last commit in the master branch is 87cf1ee while the last one in the origin's master is 08f3c76a. Thanks, Mario

Re: Building a Java9 project just using JDK9

2017-04-10 Thread Robert Scholte
On Mon, 10 Apr 2017 22:23:27 +0200, Enrico Olivelli wrote: Il lun 10 apr 2017, 18:57 Karl Heinz Marbaise ha scritto: Hi, On 10/04/17 17:37, Enrico Olivelli wrote: > Hi, > I would like be able to build an existing project developed for java8 by >

Re: Creating custom plugin with JDK9: conflict with Maven packages?

2017-04-10 Thread Robert Scholte
Hi Martin, that's true: the same packages cannot be exported by different jars. I have no plans for this yet, let's first make it possible to use Java 9 in general (not Maven specific projects). The impact of reordering the packages just because Jigsaw demands it now will have a huge impact.

Re: Building a Java9 project just using JDK9

2017-04-10 Thread Enrico Olivelli
Il lun 10 apr 2017, 18:57 Karl Heinz Marbaise ha scritto: > Hi, > > On 10/04/17 17:37, Enrico Olivelli wrote: > > Hi, > > I would like be able to build an existing project developed for java8 by > > simple running Maven on jdk9. > > > > Actually it is not possible, I am aware

Re: Release Apache Maven Archetype Plugin version 3.0.1

2017-04-10 Thread Tibor Digana
+1 (binding) Good Job On Sat, Apr 8, 2017 at 3:26 PM, Robert Scholte wrote: > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje > ctId=12317122=12339582=Text > > There are still a couple of issues left in JIRA: >

Re: Building a Java9 project just using JDK9

2017-04-10 Thread Jörg Schaible
Enrico Olivelli wrote: > Il lun 10 apr 2017, 18:57 Karl Heinz Marbaise ha > scritto: > >> Hi, >> >> On 10/04/17 17:37, Enrico Olivelli wrote: >> > Hi, >> > I would like be able to build an existing project developed for java8 >> > by simple running Maven on jdk9. >> > >> >

Re: Release Apache Maven Archetype Plugin version 3.0.1

2017-04-10 Thread Robert Scholte
+1 On Sat, 08 Apr 2017 15:26:38 +0200, Robert Scholte wrote: Hi, We solved 6 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122=12339582=Text There are still a couple of issues left in JIRA:

Re: Release Apache Maven Archetype Plugin version 3.0.1

2017-04-10 Thread Hervé BOUTEMY
+1 Regards, Hervé Le samedi 8 avril 2017, 15:26:38 CEST Robert Scholte a écrit : > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317122 > rsion=12339582=Text > > There are still a couple of issues left in JIRA: >

Re: Maven BOF session @ JavaOne

2017-04-10 Thread Hervé BOUTEMY
Sorry, too far away for me... I hope it will be accepted, others will join, and it will be a great experience: we had such a BOF last week at Devoxx France with Arnaud, Brian and me, and it was really nice Regards, Hervé Le dimanche 9 avril 2017, 19:22:52 CEST Robert Scholte a écrit : > Hi, >

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20 - TAKE 3

2017-04-10 Thread Tibor Digana
Feel free to participate in the vote and try to setup new version. On Sat, Apr 8, 2017 at 12:53 PM, Tibor Digana wrote: > Hi, > > We solved 70 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317927=12334636 > > There are still a couple of

Re: [VOTE] Release Apache Maven Surefire Plugin version 2.20 - TAKE 3

2017-04-10 Thread Hervé BOUTEMY
tested on Linux: works fine, and the new colored output with Maven 3.5.0 is great :) Thank you for the huge work, with the help of Michael: I know it was really hard. Regards, Hervé Le samedi 8 avril 2017, 12:53:38 CEST Tibor Digana a écrit : > Hi, > > We solved 70 issues: >

Re: Release Apache Maven Archetype Plugin version 3.0.1

2017-04-10 Thread Petar Tahchiev
Hi Robert, I tried testing it by adding this: staged-releases https://repository.apache.org/content/repositories/maven-1331 and this: staged-releases https://repository.apache.org/content/repositories/maven-1331 to one of my project's pom.xml and I tried to

Report of broken link on website

2017-04-10 Thread Stephen Connolly
https://twitter.com/ppalaga/status/851344375502319621

Re: Release Apache Maven Archetype Plugin version 3.0.1

2017-04-10 Thread Olivier Lamy
+1 On 8 April 2017 at 23:26, Robert Scholte wrote: > Hi, > > We solved 6 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?proje > ctId=12317122=12339582=Text > > There are still a couple of issues left in JIRA: >