Skip to content

Commit

Permalink
Add linking to source code in javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Aug 9, 2013
1 parent 6364d47 commit 091c1d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -907,6 +907,9 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<configuration>
<linksource>true</linksource>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jxr-plugin</artifactId>
Expand Down Expand Up @@ -1213,4 +1216,4 @@
<archive>https://groups.google.com/d/forum/ff-tech</archive>
</mailingList>
</mailingLists>
</project>
</project>

0 comments on commit 091c1d2

Please sign in to comment.