1 <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">
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.wamblee</groupId>
4 <artifactId>wamblee-utils</artifactId>
5 <packaging>pom</packaging>
6 <version>0.2.2-SNAPSHOT</version>
8 <description>wamblee.org utilities library</description>
9 <url>http://wamblee.org</url>
12 <name>The Apache Software License, Version 2.0</name>
13 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
14 <distribution>repo</distribution>
18 <url>https://wamblee.org/viewvc/utils/</url>
19 <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk</connection>
23 <email>erik@wamblee.org</email>
24 <name>Erik Brakkee</name>
25 <url>http://brakkee.org</url>
30 <module>support</module>
31 <module>system</module>
32 <module>hibernate-jpa</module>
33 <module>security</module>
38 <groupId>junit</groupId>
39 <artifactId>junit</artifactId>
43 <groupId>org.dbunit</groupId>
44 <artifactId>dbunit</artifactId>
48 <groupId>org.apache.derby</groupId>
49 <artifactId>derby</artifactId>
53 <groupId>org.apache.derby</groupId>
54 <artifactId>derbyclient</artifactId>
58 <groupId>org.apache.derby</groupId>
59 <artifactId>derbynet</artifactId>
63 <groupId>org.slf4j</groupId>
64 <artifactId>slf4j-api</artifactId>
68 <groupId>org.slf4j</groupId>
69 <artifactId>slf4j-jdk14</artifactId>
74 <groupId>mysql</groupId>
75 <artifactId>mysql-connector-java</artifactId>
79 <groupId>org.mockito</groupId>
80 <artifactId>mockito-all</artifactId>
81 <version>1.8.0</version>
86 <groupId>org.testng</groupId>
87 <artifactId>testng</artifactId>
88 <version>5.7</version>
90 <classifier>jdk15</classifier>
94 <dependencyManagement>
98 <groupId>oro</groupId>
99 <artifactId>oro</artifactId>
100 <version>2.0.6</version>
105 <groupId>javax.transaction</groupId>
106 <artifactId>transaction-api</artifactId>
107 <version>1.1</version>
111 <groupId>junit</groupId>
112 <artifactId>junit</artifactId>
113 <version>4.4</version>
116 <groupId>org.dbunit</groupId>
117 <artifactId>dbunit</artifactId>
118 <version>2.4.7</version>
121 <groupId>org.slf4j</groupId>
122 <artifactId>slf4j-api</artifactId>
123 <version>1.5.11</version>
126 <groupId>org.slf4j</groupId>
127 <artifactId>slf4j-jdk14</artifactId>
128 <version>1.5.11</version>
132 <groupId>javax.persistence</groupId>
133 <artifactId>persistence-api</artifactId>
134 <version>1.0</version>
135 <scope>provided</scope>
138 <groupId>javax.activation</groupId>
139 <artifactId>activation</artifactId>
140 <version>1.1</version>
143 <groupId>javax.mail</groupId>
144 <artifactId>mail</artifactId>
145 <version>1.4.1</version>
148 <groupId>javax.servlet</groupId>
149 <artifactId>servlet-api</artifactId>
150 <version>2.3</version>
152 <scope>provided</scope>
155 <groupId>mysql</groupId>
156 <artifactId>mysql-connector-java</artifactId>
157 <version>5.1.12</version>
160 <groupId>org.apache.derby</groupId>
161 <artifactId>derby</artifactId>
162 <version>10.5.3.0_1</version>
165 <groupId>org.apache.derby</groupId>
166 <artifactId>derbyclient</artifactId>
167 <version>10.5.3.0_1</version>
170 <groupId>org.apache.derby</groupId>
171 <artifactId>derbynet</artifactId>
172 <version>10.5.3.0_1</version>
175 <groupId>quartz</groupId>
176 <artifactId>quartz</artifactId>
177 <version>1.5.1</version>
180 <groupId>jtidy</groupId>
181 <artifactId>jtidy</artifactId>
182 <version>4aug2000r7-dev</version>
187 <groupId>commons-logging</groupId>
188 <artifactId>commons-logging</artifactId>
189 <version>1.0.2</version>
192 <groupId>commons-httpclient</groupId>
193 <artifactId>commons-httpclient</artifactId>
194 <version>3.0</version>
197 <groupId>commons-beanutils</groupId>
198 <artifactId>commons-beanutils</artifactId>
199 <version>1.7.0</version>
202 <groupId>org.springframework</groupId>
203 <artifactId>spring-beans</artifactId>
204 <version>${spring.version}</version>
207 <groupId>org.springframework</groupId>
208 <artifactId>spring-web</artifactId>
209 <version>${spring.version}</version>
212 <groupId>org.springframework</groupId>
213 <artifactId>spring-jms</artifactId>
214 <version>${spring.version}</version>
217 <groupId>org.springframework</groupId>
218 <artifactId>spring-context</artifactId>
219 <version>${spring.version}</version>
222 <groupId>org.springframework</groupId>
223 <artifactId>spring-hibernate3</artifactId>
224 <version>${spring.version}</version>
227 <groupId>org.springframework</groupId>
228 <artifactId>spring-jpa</artifactId>
229 <version>${spring.version}</version>
232 <groupId>org.springframework</groupId>
233 <artifactId>spring-aop</artifactId>
234 <version>${spring.version}</version>
237 <!-- should be possible to remove the dependence on log4j -->
239 <groupId>log4j</groupId>
240 <artifactId>log4j</artifactId>
241 <version>1.2.8</version>
244 <groupId>dom4j</groupId>
245 <artifactId>dom4j</artifactId>
246 <version>1.6</version>
249 <groupId>xml-apis</groupId>
250 <artifactId>xml-apis</artifactId>
255 <groupId>net.sf.ehcache</groupId>
256 <artifactId>ehcache</artifactId>
257 <version>1.2.3</version>
261 <groupId>commons-email</groupId>
262 <artifactId>commons-email</artifactId>
263 <version>1.0</version>
266 <groupId>jaxen</groupId>
267 <artifactId>jaxen</artifactId>
268 <version>1.1-beta-9</version>
271 <groupId>xom</groupId>
272 <artifactId>xom</artifactId>
275 <groupId>xerces</groupId>
276 <artifactId>xmlParserAPIs</artifactId>
281 <groupId>jstl</groupId>
282 <artifactId>jstl</artifactId>
283 <version>1.1.2</version>
286 <groupId>taglibs</groupId>
287 <artifactId>standard</artifactId>
288 <version>1.1.2</version>
291 <groupId>jfree</groupId>
292 <artifactId>jfreechart</artifactId>
293 <version>1.0.1</version>
296 <groupId>jfree</groupId>
297 <artifactId>jcommon</artifactId>
298 <version>1.0.2</version>
302 <groupId>javax</groupId>
303 <artifactId>javaee-api</artifactId>
304 <version>6.0</version>
305 <scope>provided</scope>
309 <groupId>commons-codec</groupId>
310 <artifactId>commons-codec</artifactId>
311 <version>1.3</version>
315 <groupId>commons-dbcp</groupId>
316 <artifactId>commons-dbcp</artifactId>
317 <version>1.4</version>
320 <groupId>toplink.essentials</groupId>
321 <artifactId>toplink-essentials</artifactId>
322 <version>2.0-36</version>
325 <groupId>org.eclipse.persistence</groupId>
326 <artifactId>eclipselink</artifactId>
327 <version>2.0.0</version>
328 <scope>compile</scope>
334 </dependencyManagement>
339 <groupId>org.apache.maven.plugins</groupId>
340 <artifactId>maven-release-plugin</artifactId>
341 <version>2.0</version>
343 <autoVersionSubmodules>true</autoVersionSubmodules>
344 <goals>javadoc:jar deploy</goals>
348 <artifactId>maven-clean-plugin</artifactId>
349 <version>2.4</version>
353 <directory>.</directory>
355 <include>derby.log</include>
356 <include>createDDL.jdbc</include>
357 <include>dropDDL.jdbc</include>
360 <exclude>**/important.log</exclude>
361 <exclude>**/another-important.log</exclude>
363 <followSymlinks>false</followSymlinks>
370 <groupId>org.codehaus.mojo</groupId>
371 <artifactId>jalopy-maven-plugin</artifactId>
373 <fileFormat>UNIX</fileFormat>
374 <convention>org.wamblee.jalopy.xml</convention>
378 <groupId>org.apache.maven.plugins</groupId>
379 <artifactId>maven-compiler-plugin</artifactId>
387 <groupId>org.apache.maven.plugins</groupId>
388 <artifactId>maven-surefire-plugin</artifactId>
391 <include>**/*Test.java</include>
393 <redirectTestOutputToFile>true</redirectTestOutputToFile>
397 <!-- Make sure other projects can use (or the test support
398 and test classes from the projects it uses. To use
399 a dependence on a test library of a project, an additinoal
400 dependence must be added with <type>test-jar</type>
404 <groupId>org.apache.maven.plugins</groupId>
405 <artifactId>maven-jar-plugin</artifactId>
409 <goal>test-jar</goal>
416 <groupId>org.codehaus.mojo</groupId>
417 <artifactId>cobertura-maven-plugin</artifactId>
427 <excludes> </excludes>
440 <groupId>org.apache.maven.plugins</groupId>
441 <artifactId>maven-project-info-reports-plugin</artifactId>
445 <report>checkstyle</report>
446 <report>javadoc</report>
447 <report>dependencies</report>
448 <report>project-team</report>
449 <report>mailing-list</report>
450 <report>issue-tracking</report>
451 <report>license</report>
458 <groupId>org.codehaus.mojo</groupId>
459 <artifactId>changes-maven-plugin</artifactId>
460 <version>2.0-beta-1</version>
464 <report>changes-report</report>
470 <groupId>org.apache.maven.plugins</groupId>
471 <artifactId>maven-javadoc-plugin</artifactId>
474 <groupId>org.codehaus.mojo</groupId>
475 <artifactId>surefire-report-maven-plugin</artifactId>
477 <!-- Test coverage reporting -->
479 <groupId>org.codehaus.mojo</groupId>
480 <artifactId>cobertura-maven-plugin</artifactId>
484 <format>html</format>
491 <groupId>org.apache.maven.plugins</groupId>
492 <artifactId>maven-checkstyle-plugin</artifactId>
494 <configLocation>config/sun_checks.xml</configLocation>
500 <groupId>org.codehaus.mojo</groupId>
501 <artifactId>taglist-maven-plugin</artifactId>
519 <name>performRelease</name>
526 <groupId>org.apache.maven.plugins</groupId>
527 <artifactId>maven-gpg-plugin</artifactId>
530 <id>sign-artifacts</id>
531 <phase>verify</phase>
540 <distributionManagement>
542 <id>sonatype-nexus-staging</id>
543 <name>Nexus Release Repository</name>
544 <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
546 </distributionManagement>
553 <name>!performRelease</name>
556 <distributionManagement>
559 <name>Local directory</name>
560 <url>file:${user.home}/java/workspace/deploy</url>
562 </distributionManagement>
568 <spring.version>2.0.8</spring.version>
569 <jmock.version>2.4.0</jmock.version>