Author: bayard
Date: Sun Jan 11 19:55:34 2009
New Revision: 733601

URL: http://svn.apache.org/viewvc?rev=733601&view=rev
Log:
Removing cactus in progress commented out work

Modified:
    jakarta/taglibs/proper/string/trunk/pom.xml

Modified: jakarta/taglibs/proper/string/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/taglibs/proper/string/trunk/pom.xml?rev=733601&r1=733600&r2=733601&view=diff
==============================================================================
--- jakarta/taglibs/proper/string/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/string/trunk/pom.xml Sun Jan 11 19:55:34 2009
@@ -89,97 +89,4 @@
     </dependency>
   </dependencies> 
 
-  <!--
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.cactus</groupId>
-        <artifactId>cactus.integration.maven2</artifactId>
-        <version>1.8.1-SNAPSHOT</version>
-        <configuration>
-          <srcFile>ready.war</srcFile>
-          <destFile>cactifiedByMaven2.war</destFile>
-        </configuration>
-        <executions>
-          <execution>
-            <id>cactus-cactifywar</id>
-            <phase>pre-integration-test</phase>
-            <goals>
-              <goal>cactifywar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.cargo</groupId>
-        <artifactId>cargo-maven2-plugin</artifactId>
-        <version>1.0-SNAPSHOT</version>
-        <executions>
-          <execution>
-            <id>start-container</id>
-            <phase>pre-integration-test</phase>
-            <goals>
-              <goal>start</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>stop-container</id>
-            <phase>post-integration-test</phase>
-            <goals>
-              <goal>stop</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <wait>false</wait>
-          <timeout>20000</timeout>
-          <container>
-            <containerId>tomcat5x</containerId>
-            <zipUrlInstaller>
-              
<url>http://apache.osuosl.org/tomcat/tomcat-5/v5.5.27/bin/apache-tomcat-5.5.27.zip</url>
-              <installDir>${basedir}/install</installDir>
-            </zipUrlInstaller>
-          </container>
-          <configuration>
-             <deployables>
-              <deployable>
-                 <location>cactifiedByMaven2.war</location>
-                 <pingURL>http://localhost:8080/test/</pingURL>
-                 <properties>
-                    <context>/test</context>
-                 </properties>
-              </deployable>
-            </deployables>
-          </configuration>
-        </configuration> 
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-        <executions>
-          <execution>
-            <id>surefire-it</id>
-            <phase>integration-test</phase>
-            <goals>
-              <goal>test</goal>
-            </goals>
-            <configuration>
-              <skip>false</skip>
-              <systemProperties>
-                <property>
-                  <name>cactus.contextURL</name>
-                  <value>http://localhost:8080/test/</value>
-                </property>
-              </systemProperties>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-  -->
-
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org

Reply via email to