[mud4j-commit] SF.net SVN: mud4j: [155] trunk/mud4j/pom.xml
Status: Pre-Alpha
Brought to you by:
mpurland
From: <mpu...@us...> - 2007-10-06 00:59:44
|
Revision: 155 http://mud4j.svn.sourceforge.net/mud4j/?rev=155&view=rev Author: mpurland Date: 2007-10-05 17:59:42 -0700 (Fri, 05 Oct 2007) Log Message: ----------- Allow child projects to generate eclipse settings with sources/javadoc. Modified Paths: -------------- trunk/mud4j/pom.xml Modified: trunk/mud4j/pom.xml =================================================================== --- trunk/mud4j/pom.xml 2007-10-06 00:59:26 UTC (rev 154) +++ trunk/mud4j/pom.xml 2007-10-06 00:59:42 UTC (rev 155) @@ -186,7 +186,16 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>dashboard-maven-plugin</artifactId> <version>1.0-SNAPSHOT</version> - </plugin> + </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-eclipse-plugin</artifactId> + <configuration> + <downloadSources>true</downloadSources> + <downloadJavadocs>true</downloadJavadocs> + </configuration> + </plugin> </plugins> </reporting> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |