aboutsummaryrefslogtreecommitdiffstats
path: root/fop/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'fop/pom.xml')
-rw-r--r--fop/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/fop/pom.xml b/fop/pom.xml
index a793a2144..c43ad23c4 100644
--- a/fop/pom.xml
+++ b/fop/pom.xml
@@ -212,6 +212,16 @@
</execution>
</executions>
</plugin>
+ <!-- compile -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
<!-- generate event collector models -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>