Author: gseitz
Date: Wed Apr  2 00:13:39 2008
New Revision: 643763

URL: http://svn.apache.org/viewvc?rev=643763&view=rev
Log:
WICKET-1468: set downloadSources=true as default

Modified:
    
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml

Modified: 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
URL: 
http://svn.apache.org/viewvc/wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml?rev=643763&r1=643762&r2=643763&view=diff
==============================================================================
--- 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 (original)
+++ 
wicket/trunk/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
 Wed Apr  2 00:13:39 2008
@@ -120,6 +120,13 @@
                                <groupId>org.mortbay.jetty</groupId>
                                <artifactId>maven-jetty-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-eclipse-plugin</artifactId>
+                               <configuration>
+                                       <downloadSources>true</downloadSources>
+                               </configuration>
+                       </plugin>                       
                </plugins>
        </build>
 


Reply via email to