mirror of https://github.com/apache/maven.git
added link to source in javadoc
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1135330 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e15c1563e
commit
0badb6bdfb
3
pom.xml
3
pom.xml
|
@ -526,6 +526,9 @@
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-javadoc-plugin</artifactId>
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
<version>2.8</version>
|
<version>2.8</version>
|
||||||
|
<configuration>
|
||||||
|
<linksource>true</linksource>
|
||||||
|
</configuration>
|
||||||
<reportSets>
|
<reportSets>
|
||||||
<reportSet>
|
<reportSet>
|
||||||
<id>non-aggregate</id>
|
<id>non-aggregate</id>
|
||||||
|
|
Loading…
Reference in New Issue