implemented parsing and new handling for "unranked" ranks #2141
[cdmlib.git] / cdmlib-remote / pom.xml
index 00c8757618a4269b5f4042bbc81a97a19838b295..d8c8d37a32a482ebbeae8faa254ba3876c036475 100644 (file)
@@ -7,7 +7,8 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>2.4</version>
+               <version>3.0</version>
+               <relativePath>pom.xml</relativePath>
        </parent>
        
   <modelVersion>4.0.0</modelVersion>
   <properties>
     <!--  
       custom property to hold the patch version number     
-      should'nt this be set in the parent pom? 
+      shouldn't this be set in the parent pom? 
      -->
     <project.patchversion>0</project.patchversion>
   </properties> 
   <name>CDM Remote</name>
        <description>The EDIT CDM Remote package allows remote access to
                the common data model via webservices in the wider sense</description>
-  <packaging>war</packaging>
+  <!-- Revert this back to "war" before committing  -->
+  <packaging>jar</packaging>
   <scm>
                <connection>
                        scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>org.springframework.oxm</artifactId>
-         <version>3.0.0.RC1</version>
+         <version>${spring.version}</version>
        </dependency>
 
                <!-- XmlView -->
                    <version>1.3</version>
                </dependency>
        </dependencies>
-       <build>
-               <!-- Configure the webapp -->\r
-               <finalName>cdmserver</finalName> 
-               <plugins>
-               <!-- 
-                       <plugin>
-                           <groupId>net.sf.alchim</groupId>
-                           <artifactId>winstone-maven-plugin</artifactId>
-                           <executions>
-                               <execution>
-                                   <goals>
-                                       <goal>embed</goal>
-                                   </goals>
-                                   <phase>deploy</phase>
-                               </execution>
-                           </executions>
-                       </plugin>
-                -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-war-plugin</artifactId>
-                               <version>2.1-beta-1</version>
-                               <!-- 
-                               <configuration>
-                                       <archive>
-                                               <manifest>
-                                                       <addClasspath>true</addClasspath>
-                                                       <mainClass>eu.etaxonomy.cdm.server.CdmServer
-                                                       </mainClass>
-                                               </manifest>
-                                       </archive>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>move-main-class</id>
-                                               <phase>compile</phase>
-                                               <configuration>
-                                                       <tasks>
-                                                                 Ant tasks 
-                                                               <echo>Moving CdmServer.class to ${project.build.directory}/${project.artifactId}</echo>
-                                                               <move todir="${project.build.directory}/${project.artifactId}">
-                                                                       <fileset dir="${project.build.directory}/classes/">
-                                                                               <include name="**/CdmServer.class" />
-                                                                       </fileset>
-                                                               </move>
-                                                       </tasks>
-                                               </configuration>
-                                               <goals>
-                                                       <goal>war</goal>
-                                               </goals>
-                                       </execution>
-                               </executions>
-                                -->
-                       </plugin>
-               </plugins>
-       </build>
+       
 </project>