]> source.dussan.org Git - jgit.git/commitdiff
Generate javadocs as part of Maven site project reports 79/34779/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 25 Sep 2014 09:17:40 +0000 (11:17 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 12 Oct 2014 20:21:56 +0000 (22:21 +0200)
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)

pom.xml

diff --git a/pom.xml b/pom.xml
index b82973353693ad9d8850545a1f8b3050f3879641..c9cbaa760fc22bbb623f47016c462ded5f412c11 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>