This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 269567 - Add support for maven.compiler.release when loading a Maven project
Summary: Add support for maven.compiler.release when loading a Maven project
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: PC Other
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords: JDK_9
: 270634 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-01-15 21:41 UTC by lhochet
Modified: 2017-05-13 14:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lhochet 2017-01-15 21:41:46 UTC
The Maven project support currently identify the source level with the Maven Compiler property maven.compiler.source, since Maven Compiler 3.6.0 the property maven.compiler.release can also be used to set the targeted release (including its source level) when running on JDK 9 (by delegating to --release flag of javac [JEP247]).
Comment 1 terje7601 2017-05-13 14:40:22 UTC
*** Bug 270634 has been marked as a duplicate of this bug. ***