Details
Description
The DbUnit, Hibernate3 and SQL Maven 2 Plugins have a "skip" configuration element that can be set to true in order to skip execution. This is a nice feature because it allows you pass in -Dmaven.test.skip=true and skip execution by adding the following in your pom.xml.
<configuration>
...
<skip>$
</skip>
</configuration>
Issue Links
- is related to
-
CARGO-696
Run Cargo on a Parent POM
-