blob: fcff63af936a70c9082522c79434a16571da2156 [file] [log] [blame]
Guillaume Nodet91fab3b2009-04-27 10:01:58 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <!--
5
6 Licensed to the Apache Software Foundation (ASF) under one or more
7 contributor license agreements. See the NOTICE file distributed with
8 this work for additional information regarding copyright ownership.
9 The ASF licenses this file to You under the Apache License, Version 2.0
10 (the "License"); you may not use this file except in compliance with
11 the License. You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 -->
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000021
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000022 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000025 <groupId>org.apache.felix</groupId>
Gert Vanthienenc3f669d2009-06-16 11:58:10 +000026 <artifactId>felix-parent</artifactId>
27 <version>1.2.0</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000028 </parent>
29
Gert Vanthienen607b8522009-05-02 19:57:13 +000030 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000031 <artifactId>karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000032 <packaging>pom</packaging>
33 <version>1.2.0-SNAPSHOT</version>
Gert Vanthienen607b8522009-05-02 19:57:13 +000034 <name>Apache Felix Karaf</name>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000035 <inceptionYear>2007</inceptionYear>
36
37 <modules>
38 <module>main</module>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +000039 <module>features</module>
Guillaume Nodet18c56a12009-04-30 09:10:03 +000040 <module>deployer</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000041 <module>gshell</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000042 <module>jaas</module>
43 <module>client</module>
44 <module>management</module>
Gert Vanthienen971f9332009-06-06 13:57:36 +000045 <module>webconsole</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000046 <module>assembly</module>
Guillaume Nodet8822ca12009-06-18 21:05:47 +000047 <!--
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000048 <module>demos</module>
Guillaume Nodetf2015012009-04-30 07:04:50 +000049 <module>itests</module>
Guillaume Nodet8822ca12009-06-18 21:05:47 +000050 -->
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000051 <module>tooling</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000052 </modules>
53
54 <scm>
Carsten Ziegelerd372ef12009-04-27 18:39:46 +000055 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
56 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
57 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000058 </scm>
59
60 <issueManagement>
61 <system>jira</system>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000062 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000063 </issueManagement>
64
65 <prerequisites>
66 <maven>2.0.7</maven>
67 </prerequisites>
68
69 <properties>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000070 <aopalliance.version>1.0_1</aopalliance.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000071 <cglib.version>2.1_3_2-SNAPSHOT</cglib.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000072 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000073 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
74 <easymock.version>2.4</easymock.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000075 <equinox.version>3.5.0.v20090520</equinox.version>
Guillaume Nodet89190a12009-04-28 21:28:02 +000076 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000077 <felix.compendium.version>1.2.0</felix.compendium.version>
78 <felix.configadmin.version>1.0.4</felix.configadmin.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000079 <felix.framework.version>1.9.0-SNAPSHOT</felix.framework.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +000080 <felix.gogo.version>0.9.0-SNAPSHOT</felix.gogo.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000081 <felix.osgi.version>1.3.0-SNAPSHOT</felix.osgi.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000082 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000083 <felix.prefs.version>1.0.2</felix.prefs.version>
Gert Vanthienen96270372009-07-03 14:05:00 +000084 <felix.webconsole.version>1.2.11-SNAPSHOT</felix.webconsole.version>
Guillaume Nodetafcbf452009-06-11 08:36:21 +000085 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +000086 <geronimo.blueprint.version>1.0.0-SNAPSHOT</geronimo.blueprint.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000087 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000088 <jansi.version>1.0-SNAPSHOT</jansi.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +000089 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000090 <junit.version>3.8.2_1</junit.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000091 <jline.version>0.9.95-SNAPSHOT</jline.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000092 <log4j.version>1.2.14</log4j.version>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000093 <maven.version>2.0.9</maven.version>
Guillaume Nodetedf7d1a2009-06-08 19:25:20 +000094 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodet5c1894e2009-04-29 16:35:06 +000095 <pax.exam.version>0.5.0</pax.exam.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000096 <pax.logging.version>1.3.1-SNAPSHOT</pax.logging.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000097 <pax.url.version>0.3.3</pax.url.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +000098 <pax.web.version>0.6.0</pax.web.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000099 <servicemix.legal.version>1.0</servicemix.legal.version>
100 <servicemix.specs.version>1.4-SNAPSHOT</servicemix.specs.version>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000101 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +0000102 <spring.osgi.version>1.2.0</spring.osgi.version>
103 <spring.version>2.5.6.SEC01</spring.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000104 <sshd.version>1.0-SNAPSHOT</sshd.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000105 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000106
107 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet3e9a4282009-05-04 16:30:02 +0000108
109 <karaf.osgi.version>1.2.0</karaf.osgi.version>
110 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000111 </properties>
112
113 <repositories>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000114 <!-- Apache snapshots -->
115 <repository>
116 <id>apache-snapshots</id>
117 <name>Apache Snapshots Repository</name>
118 <url>http://repository.apache.org/content/groups/snapshots-group</url>
119 <releases>
120 <enabled>false</enabled>
121 </releases>
122 <snapshots>
123 <enabled>true</enabled>
124 </snapshots>
125 </repository>
126 <!-- ServiceMix repo -->
127 <repository>
128 <id>servicemix</id>
129 <name>Apache ServiceMix Repository</name>
130 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
131 <releases>
132 <enabled>true</enabled>
133 </releases>
134 <snapshots>
135 <enabled>false</enabled>
136 </snapshots>
137 </repository>
138 <!-- OPS4J repo -->
139 <repository>
140 <id>ops4j</id>
141 <name>OPS4j Repository</name>
142 <url>http://repository.ops4j.org/maven2</url>
143 <releases>
144 <enabled>true</enabled>
145 </releases>
146 <snapshots>
147 <enabled>false</enabled>
148 </snapshots>
149 </repository>
Guillaume Nodetc2a0eb52009-06-19 10:36:37 +0000150 <!-- OPS4J Snapshot repo -->
151 <repository>
152 <id>ops4j-snapshots</id>
153 <name>OPS4j Repository Snapshot</name>
154 <url>http://repository.ops4j.org/mvn-snapshots</url>
155 <releases>
156 <enabled>false</enabled>
157 </releases>
158 <snapshots>
159 <enabled>true</enabled>
160 </snapshots>
161 </repository>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000162 <!-- Spring milestones repository -->
163 <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
164 <repository>
165 <id>spring-milestone</id>
166 <name>Spring Portfolio Milestone Repository</name>
167 <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
168 <releases>
169 <enabled>true</enabled>
170 </releases>
171 <snapshots>
172 <enabled>false</enabled>
173 </snapshots>
174 </repository>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000175
176 <repository>
177 <id>gnodet.snapshots</id>
178 <url>http://people.apache.org/~gnodet/snapshots</url>
179 <releases>
180 <enabled>false</enabled>
181 </releases>
182 <snapshots>
183 <enabled>true</enabled>
184 </snapshots>
185 </repository>
Gert Vanthienen1ba9a052009-08-06 21:36:13 +0000186
187 <repository>
188 <id>jansi.snapshot.m2</id>
189 <url>http://jansi.fusesource.org/repo/snapshot</url>
190 <releases>
191 <enabled>false</enabled>
192 </releases>
193 <snapshots>
194 <enabled>true</enabled>
195 </snapshots>
196 </repository>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000197 </repositories>
198
199 <pluginRepositories>
200 <!-- ServiceMix repo -->
201 <pluginRepository>
202 <id>servicemix</id>
203 <name>Apache ServiceMix Repository</name>
204 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
205 </pluginRepository>
206 </pluginRepositories>
207
208 <dependencyManagement>
209 <dependencies>
210 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000211 <groupId>org.apache.felix.karaf</groupId>
212 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000213 <version>${pom.version}</version>
214 </dependency>
215 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000216 <groupId>org.apache.felix.karaf</groupId>
217 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000218 <version>${pom.version}</version>
219 </dependency>
220 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000221 <groupId>org.apache.felix.karaf.deployer</groupId>
222 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000223 <version>${pom.version}</version>
224 </dependency>
225 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000226 <groupId>org.apache.felix.karaf.deployer</groupId>
227 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000228 <version>${pom.version}</version>
229 </dependency>
230 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000231 <groupId>org.apache.felix.karaf.deployer</groupId>
232 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000233 <version>${pom.version}</version>
234 </dependency>
235 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000236 <groupId>org.apache.felix.karaf.deployer</groupId>
237 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000238 <version>${pom.version}</version>
239 </dependency>
240 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000241 <groupId>org.apache.felix.karaf</groupId>
242 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000243 <version>${pom.version}</version>
244 </dependency>
245 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000246 <groupId>org.apache.felix.karaf</groupId>
247 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000248 <version>${pom.version}</version>
249 </dependency>
250 <dependency>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +0000251 <groupId>org.apache.felix.karaf.features</groupId>
252 <artifactId>org.apache.felix.karaf.features.core</artifactId>
253 <version>${pom.version}</version>
254 </dependency>
255 <dependency>
256 <groupId>org.apache.felix.karaf.features</groupId>
257 <artifactId>org.apache.felix.karaf.features.command</artifactId>
258 <version>${pom.version}</version>
259 </dependency>
260 <dependency>
261 <groupId>org.apache.felix.karaf.features</groupId>
262 <artifactId>org.apache.felix.karaf.features.management</artifactId>
263 <version>${pom.version}</version>
264 </dependency>
265 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000266 <groupId>org.apache.felix.karaf.gshell</groupId>
267 <artifactId>org.apache.felix.karaf.gshell.core</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000268 <version>${pom.version}</version>
269 </dependency>
270 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000271 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000272 <artifactId>org.apache.felix.karaf.gshell.console</artifactId>
273 <version>${pom.version}</version>
274 </dependency>
275 <dependency>
276 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodetccfc3d82009-05-06 14:40:12 +0000277 <artifactId>org.apache.felix.karaf.gshell.run</artifactId>
278 <version>${pom.version}</version>
279 </dependency>
280 <dependency>
281 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000282 <artifactId>org.apache.felix.karaf.gshell.admin</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000283 <version>${pom.version}</version>
284 </dependency>
285 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000286 <groupId>org.apache.felix.karaf.gshell</groupId>
287 <artifactId>org.apache.felix.karaf.gshell.obr</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000288 <version>${pom.version}</version>
289 </dependency>
290 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000291 <groupId>org.apache.felix.karaf.gshell</groupId>
292 <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000293 <version>${pom.version}</version>
294 </dependency>
295 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000296 <groupId>org.apache.felix.karaf.gshell</groupId>
297 <artifactId>org.apache.felix.karaf.gshell.log</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000298 <version>${pom.version}</version>
299 </dependency>
300 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000301 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000302 <artifactId>org.apache.felix.karaf.gshell.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000303 <version>${pom.version}</version>
304 </dependency>
305 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000306 <groupId>org.apache.felix.karaf.gshell</groupId>
307 <artifactId>org.apache.felix.karaf.gshell.packages</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000308 <version>${pom.version}</version>
309 </dependency>
310 <dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000311 <groupId>org.apache.felix.karaf.gshell</groupId>
312 <artifactId>org.apache.felix.karaf.gshell.ssh</artifactId>
313 <version>${pom.version}</version>
314 </dependency>
315 <dependency>
316 <groupId>org.apache.felix.karaf.gshell</groupId>
317 <artifactId>org.apache.felix.karaf.gshell.commands</artifactId>
318 <version>${pom.version}</version>
319 </dependency>
320 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000321 <groupId>org.apache.felix.karaf.jaas</groupId>
322 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000323 <version>${pom.version}</version>
324 </dependency>
325 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000326 <groupId>org.apache.felix.karaf.jaas</groupId>
327 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000328 <version>${pom.version}</version>
329 </dependency>
330 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000331 <groupId>org.apache.felix.karaf.jaas</groupId>
332 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000333 <version>${pom.version}</version>
334 </dependency>
335 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000336 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000337 <artifactId>smx4web</artifactId>
338 <version>${pom.version}</version>
339 </dependency>
340 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000341 <groupId>org.apache.felix.karaf</groupId>
342 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000343 <version>${pom.version}</version>
344 </dependency>
345 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000346 <groupId>org.apache.felix.karaf</groupId>
347 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000348 <type>zip</type>
349 <version>${pom.version}</version>
350 </dependency>
351 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000352 <groupId>org.apache.felix.karaf</groupId>
353 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetf2015012009-04-30 07:04:50 +0000354 <classifier>features</classifier>
355 <type>xml</type>
356 <version>${pom.version}</version>
357 </dependency>
358 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000359 <groupId>org.apache.felix</groupId>
360 <artifactId>org.apache.felix.framework</artifactId>
361 <version>${felix.framework.version}</version>
362 <exclusions>
363 <exclusion>
364 <groupId>org.apache.felix</groupId>
365 <artifactId>org.osgi.compendium</artifactId>
366 </exclusion>
367 </exclusions>
368 </dependency>
369 <dependency>
370 <groupId>org.apache.felix</groupId>
371 <artifactId>org.osgi.compendium</artifactId>
372 <version>${felix.compendium.version}</version>
373 <exclusions>
374 <exclusion>
375 <groupId>org.apache.felix</groupId>
376 <artifactId>org.osgi.foundation</artifactId>
377 </exclusion>
378 <exclusion>
379 <groupId>org.apache.felix</groupId>
380 <artifactId>javax.servlet</artifactId>
381 </exclusion>
382 </exclusions>
383 </dependency>
384 <dependency>
385 <groupId>org.apache.felix</groupId>
386 <artifactId>org.osgi.core</artifactId>
387 <version>${felix.osgi.version}</version>
388 </dependency>
389 <dependency>
390 <groupId>org.apache.felix</groupId>
391 <artifactId>org.apache.felix.configadmin</artifactId>
392 <version>${felix.configadmin.version}</version>
393 </dependency>
394 <dependency>
395 <groupId>org.apache.felix</groupId>
396 <artifactId>org.apache.felix.prefs</artifactId>
397 <version>${felix.prefs.version}</version>
398 </dependency>
399 <dependency>
400 <groupId>org.apache.felix</groupId>
401 <artifactId>org.apache.felix.bundlerepository</artifactId>
402 <version>${felix.bundlerepository.version}</version>
403 <exclusions>
404 <exclusion>
405 <groupId>org.apache.felix</groupId>
406 <artifactId>org.osgi.service.obr</artifactId>
407 </exclusion>
408 <exclusion>
409 <groupId>org.apache.felix</groupId>
410 <artifactId>org.apache.felix.shell</artifactId>
411 </exclusion>
412 <exclusion>
413 <groupId>net.sf.kxml</groupId>
414 <artifactId>kxml2</artifactId>
415 </exclusion>
416 </exclusions>
417 </dependency>
418 <dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000419 <groupId>org.apache.felix</groupId>
Guillaume Nodet8822ca12009-06-18 21:05:47 +0000420 <artifactId>org.apache.felix.metatype</artifactId>
421 <version>${felix.metatype.version}</version>
422 </dependency>
423 <dependency>
424 <groupId>org.apache.felix</groupId>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000425 <artifactId>org.apache.felix.webconsole</artifactId>
426 <version>${felix.webconsole.version}</version>
427 </dependency>
428 <dependency>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000429 <groupId>org.apache.felix</groupId>
430 <artifactId>org.apache.felix.metatype</artifactId>
431 <version>${felix.metatype.version}</version>
432 </dependency>
433 <dependency>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +0000434 <groupId>org.apache.felix</groupId>
435 <artifactId>maven-bundle-plugin</artifactId>
436 <version>${felix.plugin.version}</version>
437 </dependency>
438 <dependency>
439 <groupId>org.apache.maven</groupId>
440 <artifactId>maven-plugin-api</artifactId>
441 <version>${maven.version}</version>
442 </dependency>
443 <dependency>
444 <groupId>org.apache.maven</groupId>
445 <artifactId>maven-project</artifactId>
446 <version>${maven.version}</version>
447 </dependency>
448 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000449 <groupId>org.springframework</groupId>
450 <artifactId>spring-aop</artifactId>
451 <version>${spring.version}</version>
452 </dependency>
453 <dependency>
454 <groupId>org.springframework</groupId>
455 <artifactId>spring-beans</artifactId>
456 <version>${spring.version}</version>
457 </dependency>
458 <dependency>
459 <groupId>org.springframework</groupId>
460 <artifactId>spring-core</artifactId>
461 <version>${spring.version}</version>
462 </dependency>
463 <dependency>
464 <groupId>org.springframework</groupId>
465 <artifactId>spring-context</artifactId>
466 <version>${spring.version}</version>
467 </dependency>
468 <dependency>
469 <groupId>org.springframework</groupId>
470 <artifactId>spring-test</artifactId>
471 <version>${spring.version}</version>
472 </dependency>
473 <dependency>
474 <groupId>org.springframework.osgi</groupId>
475 <artifactId>spring-osgi-core</artifactId>
476 <version>${spring.osgi.version}</version>
477 </dependency>
478 <dependency>
479 <groupId>org.springframework.osgi</groupId>
480 <artifactId>spring-osgi-io</artifactId>
481 <version>${spring.osgi.version}</version>
482 </dependency>
483 <dependency>
484 <groupId>org.springframework.osgi</groupId>
485 <artifactId>spring-osgi-extender</artifactId>
486 <version>${spring.osgi.version}</version>
487 </dependency>
488 <dependency>
489 <groupId>org.springframework.osgi</groupId>
490 <artifactId>spring-osgi-test</artifactId>
491 <version>${spring.osgi.version}</version>
492 <exclusions>
493 <exclusion>
494 <groupId>org.springframework.osgi</groupId>
495 <artifactId>asm.osgi</artifactId>
496 </exclusion>
497 <exclusion>
498 <groupId>org.junit</groupId>
499 <artifactId>com.springsource.junit</artifactId>
500 </exclusion>
501 <exclusion>
502 <groupId>org.objectweb.asm</groupId>
503 <artifactId>com.springsource.org.objectweb.asm</artifactId>
504 </exclusion>
505 </exclusions>
506 </dependency>
507 <dependency>
508 <groupId>org.springframework.osgi</groupId>
509 <artifactId>spring-osgi-extender</artifactId>
510 <version>${spring.osgi.version}</version>
511 </dependency>
512 <dependency>
513 <groupId>org.springframework.osgi</groupId>
514 <artifactId>spring-osgi-annotation</artifactId>
515 <version>${spring.osgi.version}</version>
516 </dependency>
517 <dependency>
518 <groupId>org.apache.mina</groupId>
519 <artifactId>mina-core</artifactId>
520 <version>${mina.version}</version>
521 </dependency>
522 <dependency>
523 <groupId>org.apache.servicemix.bundles</groupId>
524 <artifactId>org.apache.servicemix.bundles.oro</artifactId>
525 <version>${oro.version}</version>
526 </dependency>
527 <dependency>
528 <groupId>org.apache.servicemix.bundles</groupId>
529 <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
530 <version>${aopalliance.version}</version>
531 </dependency>
532 <dependency>
533 <groupId>org.apache.servicemix.bundles</groupId>
534 <artifactId>org.apache.servicemix.bundles.asm</artifactId>
535 <version>${asm.version}</version>
536 </dependency>
537 <dependency>
538 <groupId>org.apache.servicemix.bundles</groupId>
539 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
540 <version>${junit.version}</version>
541 </dependency>
542 <dependency>
543 <groupId>org.apache.servicemix.bundles</groupId>
544 <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
545 <version>${cglib.version}</version>
546 </dependency>
547 <dependency>
548 <groupId>org.apache.servicemix.bundles</groupId>
549 <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
550 <version>${commons.jexl.version}</version>
551 <exclusions>
552 <exclusion>
553 <groupId>junit</groupId>
554 <artifactId>junit</artifactId>
555 </exclusion>
556 </exclusions>
557 </dependency>
558 <dependency>
559 <groupId>org.apache.servicemix.bundles</groupId>
560 <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId>
561 <version>${commons.vfs.version}</version>
562 </dependency>
563 <dependency>
564 <groupId>org.apache.servicemix.bundles</groupId>
565 <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
566 <version>${commons.codec.version}</version>
567 </dependency>
568 <dependency>
569 <groupId>org.apache.servicemix.bundles</groupId>
570 <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
571 <version>${commons.httpclient.version}</version>
572 </dependency>
573 <dependency>
574 <groupId>log4j</groupId>
575 <artifactId>log4j</artifactId>
576 <version>${log4j.version}</version>
577 </dependency>
578 <dependency>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000579 <groupId>jline</groupId>
580 <artifactId>jline</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000581 <version>${jline.version}</version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000582 </dependency>
583 <dependency>
584 <groupId>org.fusesource.jansi</groupId>
585 <artifactId>jansi</artifactId>
586 <version>${jansi.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000587 </dependency>
588 <dependency>
589 <groupId>commons-logging</groupId>
590 <artifactId>commons-logging</artifactId>
591 <version>${commons.logging.version}</version>
592 </dependency>
593 <dependency>
594 <groupId>org.apache.maven.artifact</groupId>
595 <artifactId>maven-artifact</artifactId>
596 <version>3.0-alpha-1</version>
597 </dependency>
598 <dependency>
599 <groupId>org.apache.servicemix.bundles</groupId>
600 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
601 <version>${commons.io.version}</version>
602 </dependency>
603 <dependency>
604 <groupId>org.apache.mina</groupId>
605 <artifactId>mina-core</artifactId>
606 <version>${mina.version}</version>
607 <exclusions>
608 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000609 <groupId>org.easymock</groupId>
610 <artifactId>easymock</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000611 </exclusion>
612 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000613 <groupId>org.easymock</groupId>
614 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000615 </exclusion>
616 </exclusions>
617 </dependency>
618 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000619 <groupId>org.slf4j</groupId>
620 <artifactId>slf4j-api</artifactId>
621 <version>1.4.3</version>
622 </dependency>
623 <dependency>
624 <groupId>org.slf4j</groupId>
625 <artifactId>slf4j-jdk14</artifactId>
626 <version>1.4.3</version>
627 </dependency>
628 <dependency>
629 <groupId>org.slf4j</groupId>
630 <artifactId>slf4j-nop</artifactId>
631 <version>1.4.3</version>
632 </dependency>
633 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000634 <groupId>org.ops4j.pax.logging</groupId>
635 <artifactId>pax-logging-api</artifactId>
636 <version>${pax.logging.version}</version>
637 </dependency>
638 <dependency>
639 <groupId>org.ops4j.pax.logging</groupId>
640 <artifactId>pax-logging-service</artifactId>
641 <version>${pax.logging.version}</version>
642 <exclusions>
643 <exclusion>
644 <groupId>log4j</groupId>
645 <artifactId>log4j</artifactId>
646 </exclusion>
647 </exclusions>
648 </dependency>
649 <dependency>
650 <groupId>org.ops4j.pax.url</groupId>
651 <artifactId>pax-url-mvn</artifactId>
652 <version>${pax.url.version}</version>
653 </dependency>
654 <dependency>
655 <groupId>org.ops4j.pax.url</groupId>
656 <artifactId>pax-url-wrap</artifactId>
657 <version>${pax.url.version}</version>
658 </dependency>
659 <dependency>
660 <groupId>org.apache.geronimo.specs</groupId>
661 <artifactId>geronimo-servlet_2.5_spec</artifactId>
662 <version>${geronimo.servlet.version}</version>
663 </dependency>
664 <dependency>
665 <groupId>org.apache.geronimo.specs</groupId>
666 <artifactId>geronimo-annotation_1.0_spec</artifactId>
667 <version>${geronimo.annotation.version}</version>
668 </dependency>
669 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000670 <groupId>org.easymock</groupId>
671 <artifactId>easymock</artifactId>
672 <version>${easymock.version}</version>
673 </dependency>
674 <dependency>
675 <groupId>org.apache.sshd</groupId>
676 <artifactId>sshd-core</artifactId>
677 <version>${sshd.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000678 </dependency>
679 <dependency>
680 <groupId>org.osgi</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000681 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000682 <version>${osgi.jmx.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000683 </dependency>
Guillaume Nodet5c1894e2009-04-29 16:35:06 +0000684 <dependency>
685 <groupId>org.ops4j.pax.exam</groupId>
686 <artifactId>pax-exam</artifactId>
687 <version>${pax.exam.version}</version>
688 </dependency>
689 <dependency>
690 <groupId>org.ops4j.pax.exam</groupId>
691 <artifactId>pax-exam-junit</artifactId>
692 <version>${pax.exam.version}</version>
693 </dependency>
694 <dependency>
695 <groupId>org.ops4j.pax.exam</groupId>
696 <artifactId>pax-exam-container-default</artifactId>
697 <version>${pax.exam.version}</version>
698 </dependency>
699 <dependency>
700 <groupId>org.ops4j.pax.exam</groupId>
701 <artifactId>pax-exam-junit-extender-impl</artifactId>
702 <version>${pax.exam.version}</version>
703 </dependency>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000704 <dependency>
705 <groupId>org.eclipse</groupId>
706 <artifactId>osgi</artifactId>
707 <version>${equinox.version}</version>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000708 </dependency>
709 <dependency>
710 <groupId>javax.servlet</groupId>
711 <artifactId>servlet-api</artifactId>
712 <version>${servlet.api.version}</version>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000713 </dependency>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000714 <dependency>
715 <groupId>org.apache.geronimo</groupId>
716 <artifactId>blueprint-bundle</artifactId>
717 <version>${geronimo.blueprint.version}</version>
718 </dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000719 <dependency>
720 <groupId>org.apache.felix.gogo</groupId>
721 <artifactId>org.apache.felix.gogo.runtime</artifactId>
722 <version>${felix.gogo.version}</version>
723 </dependency>
724 <dependency>
725 <groupId>org.apache.felix.gogo</groupId>
726 <artifactId>org.apache.felix.gogo.commands</artifactId>
727 <version>${felix.gogo.version}</version>
728 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000729 </dependencies>
730 </dependencyManagement>
731
732 <build>
733 <defaultGoal>install</defaultGoal>
734
735 <pluginManagement>
736 <plugins>
737 <plugin>
738 <groupId>org.apache.maven.plugins</groupId>
739 <artifactId>maven-eclipse-plugin</artifactId>
740 <version>2.4</version>
741 <configuration>
742 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
743 <downloadSources>true</downloadSources>
744 <downloadJavadocs>true</downloadJavadocs>
745 </configuration>
746 </plugin>
747 <plugin>
748 <groupId>org.apache.maven.plugins</groupId>
749 <artifactId>maven-release-plugin</artifactId>
750 <version>2.0-beta-7</version>
751 <configuration>
752 <useReleaseProfile>false</useReleaseProfile>
753 <preparationGoals>clean verify install</preparationGoals>
754 <goals>deploy</goals>
755 <arguments>-Prelease,deploy</arguments>
756 <autoVersionSubmodules>true</autoVersionSubmodules>
757 </configuration>
758 </plugin>
759 <plugin>
760 <groupId>org.apache.felix</groupId>
761 <artifactId>maven-bundle-plugin</artifactId>
762 <version>${felix.plugin.version}</version>
763 <extensions>true</extensions>
764 </plugin>
765 <plugin>
766 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000767 <artifactId>maven-idea-plugin</artifactId>
768 <version>2.1</version>
769 <configuration>
770 <downloadSources>true</downloadSources>
771 <downloadJavadocs>true</downloadJavadocs>
772 </configuration>
773 </plugin>
774 <plugin>
775 <groupId>org.apache.maven.plugins</groupId>
776 <artifactId>maven-surefire-plugin</artifactId>
777 <version>2.3.1</version>
778 </plugin>
779 <plugin>
780 <groupId>org.apache.maven.plugins</groupId>
781 <artifactId>maven-shade-plugin</artifactId>
782 <version>1.2</version>
783 </plugin>
784 <plugin>
785 <groupId>org.apache.maven.plugins</groupId>
786 <artifactId>maven-resources-plugin</artifactId>
787 <version>2.3</version>
788 </plugin>
789 <plugin>
790 <groupId>org.apache.servicemix.tooling</groupId>
791 <artifactId>depends-maven-plugin</artifactId>
792 <version>${depends.maven.plugin.version}</version>
793 </plugin>
794 <plugin>
795 <groupId>org.apache.maven.plugins</groupId>
796 <artifactId>maven-source-plugin</artifactId>
797 <version>2.0.4</version>
798 </plugin>
799 <plugin>
800 <groupId>org.apache.maven.plugins</groupId>
801 <artifactId>maven-assembly-plugin</artifactId>
802 <version>2.2-beta-3</version>
803 </plugin>
804 </plugins>
805 </pluginManagement>
806 <plugins>
807 <plugin>
808 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodetb9103c82009-05-11 14:33:35 +0000809 <artifactId>maven-compiler-plugin</artifactId>
810 <version>2.0.2</version>
811 <configuration>
812 <source>1.5</source>
813 <target>1.5</target>
814 <maxmem>256M</maxmem>
815 <fork>${compiler.fork}</fork>
816 </configuration>
817 </plugin>
818 <plugin>
819 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000820 <artifactId>maven-dependency-plugin</artifactId>
821 <version>2.0</version>
822 <executions>
823 <execution>
824 <id>copy-legal</id>
825 <phase>generate-resources</phase>
826 <goals>
827 <goal>copy</goal>
828 </goals>
829 <configuration>
830 <artifactItems>
831 <artifactItem>
832 <groupId>org.apache.servicemix.legal</groupId>
833 <artifactId>legal</artifactId>
834 <version>${servicemix.legal.version}</version>
835 <type>xml</type>
836 <outputDirectory>target/legal/</outputDirectory>
837 </artifactItem>
838 </artifactItems>
839 <stripVersion>true</stripVersion>
840 </configuration>
841 </execution>
842 </executions>
843 <dependencies>
844 <dependency>
845 <groupId>org.apache.servicemix.legal</groupId>
846 <artifactId>legal</artifactId>
847 <version>${servicemix.legal.version}</version>
848 <type>xml</type>
849 </dependency>
850 </dependencies>
851 </plugin>
852 <plugin>
853 <artifactId>maven-remote-resources-plugin</artifactId>
854 <version>1.0</version>
855 <executions>
856 <execution>
857 <goals>
858 <goal>process</goal>
859 </goals>
860 <configuration>
861 <resourceBundles>
862 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
863 </resourceBundles>
864 <supplementalModels>
865 <supplementalModel>target/legal/legal.xml</supplementalModel>
866 </supplementalModels>
867 <properties>
868 <addLicense>true</addLicense>
869 <addArtifact>true</addArtifact>
870 <projectName>Apache ServiceMix</projectName>
871 </properties>
872 </configuration>
873 </execution>
874 </executions>
875 </plugin>
876 </plugins>
877 </build>
878
879 <reporting>
880 <plugins>
881 <plugin>
882 <groupId>org.apache.maven.plugins</groupId>
883 <artifactId>maven-javadoc-plugin</artifactId>
884 <version>2.3</version>
885 </plugin>
886 <plugin>
887 <groupId>org.apache.maven.plugins</groupId>
888 <artifactId>maven-jxr-plugin</artifactId>
889 <version>2.0</version>
890 </plugin>
891 </plugins>
892 </reporting>
893
894 <profiles>
895 <profile>
896 <id>fastinstall</id>
897 <properties>
898 <maven.test.skip>true</maven.test.skip>
899 </properties>
900 </profile>
901 <profile>
902 <id>rat</id>
903 <build>
904 <plugins>
905 <plugin>
906 <groupId>org.codehaus.mojo</groupId>
907 <artifactId>rat-maven-plugin</artifactId>
908 <version>1.0-alpha-3</version>
909 <executions>
910 <execution>
911 <phase>verify</phase>
912 <goals>
913 <goal>check</goal>
914 </goals>
915 </execution>
916 </executions>
917 <configuration>
918 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
919 <excludes>
920 <exclude>**/target/**/*</exclude>
921 <!-- IDEA files -->
922 <exclude>**/*.iml</exclude>
923 <exclude>**/*.ipr</exclude>
924 <exclude>**/*.iws</exclude>
925 <!-- Eclipse files -->
926 <exclude>**/.*</exclude>
927 <exclude>**/eclipse-classes/**/*</exclude>
928 <exclude>**/dependency-reduced-pom.xml</exclude>
929 </excludes>
930 </configuration>
931 </plugin>
932 </plugins>
933 </build>
934 </profile>
935 <profile>
936 <id>release</id>
937 <build>
938 <plugins>
939 <!-- We want to deploy the artifact to a staging location for perusal -->
940 <plugin>
941 <inherited>true</inherited>
942 <artifactId>maven-deploy-plugin</artifactId>
943 <version>2.3</version>
944 <configuration>
945 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
946 <updateReleaseInfo>true</updateReleaseInfo>
947 </configuration>
948 </plugin>
949 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
950 <plugin>
951 <artifactId>maven-gpg-plugin</artifactId>
952 <version>1.0-alpha-4</version>
953 <executions>
954 <execution>
955 <goals>
956 <goal>sign</goal>
957 </goals>
958 </execution>
959 </executions>
960 </plugin>
961 </plugins>
962 </build>
963 </profile>
964 <profile>
965 <id>setup.eclipse</id>
966 <modules>
967 <module>assembly</module>
968 </modules>
969 <properties>
970 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
971 </properties>
972 <build>
973 <defaultGoal>eclipse:eclipse</defaultGoal>
974 <plugins>
975 <plugin>
976 <groupId>org.apache.maven.plugins</groupId>
977 <artifactId>maven-eclipse-plugin</artifactId>
978 <inherited>false</inherited>
979 <executions>
980 <execution>
981 <id>setup.eclipse.workspace</id>
982 <phase>process-test-sources</phase>
983 <goals>
984 <goal>add-maven-repo</goal>
985 </goals>
986 <configuration>
987 <workspace>${eclipse.workspace.dir}</workspace>
988 </configuration>
989 </execution>
990 </executions>
991 </plugin>
992 </plugins>
993 </build>
994 </profile>
995 <profile>
996 <id>deploy</id>
997 <properties>
998 <createSourcesJar>true</createSourcesJar>
999 </properties>
1000 <build>
1001 <defaultGoal>deploy</defaultGoal>
1002 <plugins>
1003 <plugin>
1004 <groupId>org.apache.maven.plugins</groupId>
1005 <artifactId>maven-source-plugin</artifactId>
1006 <version>2.0.4</version>
1007 <executions>
1008 <execution>
1009 <id>attach-sources</id>
1010 <goals>
1011 <goal>jar</goal>
1012 </goals>
1013 </execution>
1014 </executions>
1015 </plugin>
1016 <plugin>
1017 <groupId>org.apache.maven.plugins</groupId>
1018 <artifactId>maven-javadoc-plugin</artifactId>
1019 <version>2.4</version>
1020 <configuration>
1021 <source>1.5</source>
1022 </configuration>
1023 <executions>
1024 <execution>
1025 <id>attach-javadocs</id>
1026 <goals>
1027 <goal>jar</goal>
1028 </goals>
1029 </execution>
1030 </executions>
1031 </plugin>
1032 </plugins>
1033 </build>
1034 </profile>
1035 </profiles>
1036
1037</project>