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-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</connection>
23 <module>support</module>
24 <module>system</module>
25 <module>hibernate-jpa</module>
26 <module>security</module>
31 <groupId>junit</groupId>
32 <artifactId>junit</artifactId>
36 <groupId>org.dbunit</groupId>
37 <artifactId>dbunit</artifactId>
41 <groupId>org.apache.derby</groupId>
42 <artifactId>derby</artifactId>
46 <groupId>org.apache.derby</groupId>
47 <artifactId>derbyclient</artifactId>
51 <groupId>org.apache.derby</groupId>
52 <artifactId>derbynet</artifactId>
56 <groupId>org.slf4j</groupId>
57 <artifactId>slf4j-api</artifactId>
61 <groupId>org.slf4j</groupId>
62 <artifactId>slf4j-jdk14</artifactId>
67 <groupId>mysql</groupId>
68 <artifactId>mysql-connector-java</artifactId>
72 <groupId>org.mockito</groupId>
73 <artifactId>mockito-all</artifactId>
74 <version>1.8.0</version>
79 <groupId>org.testng</groupId>
80 <artifactId>testng</artifactId>
81 <version>5.7</version>
83 <classifier>jdk15</classifier>
87 <dependencyManagement>
91 <groupId>oro</groupId>
92 <artifactId>oro</artifactId>
93 <version>2.0.6</version>
98 <groupId>javax.transaction</groupId>
99 <artifactId>transaction-api</artifactId>
100 <version>1.1</version>
104 <groupId>junit</groupId>
105 <artifactId>junit</artifactId>
106 <version>4.4</version>
109 <groupId>org.dbunit</groupId>
110 <artifactId>dbunit</artifactId>
111 <version>2.4.7</version>
114 <groupId>org.slf4j</groupId>
115 <artifactId>slf4j-api</artifactId>
116 <version>1.5.11</version>
119 <groupId>org.slf4j</groupId>
120 <artifactId>slf4j-jdk14</artifactId>
121 <version>1.5.11</version>
125 <groupId>javax.persistence</groupId>
126 <artifactId>persistence-api</artifactId>
127 <version>1.0</version>
128 <scope>provided</scope>
131 <groupId>javax.activation</groupId>
132 <artifactId>activation</artifactId>
133 <version>1.1</version>
136 <groupId>javax.mail</groupId>
137 <artifactId>mail</artifactId>
138 <version>1.4.1</version>
141 <groupId>javax.servlet</groupId>
142 <artifactId>servlet-api</artifactId>
143 <version>2.3</version>
145 <scope>provided</scope>
148 <groupId>mysql</groupId>
149 <artifactId>mysql-connector-java</artifactId>
150 <version>5.1.12</version>
153 <groupId>org.apache.derby</groupId>
154 <artifactId>derby</artifactId>
155 <version>10.5.3.0_1</version>
158 <groupId>org.apache.derby</groupId>
159 <artifactId>derbyclient</artifactId>
160 <version>10.5.3.0_1</version>
163 <groupId>org.apache.derby</groupId>
164 <artifactId>derbynet</artifactId>
165 <version>10.5.3.0_1</version>
168 <groupId>quartz</groupId>
169 <artifactId>quartz</artifactId>
170 <version>1.5.1</version>
173 <groupId>jtidy</groupId>
174 <artifactId>jtidy</artifactId>
175 <version>4aug2000r7-dev</version>
180 <groupId>commons-logging</groupId>
181 <artifactId>commons-logging</artifactId>
182 <version>1.0.2</version>
185 <groupId>commons-httpclient</groupId>
186 <artifactId>commons-httpclient</artifactId>
187 <version>3.0</version>
190 <groupId>commons-beanutils</groupId>
191 <artifactId>commons-beanutils</artifactId>
192 <version>1.7.0</version>
195 <groupId>org.springframework</groupId>
196 <artifactId>spring-beans</artifactId>
197 <version>${spring.version}</version>
200 <groupId>org.springframework</groupId>
201 <artifactId>spring-web</artifactId>
202 <version>${spring.version}</version>
205 <groupId>org.springframework</groupId>
206 <artifactId>spring-jms</artifactId>
207 <version>${spring.version}</version>
210 <groupId>org.springframework</groupId>
211 <artifactId>spring-context</artifactId>
212 <version>${spring.version}</version>
215 <groupId>org.springframework</groupId>
216 <artifactId>spring-hibernate3</artifactId>
217 <version>${spring.version}</version>
220 <groupId>org.springframework</groupId>
221 <artifactId>spring-jpa</artifactId>
222 <version>${spring.version}</version>
225 <groupId>org.springframework</groupId>
226 <artifactId>spring-aop</artifactId>
227 <version>${spring.version}</version>
230 <!-- should be possible to remove the dependence on log4j -->
232 <groupId>log4j</groupId>
233 <artifactId>log4j</artifactId>
234 <version>1.2.8</version>
237 <groupId>dom4j</groupId>
238 <artifactId>dom4j</artifactId>
239 <version>1.6</version>
242 <groupId>xml-apis</groupId>
243 <artifactId>xml-apis</artifactId>
248 <groupId>net.sf.ehcache</groupId>
249 <artifactId>ehcache</artifactId>
250 <version>1.2.3</version>
254 <groupId>commons-email</groupId>
255 <artifactId>commons-email</artifactId>
256 <version>1.0</version>
259 <groupId>jaxen</groupId>
260 <artifactId>jaxen</artifactId>
261 <version>1.1-beta-9</version>
264 <groupId>xom</groupId>
265 <artifactId>xom</artifactId>
268 <groupId>xerces</groupId>
269 <artifactId>xmlParserAPIs</artifactId>
274 <groupId>jstl</groupId>
275 <artifactId>jstl</artifactId>
276 <version>1.1.2</version>
279 <groupId>taglibs</groupId>
280 <artifactId>standard</artifactId>
281 <version>1.1.2</version>
284 <groupId>jfree</groupId>
285 <artifactId>jfreechart</artifactId>
286 <version>1.0.1</version>
289 <groupId>jfree</groupId>
290 <artifactId>jcommon</artifactId>
291 <version>1.0.2</version>
295 <groupId>javax</groupId>
296 <artifactId>javaee-api</artifactId>
297 <version>6.0</version>
298 <scope>provided</scope>
302 <groupId>commons-codec</groupId>
303 <artifactId>commons-codec</artifactId>
304 <version>1.3</version>
308 <groupId>commons-dbcp</groupId>
309 <artifactId>commons-dbcp</artifactId>
310 <version>1.4</version>
313 <groupId>toplink.essentials</groupId>
314 <artifactId>toplink-essentials</artifactId>
315 <version>2.0-36</version>
318 <groupId>org.eclipse.persistence</groupId>
319 <artifactId>eclipselink</artifactId>
320 <version>2.0.0</version>
321 <scope>compile</scope>
327 </dependencyManagement>
332 <groupId>org.apache.maven.plugins</groupId>
333 <artifactId>maven-release-plugin</artifactId>
334 <version>2.0</version>
336 <autoVersionSubmodules>true</autoVersionSubmodules>
337 <goals>javadoc:jar deploy</goals>
341 <artifactId>maven-clean-plugin</artifactId>
342 <version>2.4</version>
346 <directory>.</directory>
348 <include>derby.log</include>
349 <include>createDDL.jdbc</include>
350 <include>dropDDL.jdbc</include>
353 <exclude>**/important.log</exclude>
354 <exclude>**/another-important.log</exclude>
356 <followSymlinks>false</followSymlinks>
363 <groupId>org.codehaus.mojo</groupId>
364 <artifactId>jalopy-maven-plugin</artifactId>
366 <fileFormat>UNIX</fileFormat>
367 <convention>org.wamblee.jalopy.xml</convention>
371 <groupId>org.apache.maven.plugins</groupId>
372 <artifactId>maven-compiler-plugin</artifactId>
380 <groupId>org.apache.maven.plugins</groupId>
381 <artifactId>maven-surefire-plugin</artifactId>
384 <include>**/*Test.java</include>
386 <redirectTestOutputToFile>true</redirectTestOutputToFile>
390 <!-- Make sure other projects can use (or the test support
391 and test classes from the projects it uses. To use
392 a dependence on a test library of a project, an additinoal
393 dependence must be added with <type>test-jar</type>
397 <groupId>org.apache.maven.plugins</groupId>
398 <artifactId>maven-jar-plugin</artifactId>
402 <goal>test-jar</goal>
409 <groupId>org.codehaus.mojo</groupId>
410 <artifactId>cobertura-maven-plugin</artifactId>
420 <excludes> </excludes>
433 <groupId>org.apache.maven.plugins</groupId>
434 <artifactId>maven-project-info-reports-plugin</artifactId>
438 <report>checkstyle</report>
439 <report>javadoc</report>
440 <report>dependencies</report>
441 <report>project-team</report>
442 <report>mailing-list</report>
443 <report>issue-tracking</report>
444 <report>license</report>
451 <groupId>org.codehaus.mojo</groupId>
452 <artifactId>changes-maven-plugin</artifactId>
453 <version>2.0-beta-1</version>
457 <report>changes-report</report>
463 <groupId>org.apache.maven.plugins</groupId>
464 <artifactId>maven-javadoc-plugin</artifactId>
467 <groupId>org.codehaus.mojo</groupId>
468 <artifactId>surefire-report-maven-plugin</artifactId>
470 <!-- Test coverage reporting -->
472 <groupId>org.codehaus.mojo</groupId>
473 <artifactId>cobertura-maven-plugin</artifactId>
477 <format>html</format>
484 <groupId>org.apache.maven.plugins</groupId>
485 <artifactId>maven-checkstyle-plugin</artifactId>
487 <configLocation>config/sun_checks.xml</configLocation>
493 <groupId>org.codehaus.mojo</groupId>
494 <artifactId>taglist-maven-plugin</artifactId>
512 <name>performRelease</name>
519 <groupId>org.apache.maven.plugins</groupId>
520 <artifactId>maven-gpg-plugin</artifactId>
523 <id>sign-artifacts</id>
524 <phase>verify</phase>
538 <name>!performRelease</name>
541 <distributionManagement>
544 <name>Local directory</name>
545 <url>file:${user.home}/java/workspace/deploy</url>
547 </distributionManagement>
553 <spring.version>2.0.8</spring.version>
554 <jmock.version>2.4.0</jmock.version>