Browse Source

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>
tags/v3.5.0.201409260305-r
Matthias Sohn 9 years ago
parent
commit
a3d0b0d903
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      pom.xml

+ 11
- 0
pom.xml View File

@@ -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>

Loading…
Cancel
Save