source: core/trunk/pom.xml @ 381

Last change on this file since 381 was 381, checked in by smoser, 10 years ago

#179

  • Property svn:mime-type set to text/plain
File size: 9.7 KB
Line 
1<!--
2  This file is part of the FLARM®-Radar Project.
3   
4    Copyright by the Authors
5 
6  Licensed under the Apache License, Version 2.0 (the "License");
7  you may not use this file except in compliance with the License.
8  You may obtain a copy of the License at
9 
10    http://www.apache.org/licenses/LICENSE-2.0
11 
12  Unless required by applicable law or agreed to in writing, software
13  distributed under the License is distributed on an "AS IS" BASIS,
14  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  See the License for the specific language governing permissions and
16  limitations under the License.
17 
18    Project Website: www.flarmradar.ch
19    Email: info@flarmradar.ch
20    Authors:
21      2012-2015 Simon Moser
22      2013-2015 Dominic Spreitz
23      2014-2015 Giorgio Tresoldi
24-->
25<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/xsd/maven-4.0.0.xsd">
26        <modelVersion>4.0.0</modelVersion>
27        <groupId>flarmradar</groupId>
28        <artifactId>ch.netzschmiede.flarmradar.all</artifactId>
29        <version>1.3.0-SNAPSHOT</version>
30        <packaging>pom</packaging>
31        <name>ch.netzschmiede.flarmradar.all</name>
32        <description>Aggregator module for Project Flarm-Radar</description>
33        <url>http://www.flarmradar.ch</url>
34        <scm>
35    <connection>scm:svn:https://secure.netzschmiede.ch/svn/flarmradar/core/trunk</connection>
36    <developerConnection>scm:svn:https://secure.netzschmiede.ch/svn/flarmradar/core/trunk</developerConnection>
37    <url>https://secure.netzschmiede.ch/svn/flarmradar/core/trunk</url>
38  </scm>
39 
40  <properties>
41        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43  </properties>
44
45        <!-- when this module is build, then build also the following ones -->
46        <modules>
47                <module>api</module>
48                <module>lib</module>
49                <module>srv</module>
50                <module>web</module>
51                <module>assembly</module>
52                <module>client</module>
53                <module>server</module>
54        </modules>
55       
56        <repositories>
57        <repository>
58        <id>ZK CE</id>
59        <name>ZK CE Repository</name>
60        <url>http://mavensync.zkoss.org/maven2</url>
61        </repository>
62        </repositories>
63
64        <!-- define version numbers for all used libraries (own and 3rdparty) here -->
65        <dependencyManagement>
66                <dependencies>
67                        <!-- our own modules -->
68                        <dependency>
69                                <groupId>flarmradar</groupId>
70                                <artifactId>ch.netzschmiede.flarmradar.api</artifactId>
71                                <version>${project.version}</version>
72                                <type>pom</type>
73                        </dependency>
74                        <dependency>
75                                <groupId>flarmradar</groupId>
76                                <artifactId>ch.netzschmiede.flarmradar.api.core</artifactId>
77                                <version>${project.version}</version>
78                        </dependency>
79                        <dependency>
80                                <groupId>flarmradar</groupId>
81                                <artifactId>ch.netzschmiede.flarmradar.lib</artifactId>
82                                <version>${project.version}</version>
83                                <type>pom</type>
84                        </dependency>
85                        <dependency>
86                                <groupId>flarmradar</groupId>
87                                <artifactId>ch.netzschmiede.flarmradar.lib.log</artifactId>
88                                <version>${project.version}</version>
89                        </dependency>
90                        <dependency>
91                                <groupId>flarmradar</groupId>
92                                <artifactId>ch.netzschmiede.flarmradar.lib.remote</artifactId>
93                                <version>${project.version}</version>
94                        </dependency>
95                        <dependency>
96                                <groupId>flarmradar</groupId>
97                                <artifactId>ch.netzschmiede.flarmradar.lib.upgrade</artifactId>
98                                <version>${project.version}</version>
99                        </dependency>
100                        <dependency>
101                                <groupId>flarmradar</groupId>
102                                <artifactId>ch.netzschmiede.flarmradar.web</artifactId>
103                                <version>${project.version}</version>
104                                <type>pom</type>
105                        </dependency>
106                        <dependency>
107                                <groupId>flarmradar</groupId>
108                                <artifactId>ch.netzschmiede.flarmradar.web.radar</artifactId>
109                                <version>${project.version}</version>
110                                <type>war</type>
111                        </dependency>
112                        <dependency>
113                                <groupId>flarmradar</groupId>
114                                <artifactId>ch.netzschmiede.flarmradar.web.rest</artifactId>
115                                <version>${project.version}</version>
116                                <type>war</type>
117                        </dependency>
118                        <dependency>
119                                <groupId>flarmradar</groupId>
120                                <artifactId>ch.netzschmiede.flarmradar.web.zkee</artifactId>
121                                <version>${project.version}</version>
122                        </dependency>
123                        <dependency>
124                                <groupId>flarmradar</groupId>
125                                <artifactId>ch.netzschmiede.flarmradar.srv</artifactId>
126                                <version>${project.version}</version>
127                                <type>pom</type>
128                        </dependency>
129                        <dependency>
130                                <groupId>flarmradar</groupId>
131                                <artifactId>ch.netzschmiede.flarmradar.srv.core</artifactId>
132                                <version>${project.version}</version>
133                                <type>ejb</type>
134                        </dependency>
135                        <dependency>
136                                <groupId>flarmradar</groupId>
137                                <artifactId>ch.netzschmiede.flarmradar.srv.flarmdata</artifactId>
138                                <version>${project.version}</version>
139                                <type>ejb</type>
140                        </dependency>
141                        <dependency>
142                                <groupId>flarmradar</groupId>
143                                <artifactId>ch.netzschmiede.flarmradar.server</artifactId>
144                                <version>${project.version}</version>
145                                <type>pom</type>
146                        </dependency>
147
148                        <!-- third party libraries -->
149                        <dependency>
150                                <groupId>javax</groupId>
151                                <artifactId>javaee-api</artifactId>
152                                <version>6.0</version>
153                        </dependency>
154                        <dependency>
155                                <groupId>javax</groupId>
156                                <artifactId>javaee-web-api</artifactId>
157                                <version>6.0</version>
158                        </dependency>
159                        <dependency>
160                                <groupId>org.slf4j</groupId>
161                                <artifactId>slf4j-api</artifactId>
162                                <version>1.6.6</version>
163                        </dependency>
164                        <dependency>
165                                <groupId>log4j</groupId>
166                                <artifactId>log4j</artifactId>
167                                <version>1.2.17</version>
168                        </dependency>
169                        <dependency>
170                                <groupId>org.slf4j</groupId>
171                                <artifactId>slf4j-simple</artifactId>
172                                <version>1.6.6</version>
173                        </dependency>
174                        <dependency>
175                                <groupId>org.slf4j</groupId>
176                                <artifactId>slf4j-log4j12</artifactId>
177                                <version>1.6.6</version>
178                        </dependency>
179                        <dependency>
180                                <groupId>org.liquibase</groupId>
181                                <artifactId>liquibase-core</artifactId>
182                                <version>2.0.3</version>
183                        </dependency>
184                        <dependency>
185                                <groupId>org.jboss.resteasy</groupId>
186                                <artifactId>resteasy-jaxrs</artifactId>
187                                <version>2.3.2.Final</version>
188                                <scope>provided</scope>
189                        </dependency>
190                        <dependency>
191                                <groupId>junit</groupId>
192                                <artifactId>junit</artifactId>
193                                <version>4.10</version>
194                        </dependency>
195                        <!-- apache commons -->
196                        <dependency>
197                                <groupId>commons-io</groupId>
198                                <artifactId>commons-io</artifactId>
199                                <version>1.3.1</version>
200                        </dependency>
201                        <dependency>
202                                <groupId>commons-logging</groupId>
203                                <artifactId>commons-logging</artifactId>
204                                <version>1.1.1</version>
205                        </dependency>
206                        <dependency>
207                                <groupId>commons-fileupload</groupId>
208                                <artifactId>commons-fileupload</artifactId>
209                                <version>1.2.1</version>
210                        </dependency>
211                        <dependency>
212                                <groupId>commons-digester</groupId>
213                                <artifactId>commons-digester</artifactId>
214                                <version>2.0</version>
215                        </dependency>
216                        <dependency>
217                                <groupId>commons-collections</groupId>
218                                <artifactId>commons-collections</artifactId>
219                                <version>3.2.1</version>
220                        </dependency>
221                        <dependency>
222                                <groupId>commons-codec</groupId>
223                                <artifactId>commons-codec</artifactId>
224                                <version>1.4</version>
225                        </dependency>
226                        <dependency>
227                                <groupId>commons-lang</groupId>
228                                <artifactId>commons-lang</artifactId>
229                                <version>2.4</version>
230                        </dependency>
231                </dependencies>
232        </dependencyManagement>
233
234        <!-- inherit these dependencies to all modules -->
235        <dependencies>
236                <dependency>
237                        <groupId>junit</groupId>
238                        <artifactId>junit</artifactId>
239                        <scope>test</scope>
240                </dependency>
241        </dependencies>
242
243        <build>
244                <!-- Define all used plugins & configurations here -->
245                <pluginManagement>
246                        <plugins>
247                                <plugin>
248                                        <groupId>org.apache.maven.plugins</groupId>
249                                        <artifactId>maven-ejb-plugin</artifactId>
250                                        <version>2.3</version>
251                                </plugin>
252                                <plugin>
253                                        <groupId>org.apache.maven.plugins</groupId>
254                                        <artifactId>maven-war-plugin</artifactId>
255                                        <version>2.2</version>
256                                </plugin>
257                                <plugin>
258                                        <artifactId>maven-compiler-plugin</artifactId>
259                                        <version>2.4</version>
260                                </plugin>
261                                <plugin>
262                                        <groupId>org.apache.maven.plugins</groupId>
263                                        <artifactId>maven-source-plugin</artifactId>
264                                        <version>2.1.2</version>
265                                </plugin>
266                                <plugin>
267                                        <groupId>org.apache.maven.plugins</groupId>
268                                        <artifactId>maven-ear-plugin</artifactId>
269                                        <version>2.5</version>
270                                </plugin>
271                                <plugin>
272                                        <groupId>org.apache.maven.plugins</groupId>
273                                        <artifactId>maven-release-plugin</artifactId>
274                                        <version>2.2.1</version>
275                                </plugin>
276                                <plugin>
277                                        <groupId>org.apache.maven.plugins</groupId>
278                                        <artifactId>maven-javadoc-plugin</artifactId>
279                                        <version>2.8.1</version>
280                                </plugin>
281                                <plugin>
282                                        <groupId>org.apache.maven.plugins</groupId>
283                                        <artifactId>maven-resources-plugin</artifactId>
284                                        <version>2.5</version>
285                                </plugin>
286                                <plugin>
287                                        <groupId>org.apache.maven.plugins</groupId>
288                                        <artifactId>maven-surefire-plugin</artifactId>
289                                        <version>2.12</version>
290                                </plugin>
291                        </plugins>
292                </pluginManagement>
293                <plugins>
294                        <plugin>
295                                <groupId>org.apache.maven.plugins</groupId>
296                                <artifactId>maven-war-plugin</artifactId>
297                                <configuration>
298                                        <webXml>src\main\webapp\WEB-INF\web.xml</webXml>
299                                </configuration>
300                        </plugin>
301                        <plugin>
302                                <artifactId>maven-ejb-plugin</artifactId>
303                                <configuration>
304                                        <ejbVersion>3.1</ejbVersion>
305                                </configuration>
306                        </plugin>
307                        <plugin>
308                                <artifactId>maven-compiler-plugin</artifactId>
309                                <configuration>
310                                        <source>1.6</source>
311                                        <target>1.6</target>
312                                </configuration>
313                        </plugin>
314                        <plugin>
315                                <groupId>org.apache.maven.plugins</groupId>
316                                <artifactId>maven-source-plugin</artifactId>
317                                <executions>
318                                        <execution>
319                                                <id>attach-sources</id>
320                                                <goals>
321                                                        <goal>jar</goal>
322                                                </goals>
323                                        </execution>
324                                </executions>
325                        </plugin>
326                </plugins>
327        </build>
328</project>
Note: See TracBrowser for help on using the repository browser.