]> source.dussan.org Git - jgit.git/commitdiff
Generate javadocs as part of Maven site project reports 91/33891/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 25 Sep 2014 09:17:40 +0000 (11:17 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 25 Sep 2014 09:32:13 +0000 (11:32 +0200)
see http://maven.apache.org/plugins/maven-javadoc-plugin/usage.html

Change-Id: I6dc5dddea0adbb4abf5560d5d1c833408e944082
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a95783e60434bf705fcc512fa2263e37af765874..9b6c490aa8214c7bd4091ce66d07e7d31c6e4b4e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <dependencyManagement>
     <dependencies>
       <dependency>