Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
12.4
-
None
-
None
Description
When user clicks on "Build Project" or "Clean and Build Project", the current goals triggered are 'install' and 'clean install'.
By automatically installing every Maven-based project to the local repository, NetBeans will constantly increase disk usage by throwing Maven artifacts into the local repository without necessarily being the intent of the developer.
Instead, NetBeans should default to 'verify' and 'clean verify' as the default Maven goals for these project actions.