You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/03/12 11:13:00 UTC

svn commit: r517160 - /incubator/wicket/branches/wicket-1.x/pom.xml

Author: dashorst
Date: Mon Mar 12 03:12:55 2007
New Revision: 517160

URL: http://svn.apache.org/viewvc?view=rev&rev=517160
Log:
downloadSources now default for the eclipse plugin

Modified:
    incubator/wicket/branches/wicket-1.x/pom.xml

Modified: incubator/wicket/branches/wicket-1.x/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/pom.xml?view=diff&rev=517160&r1=517159&r2=517160
==============================================================================
--- incubator/wicket/branches/wicket-1.x/pom.xml (original)
+++ incubator/wicket/branches/wicket-1.x/pom.xml Mon Mar 12 03:12:55 2007
@@ -321,6 +321,14 @@
 			<plugin>
 				<inherited>true</inherited>
 				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-eclipse-plugin</artifactId>
+				<configuration>
+					<downloadSources>true</downloadSources>
+				</configuration>
+			</plugin>
+			<plugin>
+				<inherited>true</inherited>
+				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
 			</plugin>
 			<plugin>