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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to