You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/06 21:44:18 UTC

svn commit: r306871 - in /maven/components/trunk/maven-site/src/site/apt/guides: getting-started/index.apt mini/guide-test-customization.apt

Author: jvanzyl
Date: Thu Oct  6 12:44:12 2005
New Revision: 306871

URL: http://svn.apache.org/viewcvs?rev=306871&view=rev
Log:
o incorporating andy's suggestion about test includes/excludes which will
  lead people to ask how they customize that so i stubbed out a mini guide
  for test customization

Added:
    maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt   (with props)
Modified:
    maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt

Modified: maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt?rev=306871&r1=306870&r2=306871&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/guides/getting-started/index.apt Thu Oct  6 12:44:12 2005
@@ -354,8 +354,6 @@
 
  Upon executing this command you should see the following output:
 
-~~ [!:glick] tell users what the defaults are for the includes and excludes
-
 +----+
 
 [INFO] ----------------------------------------------------------------------------
@@ -393,6 +391,25 @@
 [INFO] ----------------------------------------------------------------------------
 
 +----+
+
+ Note that the surefire plugin looks for tests contained in files with a particular naming convention. By default
+ the tests included are:
+
+ * <<<\*\*/\*Test.java>>>
+
+ * <<<\*\*/Test\*.java>>>
+
+ * <<<\*\*/\*TestCase.java>>>
+
+ []
+
+ And the default excludes are:
+
+ * <<<\*\*/Abstract\\*Test.java>>>
+
+ * <<<\*\*/Abstract\*TestCase.java>>>
+
+ []
 
  Now you have walked through setting up setting up a typical Maven project, building, testing, packaging and installing.
  This is likely the vast majority of what you will be doing with Maven and if you'ved noticed everything you've been

Added: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt?rev=306871&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt Thu Oct  6 12:44:12 2005
@@ -0,0 +1,9 @@
+ ------
+ Guide to test customization
+ ------
+ Jason van Zyl
+ ------
+ 12 October 2005
+ ------
+
+Guide to test customization

Propchange: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/components/trunk/maven-site/src/site/apt/guides/mini/guide-test-customization.apt
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"