Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jsp-dev] What version should be specified for maven-compiler-plugin?

Hi,

I was looking over the Release Plan and I see that it states Java SE 8 should be used for the APIsĀ  https://eclipse-ee4j.github.io/jakartaee-platform/jakartaee9/JakartaEE9ReleasePlan

It looks like the api [1] and impl [2] specify 1.7

I'm not familiar with how the parent pom [3] is used but that specifies 1.5 in the maven-compiler-plugin.

Should we move some or all of these to 1.8?

Thanks,

Paul Nicolucci

[1] https://github.com/eclipse-ee4j/jsp-api/blob/master/api/pom.xml
[2] https://github.com/eclipse-ee4j/jsp-api/blob/master/impl/pom.xml
[3] https://github.com/eclipse-ee4j/jsp-api/blob/master/parent-pom/pom.xml

Back to the top