Просмотр исходного кода

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 лет назад
Родитель
Сommit
2184238c21
1 измененных файлов: 10 добавлений и 0 удалений
  1. 10
    0
      fop/pom.xml

+ 10
- 0
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>

Загрузка…
Отмена
Сохранить