baseline uplifts
[utils] / pom.xml
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>
9     <name>wamblee.org utility libraries</name>
10     <url>http://wamblee.org</url>
11     <modules>
12         <module>support</module>
13         <module>system</module>
14         <module>hibernate-jpa</module>
15         <module>security</module>
16         <module>socketproxy</module>
17         <module>crawler</module>
18         <module>gps</module>
19         <module>mythtv</module>
20     </modules>
21     <dependencies>
22         <dependency>
23             <groupId>junit</groupId>
24             <artifactId>junit</artifactId>
25             <version>4.4</version>
26             <scope>test</scope>
27         </dependency>
28         <dependency>
29             <groupId>org.dbunit</groupId>
30             <artifactId>dbunit</artifactId>
31             <scope>test</scope>
32         </dependency>
33         <dependency>
34             <groupId>org.apache.derby</groupId>
35             <artifactId>derby</artifactId>
36             <scope>test</scope>
37         </dependency>
38         <dependency>
39             <groupId>org.apache.derby</groupId>
40             <artifactId>derbyclient</artifactId>
41             <scope>test</scope>
42         </dependency>
43         <dependency>
44             <groupId>org.apache.derby</groupId>
45             <artifactId>derbynet</artifactId>
46             <scope>test</scope>
47         </dependency>
48         <dependency>
49             <groupId>org.slf4j</groupId>
50             <artifactId>slf4j-api</artifactId>
51             <scope>test</scope>
52         </dependency>
53         <dependency>
54             <groupId>org.slf4j</groupId>
55             <artifactId>slf4j-jdk14</artifactId>
56             <scope>test</scope>
57         </dependency>
58         
59         <dependency>
60             <groupId>mysql</groupId>
61             <artifactId>mysql-connector-java</artifactId>
62             <scope>test</scope>
63         </dependency>
64         <dependency>
65             <groupId>org.mockito</groupId>
66             <artifactId>mockito-all</artifactId>
67             <version>1.8.0</version> 
68             <scope>test</scope>
69         </dependency>
70
71         <!-- dependency>
72           <groupId>org.testng</groupId>
73           <artifactId>testng</artifactId>
74           <version>5.7</version>
75           <scope>test</scope>
76           <classifier>jdk15</classifier>
77         </dependency -->
78     </dependencies>
79
80     <dependencyManagement>
81         <dependencies>
82             
83             <dependency>
84                 <groupId>org.dbunit</groupId>
85                 <artifactId>dbunit</artifactId>
86                 <version>2.4.7</version>
87             </dependency>
88             <dependency>
89                 <groupId>org.slf4j</groupId>
90                 <artifactId>slf4j-api</artifactId>
91                 <version>1.5.11</version>
92             </dependency>
93             <dependency>
94                 <groupId>org.slf4j</groupId>
95                 <artifactId>slf4j-jdk14</artifactId>
96                 <version>1.5.11</version>
97             </dependency>
98
99             <dependency>
100                 <groupId>javax.persistence</groupId>
101                 <artifactId>persistence-api</artifactId>
102                 <version>1.0</version>
103                 <scope>provided</scope>
104             </dependency>
105             <dependency>
106                 <groupId>javax.activation</groupId>
107                 <artifactId>activation</artifactId>
108                 <version>1.1</version>
109             </dependency>
110             <dependency>
111                 <groupId>javax.mail</groupId>
112                 <artifactId>mail</artifactId>
113                 <version>1.4.1</version>
114             </dependency>
115             <dependency>
116                 <groupId>javax.servlet</groupId>
117                 <artifactId>servlet-api</artifactId>
118                 <version>2.3</version>
119                 <type>jar</type>
120                 <scope>provided</scope>
121             </dependency>
122             <dependency>
123                 <groupId>mysql</groupId>
124                 <artifactId>mysql-connector-java</artifactId>
125                 <version>5.1.12</version>
126             </dependency>
127             <dependency>
128                 <groupId>org.apache.derby</groupId>
129                 <artifactId>derby</artifactId>
130                 <version>10.5.3.0_1</version>
131             </dependency>
132             <dependency>
133                 <groupId>org.apache.derby</groupId>
134                 <artifactId>derbyclient</artifactId>
135                 <version>10.5.3.0_1</version>
136             </dependency>
137             <dependency>
138                 <groupId>org.apache.derby</groupId>
139                 <artifactId>derbynet</artifactId>
140                 <version>10.5.3.0_1</version>
141             </dependency>
142             <dependency>
143                 <groupId>quartz</groupId>
144                 <artifactId>quartz</artifactId>
145                 <version>1.5.1</version>
146             </dependency>
147             <dependency>
148                 <groupId>jtidy</groupId>
149                 <artifactId>jtidy</artifactId>
150                 <version>4aug2000r7-dev</version>
151             </dependency>
152
153
154             <dependency>
155                 <groupId>commons-logging</groupId>
156                 <artifactId>commons-logging</artifactId>
157                 <version>1.0.2</version>
158             </dependency>
159             <dependency>
160                 <groupId>commons-httpclient</groupId>
161                 <artifactId>commons-httpclient</artifactId>
162                 <version>3.0</version>
163             </dependency>
164             <dependency>
165                 <groupId>commons-beanutils</groupId>
166                 <artifactId>commons-beanutils</artifactId>
167                 <version>1.7.0</version>
168             </dependency>
169             <dependency>
170                 <groupId>org.springframework</groupId>
171                 <artifactId>spring-beans</artifactId>
172                 <version>${spring.version}</version>
173             </dependency>
174             <dependency>
175                 <groupId>org.springframework</groupId>
176                 <artifactId>spring-web</artifactId>
177                 <version>${spring.version}</version>
178             </dependency>
179             <dependency>
180                 <groupId>org.springframework</groupId>
181                 <artifactId>spring-jms</artifactId>
182                 <version>${spring.version}</version>
183             </dependency>
184             <dependency>
185                 <groupId>org.springframework</groupId>
186                 <artifactId>spring-context</artifactId>
187                 <version>${spring.version}</version>
188             </dependency>
189             <dependency>
190                 <groupId>org.springframework</groupId>
191                 <artifactId>spring-hibernate3</artifactId>
192                 <version>${spring.version}</version>
193             </dependency>
194             <dependency>
195                 <groupId>org.springframework</groupId>
196                 <artifactId>spring-jpa</artifactId>
197                 <version>${spring.version}</version>
198             </dependency>
199             <dependency>
200                 <groupId>org.springframework</groupId>
201                 <artifactId>spring-aop</artifactId>
202                 <version>${spring.version}</version>
203             </dependency>
204
205             <!-- should be possible to remove the dependence on log4j -->
206             <dependency>
207                 <groupId>log4j</groupId>
208                 <artifactId>log4j</artifactId>
209                 <version>1.2.8</version>
210             </dependency>
211             <dependency>
212                 <groupId>dom4j</groupId>
213                 <artifactId>dom4j</artifactId>
214                 <version>1.6</version>
215                 <exclusions>
216                     <exclusion>
217                         <groupId>xml-apis</groupId>
218                         <artifactId>xml-apis</artifactId>
219                     </exclusion>
220                 </exclusions>
221             </dependency>
222             <dependency>
223                 <groupId>net.sf.ehcache</groupId>
224                 <artifactId>ehcache</artifactId>
225                 <version>1.2.3</version>
226             </dependency>
227             <dependency>
228                 <groupId>xerces</groupId>
229                 <artifactId>xercesImpl</artifactId>
230                 <version>2.8.1</version>
231             </dependency>
232
233
234             <dependency>
235                 <groupId>commons-email</groupId>
236                 <artifactId>commons-email</artifactId>
237                 <version>1.0</version>
238             </dependency>
239             <dependency>
240                 <groupId>jaxen</groupId>
241                 <artifactId>jaxen</artifactId>
242                 <version>1.1-beta-9</version>
243                 <exclusions>
244                     <exclusion>
245                         <groupId>xom</groupId>
246                         <artifactId>xom</artifactId>
247                     </exclusion>
248                     <exclusion>
249                         <groupId>xerces</groupId>
250                         <artifactId>xmlParserAPIs</artifactId>
251                     </exclusion>
252                 </exclusions>
253             </dependency>
254             <dependency>
255                 <groupId>jstl</groupId>
256                 <artifactId>jstl</artifactId>
257                 <version>1.1.2</version>
258             </dependency>
259             <dependency>
260                 <groupId>taglibs</groupId>
261                 <artifactId>standard</artifactId>
262                 <version>1.1.2</version>
263             </dependency>
264             <dependency>
265                 <groupId>jfree</groupId>
266                 <artifactId>jfreechart</artifactId>
267                 <version>1.0.1</version>
268             </dependency>
269             <dependency>
270                 <groupId>jfree</groupId>
271                 <artifactId>jcommon</artifactId>
272                 <version>1.0.2</version>
273             </dependency>
274
275             <dependency>
276                 <groupId>javaee</groupId>
277                 <artifactId>javaee-api</artifactId>
278                 <version>5</version>
279                 <scope>provided</scope>
280             </dependency>
281
282             <dependency>
283                 <groupId>commons-codec</groupId>
284                 <artifactId>commons-codec</artifactId>
285                 <version>1.3</version>
286             </dependency>
287             
288             <dependency>
289                 <groupId>commons-dbcp</groupId>
290                 <artifactId>commons-dbcp</artifactId>
291                 <version>1.4</version>
292             </dependency>
293             <dependency>
294                 <groupId>toplink.essentials</groupId>
295                 <artifactId>toplink-essentials</artifactId>
296                 <version>2.0-36</version>
297             </dependency>
298             
299
300         </dependencies>
301     </dependencyManagement>
302
303     <build>
304         <plugins>
305             <plugin>
306                 <groupId>org.codehaus.mojo</groupId>
307                 <artifactId>jalopy-maven-plugin</artifactId>
308                 <configuration>
309                     <fileFormat>UNIX</fileFormat>
310                     <convention>org.wamblee.jalopy.xml</convention>
311                 </configuration>
312             </plugin>
313             <plugin>
314                 <groupId>org.apache.maven.plugins</groupId>
315                 <artifactId>maven-compiler-plugin</artifactId>
316                 <configuration>
317                     <source>1.6</source>
318                     <target>1.6</target>
319                 </configuration>
320             </plugin>
321
322             <plugin>
323                 <groupId>org.apache.maven.plugins</groupId>
324                 <artifactId>maven-surefire-plugin</artifactId>
325                 <configuration>
326                     <includes>
327                         <include>**/*Test.java</include>
328                     </includes>
329                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
330                 </configuration>
331             </plugin>
332
333             <!-- Make sure other projects can use (or the test support
334            and test classes from the projects it uses. To use
335            a dependence on a test library of a project, an additinoal
336            dependence must be added with <type>test-jar</type>
337         -->
338
339             <plugin>
340                 <groupId>org.apache.maven.plugins</groupId>
341                 <artifactId>maven-jar-plugin</artifactId>
342                 <executions>
343                     <execution>
344                         <goals>
345                             <goal>test-jar</goal>
346                         </goals>
347                     </execution>
348                 </executions>
349             </plugin>
350
351             <plugin>
352                 <groupId>org.codehaus.mojo</groupId>
353                 <artifactId>cobertura-maven-plugin</artifactId>
354                 <executions>
355                     <execution>
356                         <goals>
357                             <goal>clean</goal>
358                         </goals>
359                     </execution>
360                 </executions>
361                 <configuration>
362                     <instrumentation>
363                         <excludes>
364                             <exclude>org/wamblee/crawler/kiss/**/*.class</exclude>
365                             <exclude>org/wamblee/mythtv/**/*.class</exclude>
366                         </excludes>
367                     </instrumentation>
368                 </configuration>
369             </plugin>
370
371
372         </plugins>
373
374     </build>
375
376     <reporting>
377         <plugins>
378             <plugin>
379                 <groupId>org.apache.maven.plugins</groupId>
380                 <artifactId>maven-project-info-reports-plugin</artifactId>
381                 <reportSets>
382                     <reportSet>
383                         <reports>
384                             <report>checkstyle</report>
385                             <report>javadoc</report>
386                             <report>dependencies</report>
387                             <report>project-team</report>
388                             <report>mailing-list</report>
389                             <report>issue-tracking</report>
390                             <report>license</report>
391                             <report>scm</report>
392                         </reports>
393                     </reportSet>
394                 </reportSets>
395             </plugin>
396             <plugin>
397                 <groupId>org.codehaus.mojo</groupId>
398                 <artifactId>changes-maven-plugin</artifactId>
399                 <version>2.0-beta-1</version>
400                 <reportSets>
401                     <reportSet>
402                         <reports>
403                             <report>changes-report</report>
404                         </reports>
405                     </reportSet>
406                 </reportSets>
407             </plugin>
408             <plugin>
409                 <groupId>org.apache.maven.plugins</groupId>
410                 <artifactId>maven-javadoc-plugin</artifactId>
411             </plugin>
412             <plugin>
413                 <groupId>org.codehaus.mojo</groupId>
414                 <artifactId>surefire-report-maven-plugin</artifactId>
415             </plugin>
416             <!-- Test coverage reporting -->
417             <plugin>
418                 <groupId>org.codehaus.mojo</groupId>
419                 <artifactId>cobertura-maven-plugin</artifactId>
420                 <configuration>
421                     <formats>
422                         <format>xml</format>
423                         <format>html</format>
424                     </formats>
425                 </configuration>
426             </plugin>
427
428             <!-- checkstyle -->
429             <plugin>
430                 <groupId>org.apache.maven.plugins</groupId>
431                 <artifactId>maven-checkstyle-plugin</artifactId>
432                 <configuration>
433                     <configLocation>config/sun_checks.xml</configLocation>
434                 </configuration>
435             </plugin>
436
437             <!-- taglist -->
438             <plugin>
439                 <groupId>org.codehaus.mojo</groupId>
440                 <artifactId>taglist-maven-plugin</artifactId>
441                 <configuration>
442                     <tags>
443                         <tag>TODO</tag>
444                         <tag>@todo</tag>
445                         <tag>FIXME</tag>
446                     </tags>
447                 </configuration>
448             </plugin>
449
450         </plugins>
451     </reporting>
452
453     <repositories>
454         <repository>
455             <id>javaee</id>
456             <name>Java EE repo at SUN</name>
457             <url>http://download.java.net/maven/1</url>
458             <layout>legacy</layout>
459         </repository>
460     </repositories>
461
462     <properties>
463         <spring.version>2.0.8</spring.version>
464         <jmock.version>2.4.0</jmock.version>
465     </properties>
466
467 </project>