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.upnpmonitor</groupId>
5 <artifactId>root</artifactId>
6 <packaging>pom</packaging>
7 <version>0.1-SNAPSHOT</version>
9 <description>wamblee.org upnp monitor</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>http://wamblee.org/gitweb/upnpmonitor</url>
20 <connection>scm:git:https://wamblee.org/git/public/upnpmonitor</connection>
21 <developerConnection>scm:git:https://wamblee.org/git/public/upnpmonitor</developerConnection>
25 <email>erik@wamblee.org</email>
26 <name>Erik Brakkee</name>
27 <url>http://brakkee.org</url>
32 <module>monitor</module>
33 <module>wamblee-upnpmonitor</module>
39 <groupId>junit</groupId>
40 <artifactId>junit</artifactId>
45 <groupId>org.mockito</groupId>
46 <artifactId>mockito-all</artifactId>
47 <version>1.8.5</version>
53 <dependencyManagement>
56 <groupId>org.teleal.cling</groupId>
57 <artifactId>cling-core</artifactId>
58 <version>1.0.5</version>
61 <groupId>javax.faces</groupId>
62 <artifactId>jsf-api</artifactId>
63 <version>1.2_02</version>
64 <scope>provided</scope>
67 <groupId>org.apache.wicket</groupId>
68 <artifactId>wicket</artifactId>
69 <version>1.4.9</version>
73 <groupId>org.jboss.weld</groupId>
74 <artifactId>weld-se</artifactId>
75 <version>1.0.1-Final</version>
79 <groupId>oro</groupId>
80 <artifactId>oro</artifactId>
81 <version>2.0.6</version>
86 <groupId>javax.transaction</groupId>
87 <artifactId>transaction-api</artifactId>
88 <version>1.1</version>
89 <scope>provided</scope>
93 <groupId>junit</groupId>
94 <artifactId>junit</artifactId>
95 <version>4.4</version>
98 <groupId>org.dbunit</groupId>
99 <artifactId>dbunit</artifactId>
100 <version>2.4.7</version>
103 <groupId>org.slf4j</groupId>
104 <artifactId>slf4j-api</artifactId>
105 <version>1.5.11</version>
108 <groupId>org.slf4j</groupId>
109 <artifactId>slf4j-jdk14</artifactId>
110 <version>1.5.11</version>
114 <groupId>javax.persistence</groupId>
115 <artifactId>persistence-api</artifactId>
116 <version>1.0</version>
117 <scope>provided</scope>
120 <groupId>javax.activation</groupId>
121 <artifactId>activation</artifactId>
122 <version>1.1</version>
125 <groupId>javax.mail</groupId>
126 <artifactId>mail</artifactId>
127 <version>1.4.1</version>
130 <groupId>javax.servlet</groupId>
131 <artifactId>servlet-api</artifactId>
132 <version>2.3</version>
134 <scope>provided</scope>
137 <groupId>mysql</groupId>
138 <artifactId>mysql-connector-java</artifactId>
139 <version>5.1.12</version>
142 <groupId>org.apache.derby</groupId>
143 <artifactId>derby</artifactId>
144 <version>10.5.3.0_1</version>
147 <groupId>org.apache.derby</groupId>
148 <artifactId>derbyclient</artifactId>
149 <version>10.5.3.0_1</version>
152 <groupId>org.apache.derby</groupId>
153 <artifactId>derbynet</artifactId>
154 <version>10.5.3.0_1</version>
157 <groupId>quartz</groupId>
158 <artifactId>quartz</artifactId>
159 <version>1.5.1</version>
162 <groupId>jtidy</groupId>
163 <artifactId>jtidy</artifactId>
164 <version>4aug2000r7-dev</version>
169 <groupId>commons-logging</groupId>
170 <artifactId>commons-logging</artifactId>
171 <version>1.0.2</version>
174 <groupId>commons-httpclient</groupId>
175 <artifactId>commons-httpclient</artifactId>
176 <version>3.0</version>
179 <groupId>commons-beanutils</groupId>
180 <artifactId>commons-beanutils</artifactId>
181 <version>1.7.0</version>
184 <groupId>org.springframework</groupId>
185 <artifactId>spring-beans</artifactId>
186 <version>${spring.version}</version>
189 <groupId>org.springframework</groupId>
190 <artifactId>spring-web</artifactId>
191 <version>${spring.version}</version>
194 <groupId>org.springframework</groupId>
195 <artifactId>spring-jms</artifactId>
196 <version>${spring.version}</version>
199 <groupId>org.springframework</groupId>
200 <artifactId>spring-context</artifactId>
201 <version>${spring.version}</version>
204 <groupId>org.springframework</groupId>
205 <artifactId>spring-hibernate3</artifactId>
206 <version>${spring.version}</version>
209 <groupId>org.springframework</groupId>
210 <artifactId>spring-jpa</artifactId>
211 <version>${spring.version}</version>
214 <groupId>org.springframework</groupId>
215 <artifactId>spring-aop</artifactId>
216 <version>${spring.version}</version>
220 <groupId>net.sf.ehcache</groupId>
221 <artifactId>ehcache-core</artifactId>
222 <version>2.2.0</version>
226 <groupId>commons-email</groupId>
227 <artifactId>commons-email</artifactId>
228 <version>1.0</version>
231 <groupId>jstl</groupId>
232 <artifactId>jstl</artifactId>
233 <version>1.1.2</version>
236 <groupId>taglibs</groupId>
237 <artifactId>standard</artifactId>
238 <version>1.1.2</version>
241 <groupId>jfree</groupId>
242 <artifactId>jfreechart</artifactId>
243 <version>1.0.1</version>
246 <groupId>jfree</groupId>
247 <artifactId>jcommon</artifactId>
248 <version>1.0.2</version>
252 <groupId>javax</groupId>
253 <artifactId>javaee-api</artifactId>
254 <version>6.0</version>
255 <scope>provided</scope>
259 <groupId>commons-codec</groupId>
260 <artifactId>commons-codec</artifactId>
261 <version>1.3</version>
265 <groupId>commons-dbcp</groupId>
266 <artifactId>commons-dbcp</artifactId>
267 <version>1.4</version>
270 <groupId>toplink.essentials</groupId>
271 <artifactId>toplink-essentials</artifactId>
272 <version>2.1-60f</version>
277 </dependencyManagement>
282 <groupId>org.apache.maven.plugins</groupId>
283 <artifactId>maven-release-plugin</artifactId>
284 <version>2.2.1</version>
286 <autoVersionSubmodules>true</autoVersionSubmodules>
287 <localCheckout>true</localCheckout>
288 <pushChanges>false</pushChanges>
289 <goals>javadoc:jar deploy</goals>
293 <groupId>org.apache.maven.plugins</groupId>
294 <artifactId>maven-checkstyle-plugin</artifactId>
295 <version>2.5</version>
298 <groupId>org.wamblee</groupId>
299 <artifactId>wamblee-code-style</artifactId>
300 <version>1.1</version>
306 <groupId>org.codehaus.mojo</groupId>
307 <artifactId>jalopy-maven-plugin</artifactId>
308 <version>1.0-alpha-1</version>
310 <fileFormat>UNIX</fileFormat>
311 <convention>org.wamblee.jalopy.xml</convention>
315 <groupId>org.wamblee</groupId>
316 <artifactId>wamblee-code-style</artifactId>
317 <version>1.1</version>
322 <groupId>org.apache.maven.plugins</groupId>
323 <artifactId>maven-compiler-plugin</artifactId>
324 <version>2.3.2</version>
332 <groupId>org.apache.maven.plugins</groupId>
333 <artifactId>maven-surefire-plugin</artifactId>
334 <version>2.5</version>
337 enable forkMode to check if some tests do not setup their test
340 <!-- forkMode>always</forkMode -->
342 <include>**/*Test.java</include>
344 <redirectTestOutputToFile>true</redirectTestOutputToFile>
349 Make sure other projects can use (or the test support and test
350 classes from the projects it uses. To use a dependence on a test
351 library of a project, an additinoal dependence must be added with
352 <type>test-jar</type>
356 <groupId>org.apache.maven.plugins</groupId>
357 <artifactId>maven-jar-plugin</artifactId>
358 <version>2.3.1</version>
362 <goal>test-jar</goal>
369 <groupId>org.codehaus.mojo</groupId>
370 <artifactId>cobertura-maven-plugin</artifactId>
371 <version>2.3</version>
387 <artifactId>maven-site-plugin</artifactId>
389 <locales>en</locales>
399 <artifactId>maven-site-plugin</artifactId>
400 <version>3.0-beta-3</version>
404 <groupId>org.apache.maven.plugins</groupId>
405 <artifactId>maven-project-info-reports-plugin</artifactId>
406 <version>2.3.1</version>
408 <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
409 <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
413 <groupId>org.apache.maven.plugins</groupId>
414 <artifactId>maven-javadoc-plugin</artifactId>
415 <version>2.7</version>
418 <groupId>org.codehaus.mojo</groupId>
419 <artifactId>cobertura-maven-plugin</artifactId>
420 <version>2.3</version>
424 <format>html</format>
440 <groupId>org.codehaus.mojo</groupId>
441 <artifactId>findbugs-maven-plugin</artifactId>
442 <version>2.3.1</version>
444 <xmlOutput>true</xmlOutput>
445 <!-- Optional derectory to put findbugs xdoc xml report -->
446 <xmlOutputDirectory>target/site</xmlOutputDirectory>
447 <findbugsXmlOutput>true</findbugsXmlOutput>
448 <!-- Optional directory to put findbugs xml report -->
449 <findbugsXmlOutputDirectory>target/site</findbugsXmlOutputDirectory>
455 <groupId>org.codehaus.mojo</groupId>
456 <artifactId>changes-maven-plugin</artifactId>
457 <version>2.0-beta-1</version>
461 <report>changes-report</report>
467 <groupId>org.apache.maven.plugins</groupId>
468 <artifactId>maven-javadoc-plugin</artifactId>
469 <version>2.6.1</version>
472 <groupId>org.codehaus.mojo</groupId>
473 <artifactId>surefire-report-maven-plugin</artifactId>
474 <version>2.0-beta-1</version>
478 <groupId>org.apache.maven.plugins</groupId>
479 <artifactId>maven-checkstyle-plugin</artifactId>
480 <version>2.5</version>
482 <configLocation>org.wamblee.checkstyle.xml</configLocation>
494 <name>performRelease</name>
501 <groupId>org.apache.maven.plugins</groupId>
502 <artifactId>maven-gpg-plugin</artifactId>
505 <id>sign-artifacts</id>
506 <phase>verify</phase>
515 <distributionManagement>
517 <id>sonatype-nexus-staging</id>
518 <name>Nexus Release Repository</name>
519 <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
521 </distributionManagement>
528 <name>!performRelease</name>
531 <distributionManagement>
534 <name>Local directory</name>
535 <url>file:${user.home}/java/workspace/deploy</url>
537 </distributionManagement>
541 <distributionManagement>
543 <id>test-enterprise-site</id>
544 <url>file:${distrib}/main</url>
546 </distributionManagement>
551 <url>http://teleal.org/m2</url>
553 <enabled>false</enabled>
560 <spring.version>2.0.8</spring.version>
561 <jmock.version>2.4.0</jmock.version>