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
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
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
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