Author: mstruk
Date: 2011-05-19 10:55:08 -0400 (Thu, 19 May 2011)
New Revision: 6498
Modified:
sandbox/as7_support/pc/mc/pom.xml
Log:
Remove jboss unit from pc-mc as it stalls the build - we don't need it in sandbox
Modified: sandbox/as7_support/pc/mc/pom.xml
===================================================================
--- sandbox/as7_support/pc/mc/pom.xml 2011-05-19 14:53:05 UTC (rev 6497)
+++ sandbox/as7_support/pc/mc/pom.xml 2011-05-19 14:55:08 UTC (rev 6498)
@@ -34,7 +34,7 @@
<build>
<plugins>
- <plugin>
+ <!--plugin>
<groupId>org.jboss.unit</groupId>
<artifactId>jboss-unit-tooling-maven2</artifactId>
<executions>
@@ -57,7 +57,7 @@
<html>target/tests/reports/html/local</html>
</reports>
</configuration>
- </plugin>
+ </plugin-->
</plugins>
</build>