[maven-release-plugin] prepare for next development iteration
[cdmlib.git] / cdmlib-remote / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <!-- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" -->
4 <parent>
5 <groupId>eu.etaxonomy</groupId>
6 <artifactId>cdmlib-parent</artifactId>
7 <version>3.2.1-SNAPSHOT</version>
8 <relativePath>../pom.xml</relativePath>
9 </parent>
10
11 <modelVersion>4.0.0</modelVersion>
12 <artifactId>cdmlib-remote</artifactId>
13 <properties>
14 <!-- custom property to hold the patch version number shouldn't this be
15 set in the parent pom? -->
16 <project.patchversion>0</project.patchversion>
17 </properties>
18 <name>CDM Remote</name>
19 <description>The EDIT CDM Remote package allows remote access to
20 the common data model via webservices in the wider sense</description>
21 <!-- Revert this back to "war" before committing -->
22 <packaging>jar</packaging>
23 <scm>
24 <connection>
25 scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
26 </connection>
27 <developerConnection>
28 scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-remote/
29 </developerConnection>
30 <url>
31 http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-remote/
32 </url>
33 </scm>
34
35 <dependencies>
36 <dependency>
37 <groupId>eu.etaxonomy</groupId>
38 <artifactId>cdmlib-io</artifactId>
39 </dependency>
40 <dependency>
41 <groupId>javax.servlet</groupId>
42 <artifactId>servlet-api</artifactId>
43 <scope>provided</scope>
44 </dependency>
45 <dependency>
46 <groupId>org.springframework</groupId>
47 <artifactId>org.springframework.web</artifactId>
48 </dependency>
49 <dependency>
50 <groupId>org.springframework</groupId>
51 <artifactId>spring-context-support</artifactId>
52 </dependency>
53 <dependency>
54 <groupId>org.springframework</groupId>
55 <artifactId>org.springframework.web.servlet</artifactId>
56 </dependency>
57 <dependency>
58 <groupId>org.springmodules</groupId>
59 <artifactId>spring-modules-cache</artifactId>
60 <version>0.7</version>
61 <exclusions>
62 <exclusion>
63 <groupId>org.springframework</groupId>
64 <artifactId>spring</artifactId>
65 </exclusion>
66 <exclusion>
67 <groupId>org.springframework</groupId>
68 <artifactId>spring-mock</artifactId>
69 </exclusion>
70 </exclusions>
71 </dependency>
72 <dependency>
73 <groupId>org.unitils</groupId>
74 <artifactId>unitils-core</artifactId>
75 <scope>test</scope>
76 </dependency>
77 <dependency>
78 <groupId>org.unitils</groupId>
79 <artifactId>unitils-database</artifactId>
80 <scope>test</scope>
81 </dependency>
82 <dependency>
83 <groupId>org.unitils</groupId>
84 <artifactId>unitils-dbmaintainer</artifactId>
85 <scope>test</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.unitils</groupId>
89 <artifactId>unitils-dbunit</artifactId>
90 <scope>test</scope>
91 </dependency>
92 <dependency>
93 <groupId>org.unitils</groupId>
94 <artifactId>unitils-easymock</artifactId>
95 <scope>test</scope>
96 </dependency>
97 <dependency>
98 <groupId>org.unitils</groupId>
99 <artifactId>unitils-mock</artifactId>
100 <scope>test</scope>
101 </dependency>
102 <dependency>
103 <groupId>org.unitils</groupId>
104 <artifactId>unitils-inject</artifactId>
105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.unitils</groupId>
109 <artifactId>unitils-orm</artifactId>
110 <scope>test</scope>
111 </dependency>
112 <dependency>
113 <groupId>org.unitils</groupId>
114 <artifactId>unitils-spring</artifactId>
115 <scope>test</scope>
116 </dependency>
117 <dependency>
118 <groupId>xmlunit</groupId>
119 <artifactId>xmlunit</artifactId>
120 </dependency>
121 <dependency>
122 <groupId>org.easymock</groupId>
123 <artifactId>easymock</artifactId>
124 </dependency>
125
126 <dependency>
127 <groupId>com.ibm.lsid</groupId>
128 <artifactId>lsid-server</artifactId>
129 </dependency>
130 <dependency>
131 <groupId>com.ibm.lsid</groupId>
132 <artifactId>lsid-client</artifactId>
133 </dependency>
134
135
136 <dependency>
137 <groupId>org.springframework</groupId>
138 <artifactId>org.springframework.test</artifactId>
139 </dependency>
140 <dependency>
141 <groupId>net.sf.dozer</groupId>
142 <artifactId>dozer</artifactId>
143 </dependency>
144 <dependency>
145 <groupId>org.hibernate</groupId>
146 <artifactId>hibernate-cglib-repack</artifactId>
147 </dependency>
148 <dependency>
149 <groupId>org.hibernate</groupId>
150 <artifactId>hibernate-ehcache</artifactId>
151 </dependency>
152 <dependency>
153 <groupId>commons-io</groupId>
154 <artifactId>commons-io</artifactId>
155 </dependency>
156 <dependency>
157 <groupId>net.sf.json-lib</groupId>
158 <artifactId>json-lib</artifactId>
159 <classifier>jdk15</classifier>
160 </dependency>
161 <dependency>
162 <groupId>org.springframework</groupId>
163 <artifactId>org.springframework.oxm</artifactId>
164 </dependency>
165
166 <!-- XmlView -->
167 <dependency>
168 <groupId>com.thoughtworks.xstream</groupId>
169 <artifactId>xstream</artifactId>
170 </dependency>
171 <dependency>
172 <groupId>xpp3</groupId>
173 <artifactId>xpp3</artifactId>
174 </dependency>
175 <dependency>
176 <groupId>stax</groupId>
177 <artifactId>stax</artifactId>
178 </dependency>
179
180 <!-- JsonView -->
181 <dependency>
182 <!-- for xml serialization (net.sf.json.xml.XMLSerializer) -->
183 <groupId>xom</groupId>
184 <artifactId>xom</artifactId>
185 </dependency>
186
187
188
189 <!-- Connection Pooling -->
190 <dependency>
191 <groupId>org.hibernate</groupId>
192 <artifactId>hibernate-c3p0</artifactId>
193 </dependency>
194
195 <!-- SQL Debugging -->
196 <dependency>
197 <groupId>p6spy</groupId>
198 <artifactId>p6spy</artifactId>
199 </dependency>
200 </dependencies>
201
202 <build>
203 <plugins>
204 <plugin>
205 <artifactId>maven-resources-plugin</artifactId>
206 <version>2.5</version>
207 <executions>
208 <execution>
209 <id>copy-resources</id>
210 <phase>validate</phase>
211 <goals>
212 <goal>copy-resources</goal>
213 </goals>
214 <configuration>
215 <outputDirectory>${project.build.outputDirectory}/eu/etaxonomy/cdm/doc/remote/apt</outputDirectory>
216 <resources>
217 <resource>
218 <directory>../src/site/apt/remote</directory>
219 <filtering>true</filtering>
220 </resource>
221 </resources>
222 </configuration>
223 </execution>
224 </executions>
225 </plugin>
226 </plugins>
227 </build>
228 </project>
229