Turning off tests.

This commit is contained in:
J. Brisbin
2010-12-08 16:18:17 -06:00
parent 638b713466
commit 892fd53900

View File

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