mirror of https://github.com/apache/maven.git
c0a6388337
occur as well as stdout and std err o there is a new parameter that is accepted so you can use a simplifed regex from the command line m2 surefire:test -D=test=FooTest is implicitly **/FooTest.java and the directory scanner is used so you can this to run a single test if you like or a set of tests: m2 surefire:test -Dtest=*Foo* is implicitly **/*Foo*.java You can also specify a comma separated list if you wish: m2 surefire:test -Dtest=*Foo*,*Bar* whic is implicitly **/*Foo*.java,**/*Bar*.java This just makes running a smaller set of tests easier while trying to pin point problems. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163120 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
maven-clean-plugin | ||
maven-compiler-plugin | ||
maven-install-plugin | ||
maven-jar-plugin | ||
maven-plugin-plugin | ||
maven-pom-plugin | ||
maven-resources-plugin | ||
maven-surefire-plugin | ||
pom.xml |