Mercurial > hg > digilib
diff pom.xml @ 1415:7247c046d9dc
added build-time config to use Twelvemonkeys-ImageIO plugin instead of JAI-ImageIO.
activate with "mvn -Dimageio=12m".
author | robcast |
---|---|
date | Thu, 22 Oct 2015 16:17:04 +0200 |
parents | 4b4973a9f34a |
children | 053ff2ca45e3 |
line wrap: on
line diff
--- a/pom.xml Thu Oct 22 11:01:19 2015 +0200 +++ b/pom.xml Thu Oct 22 16:17:04 2015 +0200 @@ -3,6 +3,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <groupId>digilib</groupId> <artifactId>digilib</artifactId> <version>2.3-SNAPSHOT</version> @@ -242,9 +246,6 @@ </dependency> </dependencies> </dependencyManagement> - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> <dependencies> </dependencies>