diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-25 11:17:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-10-12 22:21:56 +0200 |
commit | 42c749291e2f0a45f012a8808ccb2a17a4b72616 (patch) | |
tree | 28a1f21c75219e27564b78d8182df71b05b5dc55 /pom.xml | |
parent | 05e530c56c373ac94a8cd5d41d62a8af3a529e22 (diff) | |
download | jgit-42c749291e2f0a45f012a8808ccb2a17a4b72616.tar.gz jgit-42c749291e2f0a45f012a8808ccb2a17a4b72616.zip |
Generate javadocs as part of Maven site project reports
see http://maven.apache.org/plugins/maven-javadoc-plugin/usage.html
Change-Id: I6dc5dddea0adbb4abf5560d5d1c833408e944082
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
(cherry picked from commit a3d0b0d903452ed9ba9d7bb5ea58c275b318a66f)
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -463,6 +463,17 @@ </plugins> </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + </configuration> + </plugin> + </plugins> + </reporting> + <dependencyManagement> <dependencies> <dependency> |