Explorar el Código

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 hace 9 años
padre
commit
a3d0b0d903
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      pom.xml

+ 11
- 0
pom.xml Ver fichero

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

Cargando…
Cancelar
Guardar