Yes, I just applied something similar.

/Daniel

Jean-Baptiste Quenot skrev:
Do you agree with the following patch, so that plugin is
downloaded automatically?


------------------------------------------------------------------------

Index: pom.xml
===================================================================
--- pom.xml     (revision 381303)
+++ pom.xml     (working copy)
@@ -315,7 +315,6 @@
          <version>1.0-alpha-6</version>
       </extension>
     </extensions>
-   <!--
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -325,8 +324,12 @@
               <target>1.4</target>
           </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>maven-jetty6-plugin</artifactId>
+        <version>6.0.0beta4</version>
+      </plugin>
     </plugins>
-    -->
   </build>
   <reporting>
     <plugins>

Reply via email to