first try to push to nexus
[upnpmonitor] / pom.xml
1 <?xml version="1.0"?>
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>
8         <name>/</name>
9         <description>wamblee.org upnp monitor</description>
10         <url>http://wamblee.org</url>
11         <licenses>
12                 <license>
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>
16                 </license>
17         </licenses>
18         <scm>
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>
22         </scm>
23         <developers>
24                 <developer>
25                         <email>erik@wamblee.org</email>
26                         <name>Erik Brakkee</name>
27                         <url>http://brakkee.org</url>
28                 </developer>
29         </developers>
30
31         <modules>
32     <!--
33                 <module>monitor</module>
34                 <module>wamblee-upnpmonitor</module>
35     -->
36                 <module>site</module>
37         </modules>
38         
39         <!--dependencies>
40                 <dependency>
41                         <groupId>junit</groupId>
42                         <artifactId>junit</artifactId>
43                         <scope>test</scope>
44                 </dependency>
45
46                 <dependency>
47                         <groupId>org.mockito</groupId>
48                         <artifactId>mockito-all</artifactId>
49                         <version>1.8.5</version>
50                         <scope>test</scope>
51                 </dependency>
52
53         </dependencies -->
54
55         <dependencyManagement>
56                 <dependencies>
57                     <dependency>
58                 <groupId>org.wamblee</groupId>
59                 <artifactId>wamblee-support-general</artifactId>
60                 <version>0.7</version>
61             </dependency>
62                     <dependency>
63                 <groupId>org.teleal.cling</groupId>
64                 <artifactId>cling-core</artifactId>
65                 <version>1.0.5</version>
66             </dependency>
67                         <dependency>
68                                 <groupId>javax.faces</groupId>
69                                 <artifactId>jsf-api</artifactId>
70                                 <version>1.2_02</version>
71                                 <scope>provided</scope>
72                         </dependency>
73                         <dependency>
74                                 <groupId>org.apache.wicket</groupId>
75                                 <artifactId>wicket</artifactId>
76                                 <version>1.4.9</version>
77                         </dependency>
78
79                         <dependency>
80                                 <groupId>org.jboss.weld</groupId>
81                                 <artifactId>weld-se</artifactId>
82                                 <version>1.0.1-Final</version>
83                         </dependency>
84
85                         <dependency>
86                                 <groupId>oro</groupId>
87                                 <artifactId>oro</artifactId>
88                                 <version>2.0.6</version>
89                         </dependency>
90
91
92                         <dependency>
93                                 <groupId>javax.transaction</groupId>
94                                 <artifactId>transaction-api</artifactId>
95                                 <version>1.1</version>
96                                 <scope>provided</scope>
97                         </dependency>
98
99                         <dependency>
100                                 <groupId>junit</groupId>
101                                 <artifactId>junit</artifactId>
102                                 <version>4.4</version>
103                         </dependency>
104                         <dependency>
105                                 <groupId>org.dbunit</groupId>
106                                 <artifactId>dbunit</artifactId>
107                                 <version>2.4.7</version>
108                         </dependency>
109                         <dependency>
110                                 <groupId>org.slf4j</groupId>
111                                 <artifactId>slf4j-api</artifactId>
112                                 <version>1.5.11</version>
113                         </dependency>
114                         <dependency>
115                                 <groupId>org.slf4j</groupId>
116                                 <artifactId>slf4j-jdk14</artifactId>
117                                 <version>1.5.11</version>
118                         </dependency>
119
120                         <dependency>
121                                 <groupId>javax.persistence</groupId>
122                                 <artifactId>persistence-api</artifactId>
123                                 <version>1.0</version>
124                                 <scope>provided</scope>
125                         </dependency>
126                         <dependency>
127                                 <groupId>javax.activation</groupId>
128                                 <artifactId>activation</artifactId>
129                                 <version>1.1</version>
130                         </dependency>
131                         <dependency>
132                                 <groupId>javax.mail</groupId>
133                                 <artifactId>mail</artifactId>
134                                 <version>1.4.1</version>
135                         </dependency>
136                         <dependency>
137                                 <groupId>javax.servlet</groupId>
138                                 <artifactId>servlet-api</artifactId>
139                                 <version>2.3</version>
140                                 <type>jar</type>
141                                 <scope>provided</scope>
142                         </dependency>
143                         <dependency>
144                                 <groupId>mysql</groupId>
145                                 <artifactId>mysql-connector-java</artifactId>
146                                 <version>5.1.12</version>
147                         </dependency>
148                         <dependency>
149                                 <groupId>org.apache.derby</groupId>
150                                 <artifactId>derby</artifactId>
151                                 <version>10.5.3.0_1</version>
152                         </dependency>
153                         <dependency>
154                                 <groupId>org.apache.derby</groupId>
155                                 <artifactId>derbyclient</artifactId>
156                                 <version>10.5.3.0_1</version>
157                         </dependency>
158                         <dependency>
159                                 <groupId>org.apache.derby</groupId>
160                                 <artifactId>derbynet</artifactId>
161                                 <version>10.5.3.0_1</version>
162                         </dependency>
163                         <dependency>
164                                 <groupId>quartz</groupId>
165                                 <artifactId>quartz</artifactId>
166                                 <version>1.5.1</version>
167                         </dependency>
168                         <dependency>
169                                 <groupId>jtidy</groupId>
170                                 <artifactId>jtidy</artifactId>
171                                 <version>4aug2000r7-dev</version>
172                         </dependency>
173
174
175                         <dependency>
176                                 <groupId>commons-logging</groupId>
177                                 <artifactId>commons-logging</artifactId>
178                                 <version>1.0.2</version>
179                         </dependency>
180                         <dependency>
181                                 <groupId>commons-httpclient</groupId>
182                                 <artifactId>commons-httpclient</artifactId>
183                                 <version>3.0</version>
184                         </dependency>
185                         <dependency>
186                                 <groupId>commons-beanutils</groupId>
187                                 <artifactId>commons-beanutils</artifactId>
188                                 <version>1.7.0</version>
189                         </dependency>
190                         <dependency>
191                                 <groupId>org.springframework</groupId>
192                                 <artifactId>spring-beans</artifactId>
193                                 <version>${spring.version}</version>
194                         </dependency>
195                         <dependency>
196                                 <groupId>org.springframework</groupId>
197                                 <artifactId>spring-web</artifactId>
198                                 <version>${spring.version}</version>
199                         </dependency>
200                         <dependency>
201                                 <groupId>org.springframework</groupId>
202                                 <artifactId>spring-jms</artifactId>
203                                 <version>${spring.version}</version>
204                         </dependency>
205                         <dependency>
206                                 <groupId>org.springframework</groupId>
207                                 <artifactId>spring-context</artifactId>
208                                 <version>${spring.version}</version>
209                         </dependency>
210                         <dependency>
211                                 <groupId>org.springframework</groupId>
212                                 <artifactId>spring-hibernate3</artifactId>
213                                 <version>${spring.version}</version>
214                         </dependency>
215                         <dependency>
216                                 <groupId>org.springframework</groupId>
217                                 <artifactId>spring-jpa</artifactId>
218                                 <version>${spring.version}</version>
219                         </dependency>
220                         <dependency>
221                                 <groupId>org.springframework</groupId>
222                                 <artifactId>spring-aop</artifactId>
223                                 <version>${spring.version}</version>
224                         </dependency>
225
226                         <dependency>
227                                 <groupId>net.sf.ehcache</groupId>
228                                 <artifactId>ehcache-core</artifactId>
229                                 <version>2.2.0</version>
230                         </dependency>
231
232                         <dependency>
233                                 <groupId>commons-email</groupId>
234                                 <artifactId>commons-email</artifactId>
235                                 <version>1.0</version>
236                         </dependency>
237                         <dependency>
238                                 <groupId>jstl</groupId>
239                                 <artifactId>jstl</artifactId>
240                                 <version>1.1.2</version>
241                         </dependency>
242                         <dependency>
243                                 <groupId>taglibs</groupId>
244                                 <artifactId>standard</artifactId>
245                                 <version>1.1.2</version>
246                         </dependency>
247                         <dependency>
248                                 <groupId>jfree</groupId>
249                                 <artifactId>jfreechart</artifactId>
250                                 <version>1.0.1</version>
251                         </dependency>
252                         <dependency>
253                                 <groupId>jfree</groupId>
254                                 <artifactId>jcommon</artifactId>
255                                 <version>1.0.2</version>
256                         </dependency>
257
258                         <dependency>
259                                 <groupId>javax</groupId>
260                                 <artifactId>javaee-api</artifactId>
261                                 <version>6.0</version>
262                                 <scope>provided</scope>
263                         </dependency>
264
265                         <dependency>
266                                 <groupId>commons-codec</groupId>
267                                 <artifactId>commons-codec</artifactId>
268                                 <version>1.3</version>
269                         </dependency>
270
271                         <dependency>
272                                 <groupId>commons-dbcp</groupId>
273                                 <artifactId>commons-dbcp</artifactId>
274                                 <version>1.4</version>
275                         </dependency>
276                         <!-- dependency>
277                                 <groupId>toplink.essentials</groupId>
278                                 <artifactId>toplink-essentials</artifactId>
279                                 <version>2.1-60f</version>
280                         </dependency -->
281                         
282
283                 </dependencies>
284         </dependencyManagement>
285
286         <build>
287                 <plugins>
288                         <plugin>
289                                 <groupId>org.apache.maven.plugins</groupId>
290                                 <artifactId>maven-release-plugin</artifactId>
291                                 <version>2.2.1</version>
292                                 <configuration>
293                                         <autoVersionSubmodules>true</autoVersionSubmodules>
294                                         <localCheckout>true</localCheckout>
295                                         <pushChanges>false</pushChanges>
296                                         <goals>javadoc:jar deploy</goals>
297                                 </configuration>
298                         </plugin>
299                         <plugin>
300                                 <groupId>org.apache.maven.plugins</groupId>
301                                 <artifactId>maven-checkstyle-plugin</artifactId>
302                                 <version>2.5</version>
303                                 <dependencies>
304                                         <dependency>
305                                                 <groupId>org.wamblee</groupId>
306                                                 <artifactId>wamblee-code-style</artifactId>
307                                                 <version>1.1</version>
308                                         </dependency>
309                                 </dependencies>
310                         </plugin>
311
312                         <plugin>
313                                 <groupId>org.codehaus.mojo</groupId>
314                                 <artifactId>jalopy-maven-plugin</artifactId>
315                                 <version>1.0-alpha-1</version>
316                                 <configuration>
317                                         <fileFormat>UNIX</fileFormat>
318                                         <convention>org.wamblee.jalopy.xml</convention>
319                                 </configuration>
320                                 <dependencies>
321                                         <dependency>
322                                                 <groupId>org.wamblee</groupId>
323                                                 <artifactId>wamblee-code-style</artifactId>
324                                                 <version>1.1</version>
325                                         </dependency>
326                                 </dependencies>
327                         </plugin>
328                         <plugin>
329                                 <groupId>org.apache.maven.plugins</groupId>
330                                 <artifactId>maven-compiler-plugin</artifactId>
331                                 <version>2.3.2</version>
332                                 <configuration>
333                                         <source>1.6</source>
334                                         <target>1.6</target>
335                                 </configuration>
336                         </plugin>
337
338                         <plugin>
339                                 <groupId>org.apache.maven.plugins</groupId>
340                                 <artifactId>maven-surefire-plugin</artifactId>
341                                 <version>2.5</version>
342                                 <configuration>
343                                         <!--
344                                                 enable forkMode to check if some tests do not setup their test
345                                                 fixture correctly
346                                         -->
347                                         <!-- forkMode>always</forkMode -->
348                                         <includes>
349                                                 <include>**/*Test.java</include>
350                                         </includes>
351                                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
352                                 </configuration>
353                         </plugin>
354
355                         <!--
356                                 Make sure other projects can use (or the test support and test
357                                 classes from the projects it uses. To use a dependence on a test
358                                 library of a project, an additinoal dependence must be added with
359                                 <type>test-jar</type>
360                         -->
361
362                         <plugin>
363                                 <groupId>org.apache.maven.plugins</groupId>
364                                 <artifactId>maven-jar-plugin</artifactId>
365                                 <version>2.3.1</version>
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                                 <version>2.3</version>
379                                 <executions>
380                                         <execution>
381                                                 <goals>
382                                                         <goal>clean</goal>
383                                                 </goals>
384                                         </execution>
385                                 </executions>
386                                 <configuration>
387                                         <instrumentation>
388                                                 <excludes>
389                                                 </excludes>
390                                         </instrumentation>
391                                 </configuration>
392                         </plugin>
393                         <plugin>
394                                 <artifactId>maven-site-plugin</artifactId>
395                                 <configuration>
396                                         <locales>en</locales>
397                                 </configuration>
398                         </plugin>
399
400
401                 </plugins>
402
403                 <pluginManagement>
404                         <plugins>
405                                 <plugin>
406                                         <artifactId>maven-site-plugin</artifactId>
407                                         <version>3.12.0</version>
408                                 </plugin>
409                         </plugins>
410                 </pluginManagement>
411
412         </build>
413
414
415         <profiles>
416                 <profile>
417                         <id>release</id>
418                         <activation>
419                                 <property>
420                                         <name>performRelease</name>
421                                         <value>true</value>
422                                 </property>
423                         </activation>
424                         <build>
425                                 <plugins>
426                                         <plugin>
427                                                 <groupId>org.apache.maven.plugins</groupId>
428                                                 <artifactId>maven-gpg-plugin</artifactId>
429                                                 <executions>
430                                                         <execution>
431                                                                 <id>sign-artifacts</id>
432                                                                 <phase>verify</phase>
433                                                                 <goals>
434                                                                         <goal>sign</goal>
435                                                                 </goals>
436                                                         </execution>
437                                                 </executions>
438                                         </plugin>
439                                 </plugins>
440                         </build>
441                         <distributionManagement>
442                                 <repository>
443                                         <id>sonatype-nexus-staging</id>
444                                         <name>Nexus Release Repository</name>
445                                         <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
446                                 </repository>
447                         </distributionManagement>
448
449                 </profile>
450                 <profile>
451                         <id>all</id>
452                         <activation>
453                                 <property>
454                                         <name>!performRelease</name>
455                                 </property>
456                         </activation>
457                         <distributionManagement>
458                                 <repository>
459                                         <id>localdir</id>
460                                         <name>Local directory</name>
461                                         <url>file:${user.home}/java/workspace/deploy</url>
462                                 </repository>
463                         </distributionManagement>
464                 </profile>
465         </profiles>
466
467         <distributionManagement>
468             <repository>
469             <id>sparrow</id>
470             <name>wamblee.org maven repository</name>
471             <url>http://wamblee.org/nexus/content/repositories/rpms/</url>
472         </repository>
473
474                 <site>
475                         <id>test-enterprise-site</id>
476                         <url>file:${distrib}/main</url>
477                 </site>
478         </distributionManagement>
479         
480         <repositories>
481         <repository>
482             <id>teleal-repo</id>
483             <url>http://teleal.org/m2</url>
484             <snapshots>
485                 <enabled>false</enabled>
486             </snapshots>
487         </repository>
488     </repositories>
489
490
491         <properties>
492                 <spring.version>2.0.8</spring.version>
493                 <jmock.version>2.4.0</jmock.version>
494         </properties>
495
496 </project>