It works. Thanks ;-)

 

  _____  

发件人: Michael Horwitz [mailto:[EMAIL PROTECTED] 
发送时间: 2007年5月11日 0:35
收件人: [email protected]
主题: Re: [appfuse-user] how to control maven.test.skip ?

 

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

 

Reply via email to