[Jsptest-svn-commits] SF.net SVN: jsptest:[266] trunk/pom.xml
Status: Alpha
Brought to you by:
lkoskela
From: <lko...@us...> - 2010-06-13 20:28:59
|
Revision: 266 http://jsptest.svn.sourceforge.net/jsptest/?rev=266&view=rev Author: lkoskela Date: 2010-06-13 20:28:53 +0000 (Sun, 13 Jun 2010) Log Message: ----------- Download javadocs and source jars by default. Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-06-13 20:28:22 UTC (rev 265) +++ trunk/pom.xml 2010-06-13 20:28:53 UTC (rev 266) @@ -36,7 +36,7 @@ <developerConnection>scm:svn:https://jsptest.svn.sourceforge.net/svnroot/jsptest/trunk</developerConnection> <url>http://jsptest.svn.sourceforge.net/viewvc/jsptest/trunk</url> </scm> - <mailingLists /> + <mailingLists/> <developers> <developer> <name>Lasse Koskela</name> @@ -127,6 +127,14 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-eclipse-plugin</artifactId> + <configuration> + <downloadSources>true</downloadSources> + <downloadJavadocs>true</downloadJavadocs> + </configuration> + </plugin> + <plugin> <inherited>true</inherited> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |