]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix javadocs under java 8
authorSimon Steiner <ssteiner@apache.org>
Tue, 29 Aug 2017 12:37:58 +0000 (12:37 +0000)
committerSimon Steiner <ssteiner@apache.org>
Tue, 29 Aug 2017 12:37:58 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1806582 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 022bec3d0f7b9ee45d51886817145b72a849d449..983c1ac100501b9064a20496a719a0241fb9c8cd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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>