Christophe DENEUX wrote:


Hi friends,

When starting the "package" lifecycle (mvn package), the goal "test" of the plugin surefire is run.

Is it possible to exclude this goal from the lifecycle ?
H

http://maven.apache.org/maven2/plugins/maven-surefire-plugin/test-mojo.html
Use "skip" configuration parameter.

Cheers
Pablo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to