[seam-commits] Seam SVN: r12821 - modules/xml/trunk/examples/princess-rescue.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed May 26 17:37:18 EDT 2010


Author: pete.muir at jboss.org
Date: 2010-05-26 17:37:18 -0400 (Wed, 26 May 2010)
New Revision: 12821

Modified:
   modules/xml/trunk/examples/princess-rescue/pom.xml
Log:
maven-eclipse-plugin is not recommended

Modified: modules/xml/trunk/examples/princess-rescue/pom.xml
===================================================================
--- modules/xml/trunk/examples/princess-rescue/pom.xml	2010-05-26 21:36:42 UTC (rev 12820)
+++ modules/xml/trunk/examples/princess-rescue/pom.xml	2010-05-26 21:37:18 UTC (rev 12821)
@@ -123,17 +123,6 @@
       <finalName>princess-rescue</finalName>
       <plugins>
 
-         <!-- Eclipse plugin - download source and JavaDoc jars automatically -->
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-eclipse-plugin</artifactId>
-            <configuration>
-               <wtpversion>2.0</wtpversion>
-               <downloadSources>true</downloadSources>
-               <downloadJavadocs>true</downloadJavadocs>
-            </configuration>
-         </plugin>
-
          <!-- Embedded Jetty (jetty:run) -->
          <plugin>
             <groupId>org.mortbay.jetty</groupId>



More information about the seam-commits mailing list