maven/maven-plugins
Jason van Zyl c0a6388337 o active the new text file reports which capture any stack traces that
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
2004-09-20 03:14:22 +00:00
..
maven-clean-plugin *** empty log message *** 2004-08-09 19:10:11 +00:00
maven-compiler-plugin o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00
maven-install-plugin *** empty log message *** 2004-08-09 19:10:11 +00:00
maven-jar-plugin o Changed maven-core's super-pom from pom.xml to pom-4.0.0.xml 2004-09-16 14:26:18 +00:00
maven-plugin-plugin Add failure if artifact isn't a plugin. 2004-09-05 19:03:41 +00:00
maven-pom-plugin *** empty log message *** 2004-08-09 19:10:11 +00:00
maven-resources-plugin o Changed to depend on plexus-0.17 instead of -0.16 2004-08-26 01:18:19 +00:00
maven-surefire-plugin o active the new text file reports which capture any stack traces that 2004-09-20 03:14:22 +00:00
pom.xml *** empty log message *** 2004-09-18 01:59:21 +00:00