"maven.test.skip" is a property use by the surefire plugin (maven test runner). Each maven plugin can define it's properties.
http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html Nico 2008/2/20, youhaodeyi <[EMAIL PROTECTED]>: > > > 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? > > -- > > View this message in context: > > http://www.nabble.com/How-can-I-package-source-code-without-run-test--tp > > 15580805s177p15580805.html > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > This email is confidential. If you are not the intended recipient, > please > > delete it from your system and notify the sender immediately. Any > > unauthorized use, disclosure, dissemination or copying of this email is > > prohibited. Taifook Securities Group, its group companies and their > > content providers ("Parties") shall not be responsible for the accuracy > or > > completeness of this email or its attachment, if any, which could > contain > > virus, be corrupted, destroyed, incomplete, intercepted, lost or arrive > > late. The Parties do not accept liability for any damage caused by > this > > email. > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/How-can-I-package-source-code-without-run-test--tp15580805s177p15580989.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
