summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-09-25 11:17:40 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2014-10-12 22:21:56 +0200
commit42c749291e2f0a45f012a8808ccb2a17a4b72616 (patch)
tree28a1f21c75219e27564b78d8182df71b05b5dc55 /pom.xml
parent05e530c56c373ac94a8cd5d41d62a8af3a529e22 (diff)
downloadjgit-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.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b829733536..c9cbaa760f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>