diff webapp/pom.xml @ 953:ab5eb4d335f2

merge (sorry, with digilib-config.xml)
author hertzhaft
date Wed, 25 Jan 2012 16:16:59 +0100
parents a052cfbe8afb
children 6e7a87da622f
line wrap: on
line diff
--- a/webapp/pom.xml	Wed Jan 25 16:12:33 2012 +0100
+++ b/webapp/pom.xml	Wed Jan 25 16:16:59 2012 +0100
@@ -6,10 +6,9 @@
   <parent>
     <artifactId>digilib</artifactId>
     <groupId>digilib</groupId>
-    <version>2.0-SNAPSHOT</version>
+    <version>2.1-SNAPSHOT</version>
   </parent>
   <artifactId>digilib-webapp</artifactId>
-  <version>2.0-SNAPSHOT</version>
   <name>digilib-webapp</name>
   <description>The Digital Image Library - web application server and HTML and JS clients</description>
   <url>http://digilib.berlios.de</url>
@@ -19,6 +18,18 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
 
+  <build>
+	<pluginManagement>
+	  <plugins>
+      	<plugin>
+	      <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-war-plugin</artifactId>
+		  <version>2.1.1</version>
+	    </plugin>
+      </plugins>	
+	</pluginManagement>
+  </build>
+
   <profiles>
     <profile>
       <id>servlet2</id>
@@ -109,5 +120,27 @@
         </dependency>
       </dependencies>
     </profile>
+    <profile>
+      <id>codec-jai</id>
+      <dependencies>
+        <dependency>
+          <groupId>digilib</groupId>
+          <artifactId>digilib-common-jai</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
+    <profile>
+      <id>codec-imagej</id>
+      <dependencies>
+        <dependency>
+          <groupId>digilib</groupId>
+          <artifactId>digilib-common-imagej</artifactId>
+          <type>jar</type>
+          <scope>compile</scope>
+        </dependency>
+      </dependencies>
+    </profile>
   </profiles>
 </project>