You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/26 01:36:55 UTC

svn commit: r437015 - /geronimo/server/trunk/applications/geronimo-examples/geronimo-jsp-examples/pom.xml

Author: jdillon
Date: Fri Aug 25 16:36:53 2006
New Revision: 437015

URL: http://svn.apache.org/viewvc?rev=437015&view=rev
Log:
Don't reconfigure, these were the defaults

Modified:
    geronimo/server/trunk/applications/geronimo-examples/geronimo-jsp-examples/pom.xml

Modified: geronimo/server/trunk/applications/geronimo-examples/geronimo-jsp-examples/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/applications/geronimo-examples/geronimo-jsp-examples/pom.xml?rev=437015&r1=437014&r2=437015&view=diff
==============================================================================
--- geronimo/server/trunk/applications/geronimo-examples/geronimo-jsp-examples/pom.xml (original)
+++ geronimo/server/trunk/applications/geronimo-examples/geronimo-jsp-examples/pom.xml Fri Aug 25 16:36:53 2006
@@ -69,30 +69,13 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>jspc-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>jspc</id>
-                        <goals>
-                            <goal>compile</goal>
-                        </goals>
-                        <configuration>
-                            <warSourceDirectory>${pom.basedir}/src/main/webapp</warSourceDirectory>
-                            <inputWebXml>${pom.basedir}/src/main/webapp/WEB-INF/web.xml</inputWebXml>
-                        </configuration>
-                    </execution>
-                </executions>
             </plugin>
             
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
-                <configuration>
-                    <warSourceDirectory>${pom.basedir}/src/main/webapp</warSourceDirectory>
-                    <webXml>${pom.basedir}/target/jspweb.xml</webXml>
-                    <archiveClasses>true</archiveClasses>
-                </configuration>
             </plugin>
         </plugins>
     </build>
-
+    
 </project>