Author: ssteiner
Date: Tue Aug 29 12:37:58 2017
New Revision: 1806582
URL: http://svn.apache.org/viewvc?rev=1806582&view=rev
Log:
Fix javadocs under java 8
Modified:
xmlgraphics/fop/trunk/pom.xml
Modified: xmlgraphics/fop/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/pom.xml?rev=1806582&r1=1806581&r2=1806582&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/pom.xml (original)
+++ xmlgraphics/fop/trunk/pom.xml Tue Aug 29 12:37:58 2017
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]