org.springframework.oxm RC1 -> RELEASE
[cdmlib.git] / cdmlib-remote / pom.xml
index c1950e87787838e7b88a9517e1ce845e99befe75..ea18506f8ee307f337c1fd08fd800738660eea38 100644 (file)
@@ -7,15 +7,22 @@
        <parent>
                <groupId>eu.etaxonomy</groupId>
                <artifactId>cdmlib-parent</artifactId>
-               <version>2.3</version>
+               <version>2.4</version>
        </parent>
        
   <modelVersion>4.0.0</modelVersion>
   <artifactId>cdmlib-remote</artifactId>
-  <packaging>war</packaging>
-  <name>CDM Community Server</name>
-       <description>The EDIT CDM Community Server allows remote access to
+  <properties>
+    <!--  
+      custom property to hold the patch version number     
+      should'nt 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>
   <scm>
                <connection>
                        scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
                        <groupId>eu.etaxonomy</groupId>
                        <artifactId>cdmlib-services</artifactId>
                </dependency>
-               <!--<dependency>
-                       <groupId>org.mortbay.jetty</groupId>
-                       <artifactId>jetty</artifactId>
-                       <version>6.1.16</version>
+               <dependency>
+                       <groupId>eu.etaxonomy</groupId>
+                       <artifactId>cdmlib-io</artifactId>
                </dependency>
-               --><dependency>
+               <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
                        <scope>provided</scope>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.web</artifactId>
                </dependency>
+               <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>org.springframework.context.support</artifactId>
+        </dependency>
                <dependency>
                        <groupId>org.springframework</groupId>
                        <artifactId>org.springframework.web.servlet</artifactId>
                </dependency>
+               <dependency>
+                <groupId>org.springmodules</groupId>
+                <artifactId>spring-modules-cache</artifactId>
+                <version>0.7</version>
+                <exclusions>
+                 <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring</artifactId>
+                 </exclusion>
+                 <exclusion>
+                   <groupId>org.springframework</groupId>
+                   <artifactId>spring-mock</artifactId>
+                 </exclusion>
+               </exclusions>
+           </dependency>
                <dependency>
                        <groupId>com.ibm.lsid</groupId>
                        <artifactId>lsid-server</artifactId>
        <dependency>
          <groupId>org.springframework</groupId>
          <artifactId>org.springframework.oxm</artifactId>
-         <version>3.0.0.RC1</version>
+         <version>${spring.version}</version>
        </dependency>
 
                <!-- XmlView -->
                        <version>1.1.2</version>
                        <type>tld</type>
                </dependency>
-
+               <!--  Connection Pooling  -->
+        <dependency> 
+            <groupId>org.hibernate</groupId> 
+            <artifactId>hibernate-c3p0</artifactId>         
+               </dependency>
+\r
                <!--  SQL Profiling  -->\r
                <dependency>\r
                    <groupId>p6spy</groupId>\r
                    <artifactId>p6spy</artifactId>\r
-                   <version>1.3</version>\r
+                   <version>1.3</version>
                </dependency>
        </dependencies>
-
        <build>
-       <!-- Configure the webapp -->\r
-       <finalName>cdmserver</finalName> 
-               <!--
-               <finalName>cdmserver-cichorieae</finalName> 
-                       <finalName>cdmserver-palmae</finalName>
-               <finalName>cdmserver-diptera</finalName>
-               <finalName>cdmserver</finalName>
-               <finalName>cdmserver-elsalvador</finalName>
-                       <finalName>cdmserver-erms</finalName>
--->
+               <!-- Configure the webapp -->\r
+               <finalName>cdmserver</finalName> 
                <plugins>
+               <!-- 
                        <plugin>
                            <groupId>net.sf.alchim</groupId>
                            <artifactId>winstone-maven-plugin</artifactId>
                                    <goals>
                                        <goal>embed</goal>
                                    </goals>
-                                   <phase>package</phase>
+                                   <phase>deploy</phase>
                                </execution>
                            </executions>
                        </plugin>
+                -->
                        <plugin>
-                <artifactId>maven-antrun-plugin</artifactId>
-                       <executions>
-                         <execution>
-                           <phase>package</phase><!-- must run after winstone-maven-plugin -->
-                           <configuration>
-                             <tasks>
-                               <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml"/>
-                             </tasks>
-                           </configuration>
-                           <goals>
-                             <goal>run</goal><!-- must run after winstone-maven-plugin -->
-                           </goals>
-                         </execution>
-                       </executions>
-
-            </plugin>
-                               
-                       <!--<plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-war-plugin</artifactId>
-                               <version>2.0</version>
+                               <version>2.1-beta-1</version>
+                               <!-- 
                                <configuration>
                                        <archive>
                                                <manifest>
                                                </goals>
                                        </execution>
                                </executions>
-                       </plugin>
-                       <plugin>
-                <artifactId>maven-dependency-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>unpack-dependencies</goal>
-                        </goals>
-                        <configuration>
-                            <includeTypes>jar</includeTypes>
-                                                       <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-                       
-
-                       --><plugin><!--use mvn tomcat:deploy -->
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>tomcat-maven-plugin</artifactId>
-                               <configuration>
-                                                                                 
-                               <!--Uncomment tomcat to deploy to-->
-                                       <!-- current production -->
-<!--                                   <update>true</update>-->
-<!--                                   <server>tomcat-edit</server>-->
-<!--                                   <url>http://search.biocase.org:8080/manager</url>-->
-                                       
-                                       <!-- remote testing-->
-                                       <update>true</update>
-                                       <server>tomcat-cdm</server>
-                                       <url>http://160.45.63.201:8080/manager
-                                       </url>
-                                       
-<!--                           <server>tomcat-local</server>-->
-                               </configuration>
-                       </plugin>
-
-                       <plugin>
-                               <!--
-                                       to run use: mvn jetty:run for debugging: export MAVEN_OPTS="-Xdebug
-                                       -Xnoagent -Djava.compiler=NONE
-                                       -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n" mvn
-                                       jetty:run for faster startup offline mode & skip tests: mvn -o
-                                       -Dmaven.test.skip=true jetty:run-war an eclipse plugin to
-                                       start/restart/stop jetty6
-                                       http://dbpowder.sourceforge.net/etc/jettylauncher6/updates/ see
-                                       also:
-                                       http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse
-                                       http://mahertb.blogspot.com/2006/08/debugging-maven-web-application-with.html
-                         -->
-                               <groupId>org.mortbay.jetty</groupId>
-                               <artifactId>maven-jetty-plugin</artifactId>
-                               <configuration>
-                                       <!-- Configure the webapp -->
-                                       <contextPath>/cdmserver-cichorieae/
-                                       </contextPath>\r
-                                       <!--\r
-                                               <contextPath>/cdmserver-palmae/</contextPath>\r
-                                               <contextPath>/cdmserver-diptera/</contextPath>\r
-                                               <contextPath>/cdmserver/</contextPath>\r
-                                               <contextPath>/cdmserver-elsalvador/</contextPath>\r
-                                       <contextPath>/cdmserver-erms/</contextPath>\r
--->
-                                       <!-- configure the container -->
-                                       <scanIntervalSeconds>0</scanIntervalSeconds>
-                                       <connectors>
-                                               <connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-                                                       <port>8080</port>
-                                                       <maxIdleTime>60000</maxIdleTime>
-                                               </connector>
-                                       </connectors>
-                                       <requestLog implementation="org.mortbay.jetty.NCSARequestLog">
-                                               <filename>target/request.log</filename>
-                                               <retainDays>30</retainDays>
-                                               <append>true</append>
-                                               <extended>false</extended>
-                                               <logTimeZone>GMT</logTimeZone>
-                                       </requestLog>
-                               </configuration>
+                                -->
                        </plugin>
                </plugins>
        </build>
-       
 </project>