You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wadi-commits@incubator.apache.org by bd...@apache.org on 2005/12/19 16:26:56 UTC

svn commit: r357720 - /incubator/wadi/trunk/modules/webapp/pom.xml

Author: bdudney
Date: Mon Dec 19 08:26:53 2005
New Revision: 357720

URL: http://svn.apache.org/viewcvs?rev=357720&view=rev
Log:
removing the jsp compiler as we are not really using it now

Modified:
    incubator/wadi/trunk/modules/webapp/pom.xml

Modified: incubator/wadi/trunk/modules/webapp/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/wadi/trunk/modules/webapp/pom.xml?rev=357720&r1=357719&r2=357720&view=diff
==============================================================================
--- incubator/wadi/trunk/modules/webapp/pom.xml (original)
+++ incubator/wadi/trunk/modules/webapp/pom.xml Mon Dec 19 08:26:53 2005
@@ -64,10 +64,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>jspc-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-war-plugin</artifactId>
                 <configuration>