Author: ggregory
Date: Tue Jun 19 16:18:32 2012
New Revision: 1351765

URL: http://svn.apache.org/viewvc?rev=1351765&view=rev
Log:
Add commented out section for running individual tests.

Modified:
    commons/proper/vfs/trunk/pom.xml

Modified: commons/proper/vfs/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1351765&r1=1351764&r2=1351765&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Jun 19 16:18:32 2012
@@ -151,6 +151,14 @@
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>2.9.1</version>
         </plugin>
+        <!-- Use 2.11 to run individual tests, 2.12 seems to no longer support 
this feature.  -->
+        <!-- 
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.11</version>
+        </plugin>
+         -->
       </plugins>
     </pluginManagement>
     <plugins>


Reply via email to