configuring maven site for cdmlib-print
[cdmlib.git] / cdmlib-print / pom.xml
index 973b266c8689ec3ee6fe5958f23331ccfe4c990a..eac908144c1b4524afbc036e78cb6726d95a4446 100644 (file)
@@ -3,28 +3,48 @@
        <parent>
                <artifactId>cdmlib-parent</artifactId>
                <groupId>eu.etaxonomy</groupId>
-               <version>3.0</version>
-               <relativePath>../cdmlib-parent/pom.xml</relativePath>
+               <version>2.5</version>
+               <relativePath>pom.xml</relativePath>
        </parent>
-       
        <modelVersion>4.0.0</modelVersion>
-       
        <groupId>eu.etaxonomy</groupId>
-       
        <artifactId>cdmlib-print</artifactId>
-       
        <packaging>jar</packaging>
-               
-       <version>3.0</version>
-       
-       <name>CDM Print</name>
-       
-       <url>http://maven.apache.org</url>
+       <name>CDM Print Publisher</name>
+       <description>EDIT CDM Print Publishing Framework</description>
+       <scm>
+               <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</connection>
+               <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-print/</developerConnection>
+               <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-print/</url>
+       </scm>
+       <developers>
+               <developer>
+                       <!-- your SVN account id please! -->
+                       <id>n.hoffmann</id>
+                       <name>
+                               Niels Hoffmann
+                       </name>
+                       <email>n.hoffmann [at] bgbm.org</email>
+                       <organization>
+                               Botanic Garden Botanical Museum Berlin
+                       </organization>
+                       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
+                       <timezone>+1</timezone>
+                       <roles>
+                               <role>Java Developer</role>
+                       </roles>
+                       <url></url>
+               </developer>
+       </developers>
        <dependencies>
                <dependency>
                        <groupId>eu.etaxonomy</groupId>
                        <artifactId>cdmlib-remote</artifactId>
-                       <version>3.0</version>
+               </dependency>
+               <dependency>
+                       <groupId>xerces</groupId>
+                       <artifactId>xercesImpl</artifactId>
+                       <version>2.9.1</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.xmlgraphics</groupId>
                <dependency>
                        <groupId>org.odftoolkit</groupId>
                        <artifactId>odfdom</artifactId>
-                       <version>0.8</version>
+                       <version>0.8.6</version>
+               </dependency>
+               <dependency>
+                       <groupId>jdom</groupId>
+                       <artifactId>jdom</artifactId>
+                       <version>1.0</version>
                </dependency>
        </dependencies>
 </project>