Browse Source

Exclude JAI dependencies temporarily, until exclusion can be conditionalized.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/maven@1734040 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_2
Glenn Adams 8 years ago
parent
commit
2184238c21
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      fop/pom.xml

+ 10
- 0
fop/pom.xml View File

@@ -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>

Loading…
Cancel
Save