Hi,

A Maven Run Configuration has a check box parameter called "Skip Tests".
If I understand correctly, this is translated into "maven.test.skip=true"
when this parameter is checked.

This poses a problem when you want to compile the tests, but only skip the
running of the tests.
Maven allows you to achieve that by "skipTests" parameter (-DskipTests).

Is there a way to configure which maven parameter you will translate this to
? (skipTests or maven.test.skip) ?


-- 
View this message in context: 
http://www.nabble.com/Skip-Tests-Parameter-tp19240073p19240073.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to