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>