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
