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

bneil picture bneil · May 20, 2011 · Viewed 23.1k times · Source

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

Answer

Vincent Ramdhanie picture Vincent Ramdhanie · May 20, 2011

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