Turned off tests

This commit is contained in:
J. Brisbin
2010-11-26 14:12:26 -06:00
parent 14022e602e
commit 9322980627

View File

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