You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2009/08/21 18:21:58 UTC

svn commit: r806626 - /velocity/tools/trunk/pom.xml

Author: nbubna
Date: Fri Aug 21 16:21:58 2009
New Revision: 806626

URL: http://svn.apache.org/viewvc?rev=806626&view=rev
Log:
VELTOOLS-121 adjust pom to run tests in maven build

Modified:
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=806626&r1=806625&r2=806626&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Fri Aug 21 16:21:58 2009
@@ -72,6 +72,18 @@
             <outputEncoding>UTF-8</outputEncoding>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <includes>
+              <include>**/Test*.java</include>
+              <include>**/*Test.java</include>
+              <include>**/*TestCase.java</include>
+              <include>**/*Tests.java</include>
+            </includes>
+          </configuration>
+        </plugin>
       </plugins>
       <resources>
         <resource>