You invoke maven like so to skip all tests: mvn -Dmaven.test.skip=true install
By default it is false and all tests run. Mike. On 5/10/07, chino fish <[EMAIL PROTECTED]> wrote:
In the pom.xml, following line appears twice.
<skip>${maven.test.skip}</skip>
From the definition of plugin dbunit & hibernate3, it's easy to know ${
maven.test.skip} is a Boolean value.
But where does it come from ? how to change the value ?
Maybe it's a runtime property in maven ?
Chinofish
2007-5-11
