OOZIE-21: modify the POM to enable exclusion of testcases via command line when
invoking maven
----------------------------------------------------------------------------------------------
Key: OOZIE-438
URL: https://issues.apache.org/jira/browse/OOZIE-438
Project: Oozie
Issue Type: Improvement
Reporter: Hadoop QA
Assignee: Roman Shaposhnik
it should be possible to exclude testcases from running using a -D property,
for example:
$ mvn test -Dtest.exclude=TestCallableQueueService
or using patterns, for example:
$ mvn test -Dtest.exclude.pattern=**util/Test*.java
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira