Each plugin has its own properties. In this case, this is a property for
the maven-surefire-plugin, which is the plugin responsible for running
unit tests. There is no such thing as "all the maven properties",
because there is a potentially infinite number of maven plugins.

On the maven site there is a separate page for each standard plugin. The
major properties are documented under the "usage" section. For more
details, go into the "project reports" section and look at the "plugin
documentation" link, which shows *all* the properties that a plugin uses.

Regards,
Simon

youhaodeyi schrieb:
> It seems like using maven properties. Where can I get all the properties
> maven can use?
>
>
> Adrian Shum-2 wrote:
>   
>> You may try
>> -Dmaven.test.skip=true 
>>
>> -----Original Message-----
>> From: youhaodeyi [mailto:[EMAIL PROTECTED] 
>> Sent: Wednesday, February 20, 2008 10:11 AM
>> To: [email protected]
>> Subject: How can I package source code without run test?
>>
>>
>>
>> This command: "mvn package"   will compile the source code and run the
>> test
>> before packaging. How can I disable the test?
>>
>>
>>
>>
>>     
>
>   


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

Reply via email to