Search code examples
javamaven-2maven-pluginnetbeans-7

In netbeans 7 how do I skip testing and add maven additional parameters when building a maven project?


I want to issue commands like -Dmaven.test.skip=true -Dcheckstyle.skip


Solution

  • Go to your project properties. Right click on the project name in Project Explorer and click Properties. Select Actions.

    Select the configuration that you are interested in. Select the action that you are interested in. Under set properties you can add the skip test and so on.

    Netbeans Property Window