Author: musachy
Date: Tue Dec 23 20:59:40 2008
New Revision: 729230

URL: http://svn.apache.org/viewvc?rev=729230&view=rev
Log:
WW-2623 comment IT tests out (using external plugin repo)

Modified:
    struts/struts2/trunk/apps/rest-showcase/pom.xml
    struts/struts2/trunk/apps/showcase/pom.xml

Modified: struts/struts2/trunk/apps/rest-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/rest-showcase/pom.xml?rev=729230&r1=729229&r2=729230&view=diff
==============================================================================
--- struts/struts2/trunk/apps/rest-showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/rest-showcase/pom.xml Tue Dec 23 20:59:40 2008
@@ -102,6 +102,7 @@
                                <scanIntervalSeconds>10</scanIntervalSeconds>
                        </configuration>
                </plugin>
+            <!--
             <plugin>
                 <groupId>org.twdata.maven</groupId>
                 <artifactId>maven-itblast-plugin</artifactId>
@@ -118,6 +119,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
@@ -130,6 +132,7 @@
        </plugins>
     </build>
 
+    <!--
     <pluginRepositories>
         <pluginRepository>
             <id>twdata-m2-repository</id>
@@ -137,4 +140,5 @@
             <url>http://twdata-m2-repository.googlecode.com/svn/</url>
         </pluginRepository>
     </pluginRepositories>
+    -->
 </project>

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=729230&r1=729229&r2=729230&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Tue Dec 23 20:59:40 2008
@@ -237,6 +237,7 @@
                    </dependency>
                 </dependencies>
             </plugin>
+            <!--
             <plugin>
                 <groupId>org.twdata.maven</groupId>
                 <artifactId>maven-itblast-plugin</artifactId>
@@ -253,6 +254,7 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
@@ -278,6 +280,7 @@
         </resources>
 
     </build>
+    <!--
     <pluginRepositories>
         <pluginRepository>
             <id>twdata-m2-repository</id>
@@ -285,4 +288,5 @@
             <url>http://twdata-m2-repository.googlecode.com/svn/</url>
         </pluginRepository>
     </pluginRepositories>
+    -->
 </project>


Reply via email to