Explorar el Código

Fix javadocs under java 8

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1806582 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_3
Simon Steiner hace 6 años
padre
commit
c990c60531
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11
    0
      pom.xml

+ 11
- 0
pom.xml Ver fichero

@@ -61,6 +61,17 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<tags>
<tag>
<name>event.severity</name>
</tag>
</tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>

Cargando…
Cancelar
Guardar