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 250834

Summary: Actions should use "Build/Compile" platform for Maven actions by default
Product: projects Reporter: bondolo <bondolo>
Component: MavenAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description bondolo 2015-03-02 19:10:51 UTC
Actions default to running with the default platform (IDE platform) rather than the project platform selected in the "Build/Compile" pane. Having to add "Use JDK for Maven build" to every action of the target platform is annoying and it writes the Env.JAVA_HOME=..." path into nbactions.xml which isn't portable between developers working on the same project.