diff options
author | Simon Steiner <ssteiner@apache.org> | 2017-08-29 12:37:58 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2017-08-29 12:37:58 +0000 |
commit | c990c60531da07f236257c83ecb7109dabc06b70 (patch) | |
tree | 8f1ef49e618f4298d59333336a3494948bff1fbb | |
parent | cdc74a4cea3b2e79fc9a3cf7b15f83302a59401d (diff) | |
download | xmlgraphics-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
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |