You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/06/14 00:34:08 UTC

svn commit: r1135330 - /maven/maven-3/trunk/pom.xml

Author: hboutemy
Date: Mon Jun 13 22:34:07 2011
New Revision: 1135330

URL: http://svn.apache.org/viewvc?rev=1135330&view=rev
Log:
added link to source in javadoc

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1135330&r1=1135329&r2=1135330&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon Jun 13 22:34:07 2011
@@ -526,6 +526,9 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.8</version>
+            <configuration>
+              <linksource>true</linksource>
+            </configuration>
             <reportSets>
               <reportSet>
                 <id>non-aggregate</id>