diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-25 11:17:40 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-09-25 11:32:13 +0200 |
commit | a3d0b0d903452ed9ba9d7bb5ea58c275b318a66f (patch) | |
tree | cfb2d75ea42d11419532abe0cfee64baf4c6df81 /pom.xml | |
parent | 73809b5e18ca61d806d293d49ae415c7164900b3 (diff) | |
download | jgit-a3d0b0d903452ed9ba9d7bb5ea58c275b318a66f.tar.gz jgit-a3d0b0d903452ed9ba9d7bb5ea58c275b318a66f.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>
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> |