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 - Actions should use "Build/Compile" platform for Maven actions by default
Summary: Actions should use "Build/Compile" platform for Maven actions by default
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 19:10 UTC by bondolo
Modified: 2015-03-02 19:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.