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