Author: lfryc(a)redhat.com
Date: 2010-07-10 17:14:11 -0400 (Sat, 10 Jul 2010)
New Revision: 17912
Modified:
root/tests/metamer/trunk/ftest/pom.xml
Log:
removed the Tomcat6 related modifications for EL 2.2 support (testapp doesn't need EL
2.2 anymore)
Modified: root/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:13:59 UTC (rev 17911)
+++ root/tests/metamer/trunk/ftest/pom.xml 2010-07-10 21:14:11 UTC (rev 17912)
@@ -99,93 +99,6 @@
</build>
</profile>
<profile>
- <id>container-tomcat6x-deploy-el2.2-libs</id>
- <activation>
- <property>
- <name>containerId</name>
- <value>tomcat6x</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>com.savage7.maven.plugins</groupId>
- <artifactId>maven-external-dependency-plugin</artifactId>
- <version>0.2-SNAPSHOT</version>
- <inherited>false</inherited>
- <configuration>
- <stagingDirectory>${project.build.directory}/dependencies/</stagingDirectory>
- <createChecksum>true</createChecksum>
- <skipChecksumVerification>false</skipChecksumVerification>
- <force>false</force>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>jasper</artifactId>
- <version>6.0.26</version>
- <classifier>el-2.2</classifier>
- <packaging>jar</packaging>
- <downloadUrl>http://www.fryc.eu/dependencies/jasper.jar</downloadUrl>
- <checksum>762a42f8d269d128a9262c0654bacc062439c415</checksum>
- </artifactItem>
- </artifactItems>
- </configuration>
- <executions>
- <execution>
- <id>resolve-install-external-dependencies</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>resolve-external</goal>
- <goal>install-external</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-dependency-plugin</artifactId>
- <executions>
- <execution>
- <id>deploy-el-2.2-libs</id>
- <goals>
- <goal>copy</goal>
- </goals>
- <phase>process-test-resources</phase>
- <configuration>
- <artifactItems>
- <artifactItem>
- <groupId>org.apache.tomcat</groupId>
- <artifactId>jasper</artifactId>
- <version>6.0.26</version>
- <classifier>el-2.2</classifier>
- <overWrite>true</overWrite>
- <outputDirectory>${container.home}/lib</outputDirectory>
- <destFileName>jasper.jar</destFileName>
- </artifactItem>
- <artifactItem>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>2.2.0-SNAPSHOT</version>
- <overWrite>true</overWrite>
- <outputDirectory>${container.home}/lib</outputDirectory>
- <destFileName>el-api.jar</destFileName>
- </artifactItem>
- <artifactItem>
- <groupId>org.glassfish.web</groupId>
- <artifactId>el-impl</artifactId>
- <version>2.2.0-SNAPSHOT</version>
- <overWrite>true</overWrite>
- <outputDirectory>${container.home}/lib</outputDirectory>
- <destFileName>el-impl.jar</destFileName>
- </artifactItem>
- </artifactItems>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>clean-tomcat-exploded-war</id>
<activation>
<property>