2 <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">
3 <modelVersion>4.0.0</modelVersion>
4 <groupId>org.wamblee</groupId>
5 <artifactId>wamblee-utils</artifactId>
6 <packaging>pom</packaging>
7 <version>0.4.1</version>
9 <description>wamblee.org utilities library</description>
10 <url>http://wamblee.org</url>
13 <name>The Apache Software License, Version 2.0</name>
14 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15 <distribution>repo</distribution>
19 <url>https://wamblee.org/viewvc/utils/tags/wamblee-utils-0.4.1</url>
20 <connection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-utils-0.4.1</connection>
21 <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-utils-0.4.1</developerConnection>
25 <email>erik@wamblee.org</email>
26 <name>Erik Brakkee</name>
27 <url>http://brakkee.org</url>
32 <module>support</module>
33 <module>wicket</module>
34 <module>system</module>
35 <module>hibernate-jpa</module>
36 <module>security</module>
41 <groupId>junit</groupId>
42 <artifactId>junit</artifactId>
46 <groupId>org.dbunit</groupId>
47 <artifactId>dbunit</artifactId>
51 <groupId>org.apache.derby</groupId>
52 <artifactId>derby</artifactId>
56 <groupId>org.apache.derby</groupId>
57 <artifactId>derbyclient</artifactId>
61 <groupId>org.apache.derby</groupId>
62 <artifactId>derbynet</artifactId>
66 <groupId>org.slf4j</groupId>
67 <artifactId>slf4j-api</artifactId>
71 <groupId>org.slf4j</groupId>
72 <artifactId>slf4j-jdk14</artifactId>
77 <groupId>mysql</groupId>
78 <artifactId>mysql-connector-java</artifactId>
82 <groupId>org.mockito</groupId>
83 <artifactId>mockito-all</artifactId>
84 <version>1.8.5</version>
89 dependency> <groupId>org.testng</groupId>
90 <artifactId>testng</artifactId> <version>5.7</version>
91 <scope>test</scope> <classifier>jdk15</classifier> </dependency -->
94 <dependencyManagement>
98 <groupId>org.apache.wicket</groupId>
99 <artifactId>wicket</artifactId>
100 <version>1.4.9</version>
104 <groupId>org.jboss.weld</groupId>
105 <artifactId>weld-se</artifactId>
106 <version>1.0.1-Final</version>
107 <scope>provided</scope>
111 <groupId>oro</groupId>
112 <artifactId>oro</artifactId>
113 <version>2.0.6</version>
118 <groupId>javax.transaction</groupId>
119 <artifactId>transaction-api</artifactId>
120 <version>1.1</version>
124 <groupId>junit</groupId>
125 <artifactId>junit</artifactId>
126 <version>4.4</version>
129 <groupId>org.dbunit</groupId>
130 <artifactId>dbunit</artifactId>
131 <version>2.4.7</version>
134 <groupId>org.slf4j</groupId>
135 <artifactId>slf4j-api</artifactId>
136 <version>1.5.11</version>
139 <groupId>org.slf4j</groupId>
140 <artifactId>slf4j-jdk14</artifactId>
141 <version>1.5.11</version>
145 <groupId>javax.persistence</groupId>
146 <artifactId>persistence-api</artifactId>
147 <version>1.0</version>
148 <scope>provided</scope>
151 <groupId>javax.activation</groupId>
152 <artifactId>activation</artifactId>
153 <version>1.1</version>
156 <groupId>javax.mail</groupId>
157 <artifactId>mail</artifactId>
158 <version>1.4.1</version>
161 <groupId>javax.servlet</groupId>
162 <artifactId>servlet-api</artifactId>
163 <version>2.3</version>
165 <scope>provided</scope>
168 <groupId>mysql</groupId>
169 <artifactId>mysql-connector-java</artifactId>
170 <version>5.1.12</version>
173 <groupId>org.apache.derby</groupId>
174 <artifactId>derby</artifactId>
175 <version>10.5.3.0_1</version>
178 <groupId>org.apache.derby</groupId>
179 <artifactId>derbyclient</artifactId>
180 <version>10.5.3.0_1</version>
183 <groupId>org.apache.derby</groupId>
184 <artifactId>derbynet</artifactId>
185 <version>10.5.3.0_1</version>
188 <groupId>quartz</groupId>
189 <artifactId>quartz</artifactId>
190 <version>1.5.1</version>
193 <groupId>jtidy</groupId>
194 <artifactId>jtidy</artifactId>
195 <version>4aug2000r7-dev</version>
200 <groupId>commons-logging</groupId>
201 <artifactId>commons-logging</artifactId>
202 <version>1.0.2</version>
205 <groupId>commons-httpclient</groupId>
206 <artifactId>commons-httpclient</artifactId>
207 <version>3.0</version>
210 <groupId>commons-beanutils</groupId>
211 <artifactId>commons-beanutils</artifactId>
212 <version>1.7.0</version>
215 <groupId>org.springframework</groupId>
216 <artifactId>spring-beans</artifactId>
217 <version>${spring.version}</version>
220 <groupId>org.springframework</groupId>
221 <artifactId>spring-web</artifactId>
222 <version>${spring.version}</version>
225 <groupId>org.springframework</groupId>
226 <artifactId>spring-jms</artifactId>
227 <version>${spring.version}</version>
230 <groupId>org.springframework</groupId>
231 <artifactId>spring-context</artifactId>
232 <version>${spring.version}</version>
235 <groupId>org.springframework</groupId>
236 <artifactId>spring-hibernate3</artifactId>
237 <version>${spring.version}</version>
240 <groupId>org.springframework</groupId>
241 <artifactId>spring-jpa</artifactId>
242 <version>${spring.version}</version>
245 <groupId>org.springframework</groupId>
246 <artifactId>spring-aop</artifactId>
247 <version>${spring.version}</version>
251 <groupId>dom4j</groupId>
252 <artifactId>dom4j</artifactId>
253 <version>1.6</version>
256 <groupId>xml-apis</groupId>
257 <artifactId>xml-apis</artifactId>
262 <groupId>net.sf.ehcache</groupId>
263 <artifactId>ehcache</artifactId>
264 <version>1.2.3</version>
268 <groupId>commons-email</groupId>
269 <artifactId>commons-email</artifactId>
270 <version>1.0</version>
273 <groupId>jaxen</groupId>
274 <artifactId>jaxen</artifactId>
275 <version>1.1-beta-9</version>
278 <groupId>xom</groupId>
279 <artifactId>xom</artifactId>
282 <groupId>xerces</groupId>
283 <artifactId>xmlParserAPIs</artifactId>
288 <groupId>jstl</groupId>
289 <artifactId>jstl</artifactId>
290 <version>1.1.2</version>
293 <groupId>taglibs</groupId>
294 <artifactId>standard</artifactId>
295 <version>1.1.2</version>
298 <groupId>jfree</groupId>
299 <artifactId>jfreechart</artifactId>
300 <version>1.0.1</version>
303 <groupId>jfree</groupId>
304 <artifactId>jcommon</artifactId>
305 <version>1.0.2</version>
309 <groupId>javax</groupId>
310 <artifactId>javaee-api</artifactId>
311 <version>6.0</version>
312 <scope>provided</scope>
316 <groupId>commons-codec</groupId>
317 <artifactId>commons-codec</artifactId>
318 <version>1.3</version>
322 <groupId>commons-dbcp</groupId>
323 <artifactId>commons-dbcp</artifactId>
324 <version>1.4</version>
327 <groupId>toplink.essentials</groupId>
328 <artifactId>toplink-essentials</artifactId>
329 <version>2.1-60f</version>
332 <groupId>org.eclipse.persistence</groupId>
333 <artifactId>eclipselink</artifactId>
334 <version>2.0.2</version>
335 <scope>compile</scope>
339 </dependencyManagement>
344 <groupId>org.apache.maven.plugins</groupId>
345 <artifactId>maven-release-plugin</artifactId>
346 <version>2.0</version>
348 <autoVersionSubmodules>true</autoVersionSubmodules>
349 <goals>javadoc:jar deploy</goals>
353 <groupId>org.apache.maven.plugins</groupId>
354 <artifactId>maven-checkstyle-plugin</artifactId>
355 <version>2.5</version>
358 <groupId>org.wamblee</groupId>
359 <artifactId>wamblee-code-style</artifactId>
360 <version>1.1</version>
366 <groupId>org.codehaus.mojo</groupId>
367 <artifactId>jalopy-maven-plugin</artifactId>
369 <fileFormat>UNIX</fileFormat>
370 <convention>org.wamblee.jalopy.xml</convention>
374 <groupId>org.wamblee</groupId>
375 <artifactId>wamblee-code-style</artifactId>
376 <version>1.1</version>
381 <groupId>org.apache.maven.plugins</groupId>
382 <artifactId>maven-compiler-plugin</artifactId>
390 <groupId>org.apache.maven.plugins</groupId>
391 <artifactId>maven-surefire-plugin</artifactId>
392 <version>2.5</version>
395 enable forkMode to check if some tests do not setup their test
398 <!-- forkMode>always</forkMode -->
400 <include>**/*Test.java</include>
402 <redirectTestOutputToFile>true</redirectTestOutputToFile>
407 Make sure other projects can use (or the test support and test
408 classes from the projects it uses. To use a dependence on a test
409 library of a project, an additinoal dependence must be added with
410 <type>test-jar</type>
414 <groupId>org.apache.maven.plugins</groupId>
415 <artifactId>maven-jar-plugin</artifactId>
419 <goal>test-jar</goal>
426 <groupId>org.codehaus.mojo</groupId>
427 <artifactId>cobertura-maven-plugin</artifactId>
428 <version>2.3</version>
444 <artifactId>maven-site-plugin</artifactId>
446 <locales>en</locales>
456 <artifactId>maven-site-plugin</artifactId>
457 <version>2.1.1</version>
468 <groupId>org.apache.maven.plugins</groupId>
469 <artifactId>maven-project-info-reports-plugin</artifactId>
473 <report>checkstyle</report>
474 <report>javadoc</report>
475 <!--report>dependencies</report -->
476 <!-- report>project-team</report -->
477 <!-- report>mailing-list</report -->
478 <!-- report>issue-tracking</report -->
479 <!-- report>license</report -->
480 <!--report>scm</report -->
486 <groupId>org.codehaus.mojo</groupId>
487 <artifactId>findbugs-maven-plugin</artifactId>
488 <version>2.3.1</version>
490 <xmlOutput>true</xmlOutput>
491 <!-- Optional derectory to put findbugs xdoc xml report -->
492 <xmlOutputDirectory>target/site</xmlOutputDirectory>
493 <findbugsXmlOutput>true</findbugsXmlOutput>
494 <!-- Optional directory to put findbugs xml report -->
495 <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
501 <groupId>org.codehaus.mojo</groupId>
502 <artifactId>changes-maven-plugin</artifactId>
503 <version>2.0-beta-1</version>
507 <report>changes-report</report>
513 <groupId>org.apache.maven.plugins</groupId>
514 <artifactId>maven-javadoc-plugin</artifactId>
515 <version>2.5</version>
518 <groupId>org.codehaus.mojo</groupId>
519 <artifactId>surefire-report-maven-plugin</artifactId>
521 <!-- Test coverage reporting -->
523 <groupId>org.codehaus.mojo</groupId>
524 <artifactId>cobertura-maven-plugin</artifactId>
525 <version>2.3</version>
529 <format>html</format>
536 <groupId>org.apache.maven.plugins</groupId>
537 <artifactId>maven-checkstyle-plugin</artifactId>
538 <version>2.5</version>
540 <configLocation>org.wamblee.checkstyle.xml</configLocation>
546 <groupId>org.codehaus.mojo</groupId>
547 <artifactId>taglist-maven-plugin</artifactId>
565 <name>performRelease</name>
572 <groupId>org.apache.maven.plugins</groupId>
573 <artifactId>maven-gpg-plugin</artifactId>
576 <id>sign-artifacts</id>
577 <phase>verify</phase>
586 <distributionManagement>
588 <id>sonatype-nexus-staging</id>
589 <name>Nexus Release Repository</name>
590 <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
592 </distributionManagement>
599 <name>!performRelease</name>
602 <distributionManagement>
605 <name>Local directory</name>
606 <url>file:${user.home}/java/workspace/deploy</url>
608 </distributionManagement>
612 <distributionManagement>
614 <id>test-enterprise-site</id>
615 <url>file:${distrib}/main</url>
617 </distributionManagement>
620 <spring.version>2.0.8</spring.version>
621 <jmock.version>2.4.0</jmock.version>