1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.wamblee</groupId>
6 <artifactId>wamblee-utils</artifactId>
7 <packaging>pom</packaging>
8 <version>0.2-SNAPSHOT</version>
10 <description>wamblee.org utilities library</description>
11 <url>http://wamblee.org</url>
14 <name>The Apache Software License, Version 2.0</name>
15 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
16 <distribution>repo</distribution>
20 <url>https://wamblee.org/viewvc/utils/</url>
21 <connection>scm:svn:https://wamblee.org/svn/public/utils</connection>
25 <module>support</module>
26 <module>system</module>
27 <module>hibernate-jpa</module>
28 <module>security</module>
33 <groupId>junit</groupId>
34 <artifactId>junit</artifactId>
38 <groupId>org.dbunit</groupId>
39 <artifactId>dbunit</artifactId>
43 <groupId>org.apache.derby</groupId>
44 <artifactId>derby</artifactId>
48 <groupId>org.apache.derby</groupId>
49 <artifactId>derbyclient</artifactId>
53 <groupId>org.apache.derby</groupId>
54 <artifactId>derbynet</artifactId>
58 <groupId>org.slf4j</groupId>
59 <artifactId>slf4j-api</artifactId>
63 <groupId>org.slf4j</groupId>
64 <artifactId>slf4j-jdk14</artifactId>
69 <groupId>mysql</groupId>
70 <artifactId>mysql-connector-java</artifactId>
74 <groupId>org.mockito</groupId>
75 <artifactId>mockito-all</artifactId>
76 <version>1.8.0</version>
81 <groupId>org.testng</groupId>
82 <artifactId>testng</artifactId>
83 <version>5.7</version>
85 <classifier>jdk15</classifier>
89 <dependencyManagement>
93 <groupId>oro</groupId>
94 <artifactId>oro</artifactId>
95 <version>2.0.6</version>
100 <groupId>javax.transaction</groupId>
101 <artifactId>transaction-api</artifactId>
102 <version>1.1</version>
106 <groupId>junit</groupId>
107 <artifactId>junit</artifactId>
108 <version>4.4</version>
111 <groupId>org.dbunit</groupId>
112 <artifactId>dbunit</artifactId>
113 <version>2.4.7</version>
116 <groupId>org.slf4j</groupId>
117 <artifactId>slf4j-api</artifactId>
118 <version>1.5.11</version>
121 <groupId>org.slf4j</groupId>
122 <artifactId>slf4j-jdk14</artifactId>
123 <version>1.5.11</version>
127 <groupId>javax.persistence</groupId>
128 <artifactId>persistence-api</artifactId>
129 <version>1.0</version>
130 <scope>provided</scope>
133 <groupId>javax.activation</groupId>
134 <artifactId>activation</artifactId>
135 <version>1.1</version>
138 <groupId>javax.mail</groupId>
139 <artifactId>mail</artifactId>
140 <version>1.4.1</version>
143 <groupId>javax.servlet</groupId>
144 <artifactId>servlet-api</artifactId>
145 <version>2.3</version>
147 <scope>provided</scope>
150 <groupId>mysql</groupId>
151 <artifactId>mysql-connector-java</artifactId>
152 <version>5.1.12</version>
155 <groupId>org.apache.derby</groupId>
156 <artifactId>derby</artifactId>
157 <version>10.5.3.0_1</version>
160 <groupId>org.apache.derby</groupId>
161 <artifactId>derbyclient</artifactId>
162 <version>10.5.3.0_1</version>
165 <groupId>org.apache.derby</groupId>
166 <artifactId>derbynet</artifactId>
167 <version>10.5.3.0_1</version>
170 <groupId>quartz</groupId>
171 <artifactId>quartz</artifactId>
172 <version>1.5.1</version>
175 <groupId>jtidy</groupId>
176 <artifactId>jtidy</artifactId>
177 <version>4aug2000r7-dev</version>
182 <groupId>commons-logging</groupId>
183 <artifactId>commons-logging</artifactId>
184 <version>1.0.2</version>
187 <groupId>commons-httpclient</groupId>
188 <artifactId>commons-httpclient</artifactId>
189 <version>3.0</version>
192 <groupId>commons-beanutils</groupId>
193 <artifactId>commons-beanutils</artifactId>
194 <version>1.7.0</version>
197 <groupId>org.springframework</groupId>
198 <artifactId>spring-beans</artifactId>
199 <version>${spring.version}</version>
202 <groupId>org.springframework</groupId>
203 <artifactId>spring-web</artifactId>
204 <version>${spring.version}</version>
207 <groupId>org.springframework</groupId>
208 <artifactId>spring-jms</artifactId>
209 <version>${spring.version}</version>
212 <groupId>org.springframework</groupId>
213 <artifactId>spring-context</artifactId>
214 <version>${spring.version}</version>
217 <groupId>org.springframework</groupId>
218 <artifactId>spring-hibernate3</artifactId>
219 <version>${spring.version}</version>
222 <groupId>org.springframework</groupId>
223 <artifactId>spring-jpa</artifactId>
224 <version>${spring.version}</version>
227 <groupId>org.springframework</groupId>
228 <artifactId>spring-aop</artifactId>
229 <version>${spring.version}</version>
232 <!-- should be possible to remove the dependence on log4j -->
234 <groupId>log4j</groupId>
235 <artifactId>log4j</artifactId>
236 <version>1.2.8</version>
239 <groupId>dom4j</groupId>
240 <artifactId>dom4j</artifactId>
241 <version>1.6</version>
244 <groupId>xml-apis</groupId>
245 <artifactId>xml-apis</artifactId>
250 <groupId>net.sf.ehcache</groupId>
251 <artifactId>ehcache</artifactId>
252 <version>1.2.3</version>
256 <groupId>commons-email</groupId>
257 <artifactId>commons-email</artifactId>
258 <version>1.0</version>
261 <groupId>jaxen</groupId>
262 <artifactId>jaxen</artifactId>
263 <version>1.1-beta-9</version>
266 <groupId>xom</groupId>
267 <artifactId>xom</artifactId>
270 <groupId>xerces</groupId>
271 <artifactId>xmlParserAPIs</artifactId>
276 <groupId>jstl</groupId>
277 <artifactId>jstl</artifactId>
278 <version>1.1.2</version>
281 <groupId>taglibs</groupId>
282 <artifactId>standard</artifactId>
283 <version>1.1.2</version>
286 <groupId>jfree</groupId>
287 <artifactId>jfreechart</artifactId>
288 <version>1.0.1</version>
291 <groupId>jfree</groupId>
292 <artifactId>jcommon</artifactId>
293 <version>1.0.2</version>
297 <groupId>javax</groupId>
298 <artifactId>javaee-api</artifactId>
299 <version>6.0</version>
300 <scope>provided</scope>
304 <groupId>commons-codec</groupId>
305 <artifactId>commons-codec</artifactId>
306 <version>1.3</version>
310 <groupId>commons-dbcp</groupId>
311 <artifactId>commons-dbcp</artifactId>
312 <version>1.4</version>
315 <groupId>toplink.essentials</groupId>
316 <artifactId>toplink-essentials</artifactId>
317 <version>2.0-36</version>
320 <groupId>org.eclipse.persistence</groupId>
321 <artifactId>eclipselink</artifactId>
322 <version>2.0.0</version>
323 <scope>compile</scope>
329 </dependencyManagement>
334 <artifactId>maven-clean-plugin</artifactId>
335 <version>2.4</version>
339 <directory>.</directory>
341 <include>derby.log</include>
342 <include>createDDL.jdbc</include>
343 <include>dropDDL.jdbc</include>
346 <exclude>**/important.log</exclude>
347 <exclude>**/another-important.log</exclude>
349 <followSymlinks>false</followSymlinks>
356 <groupId>org.codehaus.mojo</groupId>
357 <artifactId>jalopy-maven-plugin</artifactId>
359 <fileFormat>UNIX</fileFormat>
360 <convention>org.wamblee.jalopy.xml</convention>
364 <groupId>org.apache.maven.plugins</groupId>
365 <artifactId>maven-compiler-plugin</artifactId>
373 <groupId>org.apache.maven.plugins</groupId>
374 <artifactId>maven-surefire-plugin</artifactId>
377 <include>**/*Test.java</include>
379 <redirectTestOutputToFile>true</redirectTestOutputToFile>
383 <!-- Make sure other projects can use (or the test support
384 and test classes from the projects it uses. To use
385 a dependence on a test library of a project, an additinoal
386 dependence must be added with <type>test-jar</type>
390 <groupId>org.apache.maven.plugins</groupId>
391 <artifactId>maven-jar-plugin</artifactId>
395 <goal>test-jar</goal>
402 <groupId>org.codehaus.mojo</groupId>
403 <artifactId>cobertura-maven-plugin</artifactId>
413 <excludes> </excludes>
426 <groupId>org.apache.maven.plugins</groupId>
427 <artifactId>maven-project-info-reports-plugin</artifactId>
431 <report>checkstyle</report>
432 <report>javadoc</report>
433 <report>dependencies</report>
434 <report>project-team</report>
435 <report>mailing-list</report>
436 <report>issue-tracking</report>
437 <report>license</report>
444 <groupId>org.codehaus.mojo</groupId>
445 <artifactId>changes-maven-plugin</artifactId>
446 <version>2.0-beta-1</version>
450 <report>changes-report</report>
456 <groupId>org.apache.maven.plugins</groupId>
457 <artifactId>maven-javadoc-plugin</artifactId>
460 <groupId>org.codehaus.mojo</groupId>
461 <artifactId>surefire-report-maven-plugin</artifactId>
463 <!-- Test coverage reporting -->
465 <groupId>org.codehaus.mojo</groupId>
466 <artifactId>cobertura-maven-plugin</artifactId>
470 <format>html</format>
477 <groupId>org.apache.maven.plugins</groupId>
478 <artifactId>maven-checkstyle-plugin</artifactId>
480 <configLocation>config/sun_checks.xml</configLocation>
486 <groupId>org.codehaus.mojo</groupId>
487 <artifactId>taglist-maven-plugin</artifactId>
505 <name>wamblee.release</name>
511 <groupId>org.apache.maven.plugins</groupId>
512 <artifactId>maven-gpg-plugin</artifactId>
515 <id>sign-artifacts</id>
516 <phase>verify</phase>
530 <name>!wamblee.release</name>
536 <distributionManagement>
539 <name>Local directory</name>
540 <url>file:${user.home}/java/workspace/deploy</url>
542 </distributionManagement>
546 <spring.version>2.0.8</spring.version>
547 <jmock.version>2.4.0</jmock.version>