You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2016/03/08 10:36:36 UTC

svn commit: r1734040 - /xmlgraphics/fop/branches/maven/fop/pom.xml

Author: gadams
Date: Tue Mar  8 09:36:36 2016
New Revision: 1734040

URL: http://svn.apache.org/viewvc?rev=1734040&view=rev
Log:
Exclude JAI dependencies temporarily, until exclusion can be conditionalized.

Modified:
    xmlgraphics/fop/branches/maven/fop/pom.xml

Modified: xmlgraphics/fop/branches/maven/fop/pom.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/branches/maven/fop/pom.xml?rev=1734040&r1=1734039&r2=1734040&view=diff
==============================================================================
--- xmlgraphics/fop/branches/maven/fop/pom.xml (original)
+++ xmlgraphics/fop/branches/maven/fop/pom.xml Tue Mar  8 09:36:36 2016
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org