You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2006/07/25 17:16:03 UTC

svn commit: r425415 - /geronimo/daytrader/trunk/modules/web/pom.xml

Author: hogstrom
Date: Tue Jul 25 08:16:02 2006
New Revision: 425415

URL: http://svn.apache.org/viewvc?rev=425415&view=rev
Log:
DAYTRADER-7 Issue with JSPC precompilation on commercial AppServers.  Removed JSPC precompilation (commented out) in build step.

Modified:
    geronimo/daytrader/trunk/modules/web/pom.xml

Modified: geronimo/daytrader/trunk/modules/web/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/modules/web/pom.xml?rev=425415&r1=425414&r2=425415&view=diff
==============================================================================
--- geronimo/daytrader/trunk/modules/web/pom.xml (original)
+++ geronimo/daytrader/trunk/modules/web/pom.xml Tue Jul 25 08:16:02 2006
@@ -48,15 +48,18 @@
             <artifactId>standard</artifactId>
             <version>1.1.1</version>
         </dependency>
+        <!-- Removed per DAYTRADER-7 due to interop issues on commercial AppServers 
         <dependency>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>jspc-maven-plugin</artifactId>
             <version>1.4.4</version>
             <scope>provided</scope>
         </dependency>
+        -->
     </dependencies>
     <build>
         <plugins>
+            <!-- Removed per DATRADER-7 due to interop issues on commercial AppServers
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jspc-maven-plugin</artifactId>
@@ -71,11 +74,12 @@
                     </execution>
                 </executions>
             </plugin>
+            -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
                 <configuration>
-                    <webXml>${basedir}/target/jspweb.xml</webXml>
+                    <!-- <webXml>${basedir}/target/jspweb.xml</webXml> Removed per DATRADER-7 due to interop issues on commercial AppServers -->
                     <filters>
                         <filter>
                             ${basedir}/src/main/webapp/WEB-INF/classes/build.properties