diff common/pom.xml @ 1170:cf8ecc67200e

renamed XMLMetaLoader into IndexMetaLoader. new IndexMetaAuthLoader in progress. moved JDOM dependency to pdf module.
author robcast
date Thu, 28 Mar 2013 16:28:52 +0100
parents 888cdaf022fe
children d4990c1463e3
line wrap: on
line diff
--- a/common/pom.xml	Wed Mar 27 17:23:44 2013 +0100
+++ b/common/pom.xml	Thu Mar 28 16:28:52 2013 +0100
@@ -12,10 +12,20 @@
   <description>The Digital Image Library - common library</description>
   <url>http://digilib.berlios.de</url>
   <packaging>jar</packaging>
-
-  <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  </properties>
+  <build>
+  	<pluginManagement>
+  		<plugins>
+  			<plugin>
+  				<groupId>org.apache.maven.plugins</groupId>
+  				<artifactId>maven-compiler-plugin</artifactId>
+                <configuration>
+                    <source>1.6</source>
+                    <target>1.6</target> 
+                </configuration>
+  			</plugin>
+  		</plugins>
+  	</pluginManagement>
+  </build>
 
   <repositories>
     <!-- This provides Stian Soiland-Reyes re-packaged version of JAI-ImageIO -->
@@ -43,12 +53,6 @@
   		<scope>compile</scope>
   	</dependency>
   	<dependency>
-  		<groupId>org.jdom</groupId>
-  		<artifactId>jdom</artifactId>
-  		<type>jar</type>
-  		<scope>compile</scope>
-  	</dependency>
-  	<dependency>
   		<groupId>log4j</groupId>
   		<artifactId>log4j</artifactId>
   		<type>jar</type>