Turning off tests

This commit is contained in:
J. Brisbin
2010-11-30 10:10:21 -06:00
parent 3af5d014d5
commit cb84bed92a

View File

@@ -126,7 +126,7 @@
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
</plugin>
<!-- For running Groovy/Spock tests -->
<!-- For running Groovy/Spock tests
<plugin>
<groupId>org.spockframework</groupId>
<artifactId>spock-maven</artifactId>
@@ -168,6 +168,7 @@
</dependency>
</dependencies>
</plugin>
-->
</plugins>
</build>