[m2e-users] java.lang.ClassNotFoundException with java9 and maven

2017-10-08 Thread Clément Guillaume
Hello all, I'm testing eclipse (oxygen 1a RC2 linux 64) and java 9 (oracle linux 64 release) and I'm encountering this issue. I have a maven project targeting java 8 with a simple pom.xml > http://maven.apache.org/POM/4.0.0"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; > xsi:schemaLo

Re: [m2e-users] java.lang.ClassNotFoundException with java9 and maven

2017-10-08 Thread Fred Bricon
This is a bug in JDT[1]. You need to wait for a new build, in a day or 2. [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=525382 On Oct 8, 2017 23:53, "Clément Guillaume" wrote: Hello all, I'm testing eclipse (oxygen 1a RC2 linux 64) and java 9 (oracle linux 64 release) and I'm encountering

[m2e-users] Resolve maven plugin from workspace?

2017-10-08 Thread Eric B
I'm trying to write a maven plugin that I want to include in my project. In my project pom, I have defined my plugin as: org.project build-maven-plugin 1.1.0-SNAPSHOT builder validate enhancer

Re: [m2e-users] java.lang.ClassNotFoundException with java9 and maven

2017-10-08 Thread Clément Guillaume
Cool, that's a good news. Thanks for the quick answer. 2017-10-08 21:28 GMT-07:00 Fred Bricon : > This is a bug in JDT[1]. You need to wait for a new build, in a day or 2. > > [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=525382 > > On Oct 8, 2017 23:53, "Clément Guillaume" wrote: > > Hello