diff pom.xml @ 899:12b5a3e04b13 mvnify

clean up
author robcast
date Wed, 20 Apr 2011 21:40:38 +0200
parents 84783821ecac
children 6c43597b0b08
line wrap: on
line diff
--- a/pom.xml	Wed Apr 20 15:25:59 2011 +0200
+++ b/pom.xml	Wed Apr 20 21:40:38 2011 +0200
@@ -8,12 +8,116 @@
   <packaging>pom</packaging>
 
   <name>digilib</name>
+  <description>The Digital Image Library</description>
   <url>http://digilib.berlios.de</url>
 
+  <repositories>
+    <repository>
+      <id>itextpdf.com</id>
+      <name>Maven Repository for iText</name>
+      <url>http://maven.itextpdf.com/</url>
+    </repository>
+  <!-- This provides the required versions of JAI-ImageIO -->
+    <repository>
+        <id>geotools.osgeo.org</id>
+        <name>Geotools repository</name>
+        <url>http://download.osgeo.org/webdav/geotools/</url>
+    </repository>
+  </repositories>
+
+  <dependencyManagement>
+  	<dependencies>
+  		<dependency>
+  			<groupId>digilib</groupId>
+  			<artifactId>digilib-servlet</artifactId>
+  			<version>2.0-SNAPSHOT</version>
+  			<type>jar</type>
+  			<scope>compile</scope>
+  		</dependency>
+  		<dependency>
+  			<groupId>digilib</groupId>
+  			<artifactId>digilib-webapp</artifactId>
+  			<version>2.0-SNAPSHOT</version>
+  			<type>war</type>
+  			<scope>compile</scope>
+  		</dependency>
+    <dependency>
+      <groupId>javax.media</groupId>
+      <artifactId>jai_imageio</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.media</groupId>
+      <artifactId>jai_codec</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+    <dependency>
+      <groupId>javax.media</groupId>
+      <artifactId>jai_core</artifactId>
+      <version>1.1.3</version>
+    </dependency>
+    <dependency>
+        <groupId>org.devlib.schmidt</groupId>
+        <artifactId>imageinfo</artifactId>
+        <version>1.9</version>
+        <type>jar</type>
+        <scope>compile</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.jdom</groupId>
+        <artifactId>jdom</artifactId>
+        <version>1.1</version>
+        <type>jar</type>
+        <scope>compile</scope>
+    </dependency>
+    <dependency>
+        <groupId>log4j</groupId>
+        <artifactId>log4j</artifactId>
+        <version>1.2.14</version>
+        <type>jar</type>
+        <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.itextpdf</groupId>
+      <artifactId>itextpdf</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+        <groupId>org.mortbay.jetty</groupId>
+        <artifactId>servlet-api</artifactId>
+        <version>3.0.20100224</version>
+        <type>jar</type>
+        <scope>provided</scope>
+    </dependency>
+  	</dependencies>
+  </dependencyManagement>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
+  <inceptionYear>2001</inceptionYear>
+  <developers>
+  	<developer>
+  		<id>robcast</id>
+  		<name>Robert Casties</name>
+  		<email>robcast@berlios.de</email>
+  		<organization>Max Planck Institute for the History of Science</organization>
+  		<organizationUrl>http://www.mpiwg-berlin.mpg.de</organizationUrl>
+  		<roles>
+  		</roles>
+  	</developer>
+  	<developer>
+  		<id>hertzhaft</id>
+  		<name>Martin Raspe</name>
+  		<email>hertzhaft@berlios.de</email>
+  		<organization>Bibliotheca Hertziana</organization>
+  		<organizationUrl>http://www.biblhertz.it</organizationUrl>
+  	</developer>
+  </developers>
+  <scm>
+  	<url>http://hg.berlios.de/repos/digilib</url>
+  </scm>
   <dependencies>
   </dependencies>
   <modules>