You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/09/01 22:26:14 UTC

svn commit: r439461 - /maven/shared/trunk/maven-user/pom.xml

Author: carlos
Date: Fri Sep  1 13:26:14 2006
New Revision: 439461

URL: http://svn.apache.org/viewvc?rev=439461&view=rev
Log:
Remove duplicate jspc

Modified:
    maven/shared/trunk/maven-user/pom.xml

Modified: maven/shared/trunk/maven-user/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-user/pom.xml?rev=439461&r1=439460&r2=439461&view=diff
==============================================================================
--- maven/shared/trunk/maven-user/pom.xml (original)
+++ maven/shared/trunk/maven-user/pom.xml Fri Sep  1 13:26:14 2006
@@ -169,6 +169,8 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>jspc-maven-plugin</artifactId>
+          <!-- later versions cause problems -->
+          <version>1.4.4</version>
           <configuration>
             <warSourceDirectory>${project.build.directory}/${project.build.finalName}/</warSourceDirectory>
             <injectString><![CDATA[<!-- [jspc-maven-plugin:post-compiled-jsps-as-servlets] -->]]></injectString>
@@ -180,12 +182,6 @@
             <outputWebXml>${project.build.directory}/${project.build.finalName}/WEB-INF/web.xml</outputWebXml> 
             -->
           </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>jspc-maven-plugin</artifactId>
-          <!-- later versions cause problems -->
-          <version>1.4.4</version>
         </plugin>
       </plugins>
     </pluginManagement>