Browse Source

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 6 years ago
parent
commit
c990c60531
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      pom.xml

+ 11
- 0
pom.xml View File

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

Loading…
Cancel
Save