You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by tj...@apache.org on 2012/06/15 20:27:23 UTC

svn commit: r1350728 - /hama/trunk/graph/pom.xml

Author: tjungblut
Date: Fri Jun 15 18:27:23 2012
New Revision: 1350728

URL: http://svn.apache.org/viewvc?rev=1350728&view=rev
Log:
honor the skipTests flag

Modified:
    hama/trunk/graph/pom.xml

Modified: hama/trunk/graph/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/graph/pom.xml?rev=1350728&r1=1350727&r2=1350728&view=diff
==============================================================================
--- hama/trunk/graph/pom.xml (original)
+++ hama/trunk/graph/pom.xml Fri Jun 15 18:27:23 2012
@@ -51,9 +51,6 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <skipTests>false</skipTests>
-          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>