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>http://wamblee.org/svn/public</url>
24 <module>support</module>
25 <module>system</module>
26 <module>hibernate-jpa</module>
27 <module>security</module>
32 <groupId>junit</groupId>
33 <artifactId>junit</artifactId>
37 <groupId>org.dbunit</groupId>
38 <artifactId>dbunit</artifactId>
42 <groupId>org.apache.derby</groupId>
43 <artifactId>derby</artifactId>
47 <groupId>org.apache.derby</groupId>
48 <artifactId>derbyclient</artifactId>
52 <groupId>org.apache.derby</groupId>
53 <artifactId>derbynet</artifactId>
57 <groupId>org.slf4j</groupId>
58 <artifactId>slf4j-api</artifactId>
62 <groupId>org.slf4j</groupId>
63 <artifactId>slf4j-jdk14</artifactId>
68 <groupId>mysql</groupId>
69 <artifactId>mysql-connector-java</artifactId>
73 <groupId>org.mockito</groupId>
74 <artifactId>mockito-all</artifactId>
75 <version>1.8.0</version>
80 <groupId>org.testng</groupId>
81 <artifactId>testng</artifactId>
82 <version>5.7</version>
84 <classifier>jdk15</classifier>
88 <dependencyManagement>
92 <groupId>oro</groupId>
93 <artifactId>oro</artifactId>
94 <version>2.0.6</version>
99 <groupId>javax.transaction</groupId>
100 <artifactId>transaction-api</artifactId>
101 <version>1.1</version>
105 <groupId>junit</groupId>
106 <artifactId>junit</artifactId>
107 <version>4.4</version>
110 <groupId>org.dbunit</groupId>
111 <artifactId>dbunit</artifactId>
112 <version>2.4.7</version>
115 <groupId>org.slf4j</groupId>
116 <artifactId>slf4j-api</artifactId>
117 <version>1.5.11</version>
120 <groupId>org.slf4j</groupId>
121 <artifactId>slf4j-jdk14</artifactId>
122 <version>1.5.11</version>
126 <groupId>javax.persistence</groupId>
127 <artifactId>persistence-api</artifactId>
128 <version>1.0</version>
129 <scope>provided</scope>
132 <groupId>javax.activation</groupId>
133 <artifactId>activation</artifactId>
134 <version>1.1</version>
137 <groupId>javax.mail</groupId>
138 <artifactId>mail</artifactId>
139 <version>1.4.1</version>
142 <groupId>javax.servlet</groupId>
143 <artifactId>servlet-api</artifactId>
144 <version>2.3</version>
146 <scope>provided</scope>
149 <groupId>mysql</groupId>
150 <artifactId>mysql-connector-java</artifactId>
151 <version>5.1.12</version>
154 <groupId>org.apache.derby</groupId>
155 <artifactId>derby</artifactId>
156 <version>10.5.3.0_1</version>
159 <groupId>org.apache.derby</groupId>
160 <artifactId>derbyclient</artifactId>
161 <version>10.5.3.0_1</version>
164 <groupId>org.apache.derby</groupId>
165 <artifactId>derbynet</artifactId>
166 <version>10.5.3.0_1</version>
169 <groupId>quartz</groupId>
170 <artifactId>quartz</artifactId>
171 <version>1.5.1</version>
174 <groupId>jtidy</groupId>
175 <artifactId>jtidy</artifactId>
176 <version>4aug2000r7-dev</version>
181 <groupId>commons-logging</groupId>
182 <artifactId>commons-logging</artifactId>
183 <version>1.0.2</version>
186 <groupId>commons-httpclient</groupId>
187 <artifactId>commons-httpclient</artifactId>
188 <version>3.0</version>
191 <groupId>commons-beanutils</groupId>
192 <artifactId>commons-beanutils</artifactId>
193 <version>1.7.0</version>
196 <groupId>org.springframework</groupId>
197 <artifactId>spring-beans</artifactId>
198 <version>${spring.version}</version>
201 <groupId>org.springframework</groupId>
202 <artifactId>spring-web</artifactId>
203 <version>${spring.version}</version>
206 <groupId>org.springframework</groupId>
207 <artifactId>spring-jms</artifactId>
208 <version>${spring.version}</version>
211 <groupId>org.springframework</groupId>
212 <artifactId>spring-context</artifactId>
213 <version>${spring.version}</version>
216 <groupId>org.springframework</groupId>
217 <artifactId>spring-hibernate3</artifactId>
218 <version>${spring.version}</version>
221 <groupId>org.springframework</groupId>
222 <artifactId>spring-jpa</artifactId>
223 <version>${spring.version}</version>
226 <groupId>org.springframework</groupId>
227 <artifactId>spring-aop</artifactId>
228 <version>${spring.version}</version>
231 <!-- should be possible to remove the dependence on log4j -->
233 <groupId>log4j</groupId>
234 <artifactId>log4j</artifactId>
235 <version>1.2.8</version>
238 <groupId>dom4j</groupId>
239 <artifactId>dom4j</artifactId>
240 <version>1.6</version>
243 <groupId>xml-apis</groupId>
244 <artifactId>xml-apis</artifactId>
249 <groupId>net.sf.ehcache</groupId>
250 <artifactId>ehcache</artifactId>
251 <version>1.2.3</version>
255 <groupId>commons-email</groupId>
256 <artifactId>commons-email</artifactId>
257 <version>1.0</version>
260 <groupId>jaxen</groupId>
261 <artifactId>jaxen</artifactId>
262 <version>1.1-beta-9</version>
265 <groupId>xom</groupId>
266 <artifactId>xom</artifactId>
269 <groupId>xerces</groupId>
270 <artifactId>xmlParserAPIs</artifactId>
275 <groupId>jstl</groupId>
276 <artifactId>jstl</artifactId>
277 <version>1.1.2</version>
280 <groupId>taglibs</groupId>
281 <artifactId>standard</artifactId>
282 <version>1.1.2</version>
285 <groupId>jfree</groupId>
286 <artifactId>jfreechart</artifactId>
287 <version>1.0.1</version>
290 <groupId>jfree</groupId>
291 <artifactId>jcommon</artifactId>
292 <version>1.0.2</version>
296 <groupId>javax</groupId>
297 <artifactId>javaee-api</artifactId>
298 <version>6.0</version>
299 <scope>provided</scope>
303 <groupId>commons-codec</groupId>
304 <artifactId>commons-codec</artifactId>
305 <version>1.3</version>
309 <groupId>commons-dbcp</groupId>
310 <artifactId>commons-dbcp</artifactId>
311 <version>1.4</version>
314 <groupId>toplink.essentials</groupId>
315 <artifactId>toplink-essentials</artifactId>
316 <version>2.0-36</version>
319 <groupId>org.eclipse.persistence</groupId>
320 <artifactId>eclipselink</artifactId>
321 <version>2.0.0</version>
322 <scope>compile</scope>
328 </dependencyManagement>
333 <artifactId>maven-clean-plugin</artifactId>
334 <version>2.4</version>
338 <directory>.</directory>
340 <include>derby.log</include>
341 <include>createDDL.jdbc</include>
342 <include>dropDDL.jdbc</include>
345 <exclude>**/important.log</exclude>
346 <exclude>**/another-important.log</exclude>
348 <followSymlinks>false</followSymlinks>
355 <groupId>org.codehaus.mojo</groupId>
356 <artifactId>jalopy-maven-plugin</artifactId>
358 <fileFormat>UNIX</fileFormat>
359 <convention>org.wamblee.jalopy.xml</convention>
363 <groupId>org.apache.maven.plugins</groupId>
364 <artifactId>maven-compiler-plugin</artifactId>
372 <groupId>org.apache.maven.plugins</groupId>
373 <artifactId>maven-surefire-plugin</artifactId>
376 <include>**/*Test.java</include>
378 <redirectTestOutputToFile>true</redirectTestOutputToFile>
382 <!-- Make sure other projects can use (or the test support
383 and test classes from the projects it uses. To use
384 a dependence on a test library of a project, an additinoal
385 dependence must be added with <type>test-jar</type>
389 <groupId>org.apache.maven.plugins</groupId>
390 <artifactId>maven-jar-plugin</artifactId>
394 <goal>test-jar</goal>
401 <groupId>org.codehaus.mojo</groupId>
402 <artifactId>cobertura-maven-plugin</artifactId>
412 <excludes> </excludes>
425 <groupId>org.apache.maven.plugins</groupId>
426 <artifactId>maven-project-info-reports-plugin</artifactId>
430 <report>checkstyle</report>
431 <report>javadoc</report>
432 <report>dependencies</report>
433 <report>project-team</report>
434 <report>mailing-list</report>
435 <report>issue-tracking</report>
436 <report>license</report>
443 <groupId>org.codehaus.mojo</groupId>
444 <artifactId>changes-maven-plugin</artifactId>
445 <version>2.0-beta-1</version>
449 <report>changes-report</report>
455 <groupId>org.apache.maven.plugins</groupId>
456 <artifactId>maven-javadoc-plugin</artifactId>
459 <groupId>org.codehaus.mojo</groupId>
460 <artifactId>surefire-report-maven-plugin</artifactId>
462 <!-- Test coverage reporting -->
464 <groupId>org.codehaus.mojo</groupId>
465 <artifactId>cobertura-maven-plugin</artifactId>
469 <format>html</format>
476 <groupId>org.apache.maven.plugins</groupId>
477 <artifactId>maven-checkstyle-plugin</artifactId>
479 <configLocation>config/sun_checks.xml</configLocation>
485 <groupId>org.codehaus.mojo</groupId>
486 <artifactId>taglist-maven-plugin</artifactId>
504 <name>wamblee.release</name>
510 <groupId>org.apache.maven.plugins</groupId>
511 <artifactId>maven-gpg-plugin</artifactId>
514 <id>sign-artifacts</id>
515 <phase>verify</phase>
529 <name>!wamblee.release</name>
535 <distributionManagement>
538 <name>Local directory</name>
539 <url>file:${user.home}/java/workspace/deploy</url>
541 </distributionManagement>
545 <spring.version>2.0.8</spring.version>
546 <jmock.version>2.4.0</jmock.version>