aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2017-08-29 12:37:58 +0000
committerSimon Steiner <ssteiner@apache.org>2017-08-29 12:37:58 +0000
commitc990c60531da07f236257c83ecb7109dabc06b70 (patch)
tree8f1ef49e618f4298d59333336a3494948bff1fbb /pom.xml
parentcdc74a4cea3b2e79fc9a3cf7b15f83302a59401d (diff)
downloadxmlgraphics-fop-c990c60531da07f236257c83ecb7109dabc06b70.tar.gz
xmlgraphics-fop-c990c60531da07f236257c83ecb7109dabc06b70.zip
Fix javadocs under java 8
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1806582 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 022bec3d0..983c1ac10 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,17 @@
<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>
<version>${checkstyle.plugin.version}</version>
</plugin>