You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/08/02 14:27:52 UTC

svn commit: r427964 - /maven/repository-manager/trunk/maven-repository-webapp/pom.xml

Author: brett
Date: Wed Aug  2 05:27:51 2006
New Revision: 427964

URL: http://svn.apache.org/viewvc?rev=427964&view=rev
Log:
use latest jetty plugin

Modified:
    maven/repository-manager/trunk/maven-repository-webapp/pom.xml

Modified: maven/repository-manager/trunk/maven-repository-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/maven-repository-webapp/pom.xml?rev=427964&r1=427963&r2=427964&view=diff
==============================================================================
--- maven/repository-manager/trunk/maven-repository-webapp/pom.xml (original)
+++ maven/repository-manager/trunk/maven-repository-webapp/pom.xml Wed Aug  2 05:27:51 2006
@@ -105,7 +105,7 @@
     <plugins>
       <plugin>
         <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty6-plugin</artifactId>
+        <artifactId>maven-jetty-plugin</artifactId>
         <configuration>
           <scanIntervalSeconds>10</scanIntervalSeconds>
           <connectors>
@@ -208,6 +208,7 @@
       </plugin>
     </plugins>
   </build>
+  <!-- TODO: remove once xwork integration is released -->
   <repositories>
     <repository>
       <id>codehaus.snapshots</id>