2 <project xmlns="http://maven.apache.org/POM/4.0.0" 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.5-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/trunk</connection>
22 <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk</developerConnection>
26 <email>erik@wamblee.org</email>
27 <name>Erik Brakkee</name>
28 <url>http://brakkee.org</url>
33 <module>support</module>
34 <module>wicket</module>
35 <module>system</module>
36 <module>hibernate-jpa</module>
37 <module>security</module>
42 <groupId>junit</groupId>
43 <artifactId>junit</artifactId>
47 <groupId>org.dbunit</groupId>
48 <artifactId>dbunit</artifactId>
52 <groupId>org.apache.derby</groupId>
53 <artifactId>derby</artifactId>
57 <groupId>org.apache.derby</groupId>
58 <artifactId>derbyclient</artifactId>
62 <groupId>org.apache.derby</groupId>
63 <artifactId>derbynet</artifactId>
67 <groupId>org.slf4j</groupId>
68 <artifactId>slf4j-api</artifactId>
72 <groupId>org.slf4j</groupId>
73 <artifactId>slf4j-jdk14</artifactId>
78 <groupId>mysql</groupId>
79 <artifactId>mysql-connector-java</artifactId>
83 <groupId>org.mockito</groupId>
84 <artifactId>mockito-all</artifactId>
85 <version>1.8.5</version>
90 dependency> <groupId>org.testng</groupId>
91 <artifactId>testng</artifactId> <version>5.7</version>
92 <scope>test</scope> <classifier>jdk15</classifier> </dependency
96 <dependencyManagement>
100 <groupId>org.apache.wicket</groupId>
101 <artifactId>wicket</artifactId>
102 <version>1.4.9</version>
106 <groupId>org.jboss.weld</groupId>
107 <artifactId>weld-se</artifactId>
108 <version>1.0.1-Final</version>
109 <scope>provided</scope>
113 <groupId>oro</groupId>
114 <artifactId>oro</artifactId>
115 <version>2.0.6</version>
120 <groupId>javax.transaction</groupId>
121 <artifactId>transaction-api</artifactId>
122 <version>1.1</version>
126 <groupId>junit</groupId>
127 <artifactId>junit</artifactId>
128 <version>4.4</version>
131 <groupId>org.dbunit</groupId>
132 <artifactId>dbunit</artifactId>
133 <version>2.4.7</version>
136 <groupId>org.slf4j</groupId>
137 <artifactId>slf4j-api</artifactId>
138 <version>1.5.11</version>
141 <groupId>org.slf4j</groupId>
142 <artifactId>slf4j-jdk14</artifactId>
143 <version>1.5.11</version>
147 <groupId>javax.persistence</groupId>
148 <artifactId>persistence-api</artifactId>
149 <version>1.0</version>
150 <scope>provided</scope>
153 <groupId>javax.activation</groupId>
154 <artifactId>activation</artifactId>
155 <version>1.1</version>
158 <groupId>javax.mail</groupId>
159 <artifactId>mail</artifactId>
160 <version>1.4.1</version>
163 <groupId>javax.servlet</groupId>
164 <artifactId>servlet-api</artifactId>
165 <version>2.3</version>
167 <scope>provided</scope>
170 <groupId>mysql</groupId>
171 <artifactId>mysql-connector-java</artifactId>
172 <version>5.1.12</version>
175 <groupId>org.apache.derby</groupId>
176 <artifactId>derby</artifactId>
177 <version>10.5.3.0_1</version>
180 <groupId>org.apache.derby</groupId>
181 <artifactId>derbyclient</artifactId>
182 <version>10.5.3.0_1</version>
185 <groupId>org.apache.derby</groupId>
186 <artifactId>derbynet</artifactId>
187 <version>10.5.3.0_1</version>
190 <groupId>quartz</groupId>
191 <artifactId>quartz</artifactId>
192 <version>1.5.1</version>
195 <groupId>jtidy</groupId>
196 <artifactId>jtidy</artifactId>
197 <version>4aug2000r7-dev</version>
202 <groupId>commons-logging</groupId>
203 <artifactId>commons-logging</artifactId>
204 <version>1.0.2</version>
207 <groupId>commons-httpclient</groupId>
208 <artifactId>commons-httpclient</artifactId>
209 <version>3.0</version>
212 <groupId>commons-beanutils</groupId>
213 <artifactId>commons-beanutils</artifactId>
214 <version>1.7.0</version>
217 <groupId>org.springframework</groupId>
218 <artifactId>spring-beans</artifactId>
219 <version>${spring.version}</version>
222 <groupId>org.springframework</groupId>
223 <artifactId>spring-web</artifactId>
224 <version>${spring.version}</version>
227 <groupId>org.springframework</groupId>
228 <artifactId>spring-jms</artifactId>
229 <version>${spring.version}</version>
232 <groupId>org.springframework</groupId>
233 <artifactId>spring-context</artifactId>
234 <version>${spring.version}</version>
237 <groupId>org.springframework</groupId>
238 <artifactId>spring-hibernate3</artifactId>
239 <version>${spring.version}</version>
242 <groupId>org.springframework</groupId>
243 <artifactId>spring-jpa</artifactId>
244 <version>${spring.version}</version>
247 <groupId>org.springframework</groupId>
248 <artifactId>spring-aop</artifactId>
249 <version>${spring.version}</version>
253 <groupId>dom4j</groupId>
254 <artifactId>dom4j</artifactId>
255 <version>1.6</version>
258 <groupId>xml-apis</groupId>
259 <artifactId>xml-apis</artifactId>
264 <groupId>net.sf.ehcache</groupId>
265 <artifactId>ehcache</artifactId>
266 <version>1.2.3</version>
270 <groupId>commons-email</groupId>
271 <artifactId>commons-email</artifactId>
272 <version>1.0</version>
275 <groupId>jaxen</groupId>
276 <artifactId>jaxen</artifactId>
277 <version>1.1-beta-9</version>
280 <groupId>xom</groupId>
281 <artifactId>xom</artifactId>
284 <groupId>xerces</groupId>
285 <artifactId>xmlParserAPIs</artifactId>
290 <groupId>jstl</groupId>
291 <artifactId>jstl</artifactId>
292 <version>1.1.2</version>
295 <groupId>taglibs</groupId>
296 <artifactId>standard</artifactId>
297 <version>1.1.2</version>
300 <groupId>jfree</groupId>
301 <artifactId>jfreechart</artifactId>
302 <version>1.0.1</version>
305 <groupId>jfree</groupId>
306 <artifactId>jcommon</artifactId>
307 <version>1.0.2</version>
311 <groupId>javax</groupId>
312 <artifactId>javaee-api</artifactId>
313 <version>6.0</version>
314 <scope>provided</scope>
318 <groupId>commons-codec</groupId>
319 <artifactId>commons-codec</artifactId>
320 <version>1.3</version>
324 <groupId>commons-dbcp</groupId>
325 <artifactId>commons-dbcp</artifactId>
326 <version>1.4</version>
329 <groupId>toplink.essentials</groupId>
330 <artifactId>toplink-essentials</artifactId>
331 <version>2.1-60f</version>
334 <groupId>org.eclipse.persistence</groupId>
335 <artifactId>eclipselink</artifactId>
336 <version>2.0.2</version>
337 <scope>compile</scope>
341 </dependencyManagement>
346 <groupId>org.apache.maven.plugins</groupId>
347 <artifactId>maven-release-plugin</artifactId>
348 <version>2.0</version>
350 <autoVersionSubmodules>true</autoVersionSubmodules>
351 <goals>javadoc:jar deploy</goals>
355 <groupId>org.apache.maven.plugins</groupId>
356 <artifactId>maven-checkstyle-plugin</artifactId>
357 <version>2.5</version>
360 <groupId>org.wamblee</groupId>
361 <artifactId>wamblee-code-style</artifactId>
362 <version>1.1</version>
368 <groupId>org.codehaus.mojo</groupId>
369 <artifactId>jalopy-maven-plugin</artifactId>
371 <fileFormat>UNIX</fileFormat>
372 <convention>org.wamblee.jalopy.xml</convention>
376 <groupId>org.wamblee</groupId>
377 <artifactId>wamblee-code-style</artifactId>
378 <version>1.1</version>
383 <groupId>org.apache.maven.plugins</groupId>
384 <artifactId>maven-compiler-plugin</artifactId>
392 <groupId>org.apache.maven.plugins</groupId>
393 <artifactId>maven-surefire-plugin</artifactId>
396 enable forkMode to check if some tests do not setup their test
399 <!-- forkMode>always</forkMode -->
401 <include>**/*Test.java</include>
403 <redirectTestOutputToFile>true</redirectTestOutputToFile>
408 Make sure other projects can use (or the test support and test
409 classes from the projects it uses. To use a dependence on a test
410 library of a project, an additinoal dependence must be added with
411 <type>test-jar</type>
415 <groupId>org.apache.maven.plugins</groupId>
416 <artifactId>maven-jar-plugin</artifactId>
420 <goal>test-jar</goal>
427 <groupId>org.codehaus.mojo</groupId>
428 <artifactId>cobertura-maven-plugin</artifactId>
429 <version>2.3</version>
445 <artifactId>maven-site-plugin</artifactId>
447 <locales>en</locales>
457 <artifactId>maven-site-plugin</artifactId>
458 <version>2.1.1</version>
469 <groupId>org.apache.maven.plugins</groupId>
470 <artifactId>maven-project-info-reports-plugin</artifactId>
474 <report>checkstyle</report>
475 <report>javadoc</report>
476 <!--report>dependencies</report -->
477 <!-- report>project-team</report -->
478 <!-- report>mailing-list</report -->
479 <!-- report>issue-tracking</report -->
480 <!-- report>license</report -->
481 <!--report>scm</report -->
487 <groupId>org.codehaus.mojo</groupId>
488 <artifactId>findbugs-maven-plugin</artifactId>
489 <version>2.3.1</version>
491 <xmlOutput>true</xmlOutput>
492 <!-- Optional derectory to put findbugs xdoc xml report -->
493 <xmlOutputDirectory>target/site</xmlOutputDirectory>
494 <findbugsXmlOutput>true</findbugsXmlOutput>
495 <!-- Optional directory to put findbugs xml report -->
496 <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
502 <groupId>org.codehaus.mojo</groupId>
503 <artifactId>changes-maven-plugin</artifactId>
504 <version>2.0-beta-1</version>
508 <report>changes-report</report>
514 <groupId>org.apache.maven.plugins</groupId>
515 <artifactId>maven-javadoc-plugin</artifactId>
516 <version>2.5</version>
519 <groupId>org.codehaus.mojo</groupId>
520 <artifactId>surefire-report-maven-plugin</artifactId>
522 <!-- Test coverage reporting -->
524 <groupId>org.codehaus.mojo</groupId>
525 <artifactId>cobertura-maven-plugin</artifactId>
526 <version>2.3</version>
530 <format>html</format>
537 <groupId>org.apache.maven.plugins</groupId>
538 <artifactId>maven-checkstyle-plugin</artifactId>
539 <version>2.5</version>
541 <configLocation>org.wamblee.checkstyle.xml</configLocation>
547 <groupId>org.codehaus.mojo</groupId>
548 <artifactId>taglist-maven-plugin</artifactId>
566 <name>performRelease</name>
573 <groupId>org.apache.maven.plugins</groupId>
574 <artifactId>maven-gpg-plugin</artifactId>
577 <id>sign-artifacts</id>
578 <phase>verify</phase>
587 <distributionManagement>
589 <id>sonatype-nexus-staging</id>
590 <name>Nexus Release Repository</name>
591 <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
593 </distributionManagement>
600 <name>!performRelease</name>
603 <distributionManagement>
606 <name>Local directory</name>
607 <url>file:${user.home}/java/workspace/deploy</url>
609 </distributionManagement>
613 <distributionManagement>
615 <id>test-enterprise-site</id>
616 <url>file:${distrib}/main</url>
618 </distributionManagement>
621 <spring.version>2.0.8</spring.version>
622 <jmock.version>2.4.0</jmock.version>