[jbosstools-commits] JBoss Tools SVN: r43937 - trunk/tests/scripts/installation-updates.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Fri Sep 21 14:34:47 EDT 2012
Author: mickael_istria
Date: 2012-09-21 14:34:47 -0400 (Fri, 21 Sep 2012)
New Revision: 43937
Modified:
trunk/tests/scripts/installation-updates/pom.xml
Log:
Commented out Groovy-specific stuff from pom since it breaks build
Modified: trunk/tests/scripts/installation-updates/pom.xml
===================================================================
--- trunk/tests/scripts/installation-updates/pom.xml 2012-09-21 17:20:07 UTC (rev 43936)
+++ trunk/tests/scripts/installation-updates/pom.xml 2012-09-21 18:34:47 UTC (rev 43937)
@@ -46,20 +46,20 @@
</descriptors>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.gmaven</groupId>
- <artifactId>gmaven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>generateStubs</goal>
- <goal>compile</goal>
- <goal>generateTestStubs</goal>
- <goal>testCompile</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+<!-- <plugin> -->
+<!-- <groupId>org.codehaus.gmaven</groupId> -->
+<!-- <artifactId>gmaven-plugin</artifactId> -->
+<!-- <executions> -->
+<!-- <execution> -->
+<!-- <goals> -->
+<!-- <goal>generateStubs</goal> -->
+<!-- <goal>compile</goal> -->
+<!-- <goal>generateTestStubs</goal> -->
+<!-- <goal>testCompile</goal> -->
+<!-- </goals> -->
+<!-- </execution> -->
+<!-- </executions> -->
+<!-- </plugin> -->
</plugins>
</build>
More information about the jbosstools-commits
mailing list