diff options
author | Glenn Adams <gadams@apache.org> | 2016-03-08 09:36:36 +0000 |
---|---|---|
committer | Glenn Adams <gadams@apache.org> | 2016-03-08 09:36:36 +0000 |
commit | 2184238c210288138b6703bd63ccb2c8c40300f0 (patch) | |
tree | 1aa058af1f44e1e14304329b034bf247845d7512 /fop | |
parent | 4aafcce4a2788e3931ae699a57cf764caf2cef70 (diff) | |
download | xmlgraphics-fop-2184238c210288138b6703bd63ccb2c8c40300f0.tar.gz xmlgraphics-fop-2184238c210288138b6703bd63ccb2c8c40300f0.zip |
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
Diffstat (limited to 'fop')
-rw-r--r-- | fop/pom.xml | 10 |
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> |