[ 
https://issues.apache.org/jira/browse/NETBEANS-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467106#comment-17467106
 ] 

Thomas Schapitz commented on NETBEANS-6152:
-------------------------------------------

You may configure this on a per project basis, using right click on the project 
-> Properties -> Actions.

Or you may use Tools -> Options -> Tab Java -> Tab Maven -> "Edit Global Custom 
Goal Definitions" (at least until 12.4, for 12.5 + 12.6  this is broken)

> Use 'verify' instead of 'install' as default Build's Maven goal
> ---------------------------------------------------------------
>
>                 Key: NETBEANS-6152
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6152
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: projects - Maven
>    Affects Versions: 12.4
>            Reporter: Bruno Borges
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to