blob: 507435f22d77a7ff43754e618504478e35864379 [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>
Guillaume Nodetabe56002009-08-25 09:03:55 +000033 <version>0.9.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>
47 <module>demos</module>
Guillaume Nodet8d9a1412009-08-17 20:22:49 +000048 <module>itests</module>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000049 <module>tooling</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000050 </modules>
51
52 <scm>
Carsten Ziegelerd372ef12009-04-27 18:39:46 +000053 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
54 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
55 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000056 </scm>
57
58 <issueManagement>
59 <system>jira</system>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000060 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000061 </issueManagement>
62
63 <prerequisites>
64 <maven>2.0.7</maven>
65 </prerequisites>
66
67 <properties>
Guillaume Nodet6a8e2f12009-08-24 07:27:30 +000068 <aopalliance.version>1.0_1</aopalliance.version>
69 <cglib.version>2.1_3_2</cglib.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000070 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000071 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
72 <easymock.version>2.4</easymock.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000073 <equinox.version>3.5.0.v20090520</equinox.version>
Guillaume Nodet89190a12009-04-28 21:28:02 +000074 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000075 <felix.compendium.version>1.2.0</felix.compendium.version>
Guillaume Nodetcb71ddd2009-09-08 13:25:47 +000076 <felix.configadmin.version>1.2.4</felix.configadmin.version>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +000077 <felix.fileinstall.version>1.3.0-SNAPSHOT</felix.fileinstall.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000078 <felix.framework.version>1.9.0-SNAPSHOT</felix.framework.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +000079 <felix.gogo.version>0.9.0-SNAPSHOT</felix.gogo.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000080 <felix.osgi.version>1.3.0-SNAPSHOT</felix.osgi.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000081 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000082 <felix.prefs.version>1.0.2</felix.prefs.version>
Gert Vanthienen96270372009-07-03 14:05:00 +000083 <felix.webconsole.version>1.2.11-SNAPSHOT</felix.webconsole.version>
Guillaume Nodetafcbf452009-06-11 08:36:21 +000084 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +000085 <geronimo.blueprint.version>1.0.0-SNAPSHOT</geronimo.blueprint.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000086 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodeta29569e2009-08-25 09:02:04 +000087 <jansi.version>1.0</jansi.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +000088 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000089 <junit.version>3.8.2_1</junit.version>
Chris Custineb479b2d2009-09-10 07:20:43 +000090 <jline.version>0.9.95.200909100109</jline.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000091 <log4j.version>1.2.14</log4j.version>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000092 <maven.version>2.0.9</maven.version>
Guillaume Nodetedf7d1a2009-06-08 19:25:20 +000093 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +000094 <pax.exam.version>1.0.0</pax.exam.version>
95 <pax.logging.version>1.4</pax.logging.version>
96 <pax.runner.version>1.1.1</pax.runner.version>
97 <pax.url.version>1.0.0</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>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000100 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +0000101 <spring.osgi.version>1.2.0</spring.osgi.version>
102 <spring.version>2.5.6.SEC01</spring.version>
Guillaume Nodet4aa90ac2009-08-26 12:24:15 +0000103 <sshd.version>0.2.0</sshd.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000104 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000105
106 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet3e9a4282009-05-04 16:30:02 +0000107
Guillaume Nodet3e9a4282009-05-04 16:30:02 +0000108 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000109 </properties>
110
111 <repositories>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000112 <!-- Apache snapshots -->
113 <repository>
114 <id>apache-snapshots</id>
115 <name>Apache Snapshots Repository</name>
116 <url>http://repository.apache.org/content/groups/snapshots-group</url>
117 <releases>
118 <enabled>false</enabled>
119 </releases>
120 <snapshots>
121 <enabled>true</enabled>
122 </snapshots>
123 </repository>
124 <!-- ServiceMix repo -->
125 <repository>
126 <id>servicemix</id>
127 <name>Apache ServiceMix Repository</name>
128 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
129 <releases>
130 <enabled>true</enabled>
131 </releases>
132 <snapshots>
133 <enabled>false</enabled>
134 </snapshots>
135 </repository>
136 <!-- OPS4J repo -->
137 <repository>
138 <id>ops4j</id>
139 <name>OPS4j Repository</name>
140 <url>http://repository.ops4j.org/maven2</url>
141 <releases>
142 <enabled>true</enabled>
143 </releases>
144 <snapshots>
145 <enabled>false</enabled>
146 </snapshots>
147 </repository>
Guillaume Nodetc2a0eb52009-06-19 10:36:37 +0000148 <!-- OPS4J Snapshot repo -->
149 <repository>
150 <id>ops4j-snapshots</id>
151 <name>OPS4j Repository Snapshot</name>
152 <url>http://repository.ops4j.org/mvn-snapshots</url>
153 <releases>
154 <enabled>false</enabled>
155 </releases>
156 <snapshots>
157 <enabled>true</enabled>
158 </snapshots>
159 </repository>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000160 <!-- Spring milestones repository -->
161 <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
162 <repository>
163 <id>spring-milestone</id>
164 <name>Spring Portfolio Milestone Repository</name>
165 <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
166 <releases>
167 <enabled>true</enabled>
168 </releases>
169 <snapshots>
170 <enabled>false</enabled>
171 </snapshots>
172 </repository>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000173
174 <repository>
175 <id>gnodet.snapshots</id>
176 <url>http://people.apache.org/~gnodet/snapshots</url>
177 <releases>
178 <enabled>false</enabled>
179 </releases>
180 <snapshots>
181 <enabled>true</enabled>
182 </snapshots>
183 </repository>
Gert Vanthienen1ba9a052009-08-06 21:36:13 +0000184
185 <repository>
186 <id>jansi.snapshot.m2</id>
187 <url>http://jansi.fusesource.org/repo/snapshot</url>
188 <releases>
189 <enabled>false</enabled>
190 </releases>
191 <snapshots>
192 <enabled>true</enabled>
193 </snapshots>
194 </repository>
Guillaume Nodeta29569e2009-08-25 09:02:04 +0000195 <repository>
196 <id>jansi.release.m2</id>
197 <name>jansi Release Repository</name>
198 <url>http://jansi.fusesource.org/repo/release</url>
199 <snapshots>
200 <enabled>false</enabled>
201 </snapshots>
202 <releases>
203 <enabled>true</enabled>
204 </releases>
205 </repository>
206 </repositories>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000207 <pluginRepositories>
208 <!-- ServiceMix repo -->
209 <pluginRepository>
210 <id>servicemix</id>
211 <name>Apache ServiceMix Repository</name>
212 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
213 </pluginRepository>
214 </pluginRepositories>
215
216 <dependencyManagement>
217 <dependencies>
218 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000219 <groupId>org.apache.felix.karaf</groupId>
220 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000221 <version>${pom.version}</version>
222 </dependency>
223 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000224 <groupId>org.apache.felix.karaf</groupId>
225 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000226 <version>${pom.version}</version>
227 </dependency>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000228 <!--
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000229 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000230 <groupId>org.apache.felix.karaf.deployer</groupId>
231 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000232 <version>${pom.version}</version>
233 </dependency>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000234 -->
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000235 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000236 <groupId>org.apache.felix.karaf.deployer</groupId>
237 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000238 <version>${pom.version}</version>
239 </dependency>
240 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000241 <groupId>org.apache.felix.karaf.deployer</groupId>
242 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000243 <version>${pom.version}</version>
244 </dependency>
245 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000246 <groupId>org.apache.felix.karaf.deployer</groupId>
247 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000248 <version>${pom.version}</version>
249 </dependency>
250 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000251 <groupId>org.apache.felix.karaf</groupId>
252 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000253 <version>${pom.version}</version>
254 </dependency>
255 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000256 <groupId>org.apache.felix.karaf</groupId>
257 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000258 <version>${pom.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000259 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000260 <dependency>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +0000261 <groupId>org.apache.felix.karaf.features</groupId>
262 <artifactId>org.apache.felix.karaf.features.core</artifactId>
263 <version>${pom.version}</version>
264 </dependency>
265 <dependency>
266 <groupId>org.apache.felix.karaf.features</groupId>
267 <artifactId>org.apache.felix.karaf.features.command</artifactId>
268 <version>${pom.version}</version>
269 </dependency>
270 <dependency>
271 <groupId>org.apache.felix.karaf.features</groupId>
272 <artifactId>org.apache.felix.karaf.features.management</artifactId>
273 <version>${pom.version}</version>
274 </dependency>
275 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000276 <groupId>org.apache.felix.karaf.gshell</groupId>
277 <artifactId>org.apache.felix.karaf.gshell.core</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000278 <version>${pom.version}</version>
279 </dependency>
280 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000281 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000282 <artifactId>org.apache.felix.karaf.gshell.console</artifactId>
283 <version>${pom.version}</version>
284 </dependency>
285 <dependency>
286 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodetccfc3d82009-05-06 14:40:12 +0000287 <artifactId>org.apache.felix.karaf.gshell.run</artifactId>
288 <version>${pom.version}</version>
289 </dependency>
290 <dependency>
291 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000292 <artifactId>org.apache.felix.karaf.gshell.admin</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.obr</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>
302 <artifactId>org.apache.felix.karaf.gshell.osgi</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.log</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000308 <version>${pom.version}</version>
309 </dependency>
310 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000311 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000312 <artifactId>org.apache.felix.karaf.gshell.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000313 <version>${pom.version}</version>
314 </dependency>
315 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000316 <groupId>org.apache.felix.karaf.gshell</groupId>
317 <artifactId>org.apache.felix.karaf.gshell.packages</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000318 <version>${pom.version}</version>
319 </dependency>
320 <dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000321 <groupId>org.apache.felix.karaf.gshell</groupId>
322 <artifactId>org.apache.felix.karaf.gshell.ssh</artifactId>
323 <version>${pom.version}</version>
324 </dependency>
325 <dependency>
326 <groupId>org.apache.felix.karaf.gshell</groupId>
327 <artifactId>org.apache.felix.karaf.gshell.commands</artifactId>
328 <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.boot</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.jaas</groupId>
337 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000338 <version>${pom.version}</version>
339 </dependency>
340 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000341 <groupId>org.apache.felix.karaf.jaas</groupId>
342 <artifactId>org.apache.felix.karaf.jaas.modules</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.demos</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000347 <artifactId>smx4web</artifactId>
348 <version>${pom.version}</version>
349 </dependency>
350 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000351 <groupId>org.apache.felix.karaf</groupId>
352 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000353 <version>${pom.version}</version>
354 </dependency>
355 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000356 <groupId>org.apache.felix.karaf</groupId>
357 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000358 <type>zip</type>
359 <version>${pom.version}</version>
360 </dependency>
361 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000362 <groupId>org.apache.felix.karaf</groupId>
363 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetf2015012009-04-30 07:04:50 +0000364 <classifier>features</classifier>
365 <type>xml</type>
366 <version>${pom.version}</version>
367 </dependency>
368 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000369 <groupId>org.apache.felix</groupId>
370 <artifactId>org.apache.felix.framework</artifactId>
371 <version>${felix.framework.version}</version>
372 <exclusions>
373 <exclusion>
374 <groupId>org.apache.felix</groupId>
375 <artifactId>org.osgi.compendium</artifactId>
376 </exclusion>
377 </exclusions>
378 </dependency>
379 <dependency>
380 <groupId>org.apache.felix</groupId>
381 <artifactId>org.osgi.compendium</artifactId>
382 <version>${felix.compendium.version}</version>
383 <exclusions>
384 <exclusion>
385 <groupId>org.apache.felix</groupId>
386 <artifactId>org.osgi.foundation</artifactId>
387 </exclusion>
388 <exclusion>
389 <groupId>org.apache.felix</groupId>
390 <artifactId>javax.servlet</artifactId>
391 </exclusion>
392 </exclusions>
393 </dependency>
394 <dependency>
395 <groupId>org.apache.felix</groupId>
396 <artifactId>org.osgi.core</artifactId>
397 <version>${felix.osgi.version}</version>
398 </dependency>
399 <dependency>
400 <groupId>org.apache.felix</groupId>
401 <artifactId>org.apache.felix.configadmin</artifactId>
402 <version>${felix.configadmin.version}</version>
403 </dependency>
404 <dependency>
405 <groupId>org.apache.felix</groupId>
406 <artifactId>org.apache.felix.prefs</artifactId>
407 <version>${felix.prefs.version}</version>
408 </dependency>
409 <dependency>
410 <groupId>org.apache.felix</groupId>
411 <artifactId>org.apache.felix.bundlerepository</artifactId>
412 <version>${felix.bundlerepository.version}</version>
413 <exclusions>
414 <exclusion>
415 <groupId>org.apache.felix</groupId>
416 <artifactId>org.osgi.service.obr</artifactId>
417 </exclusion>
418 <exclusion>
419 <groupId>org.apache.felix</groupId>
420 <artifactId>org.apache.felix.shell</artifactId>
421 </exclusion>
422 <exclusion>
423 <groupId>net.sf.kxml</groupId>
424 <artifactId>kxml2</artifactId>
425 </exclusion>
426 </exclusions>
427 </dependency>
428 <dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000429 <groupId>org.apache.felix</groupId>
Guillaume Nodet8822ca12009-06-18 21:05:47 +0000430 <artifactId>org.apache.felix.metatype</artifactId>
431 <version>${felix.metatype.version}</version>
432 </dependency>
433 <dependency>
434 <groupId>org.apache.felix</groupId>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000435 <artifactId>org.apache.felix.webconsole</artifactId>
436 <version>${felix.webconsole.version}</version>
437 </dependency>
438 <dependency>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000439 <groupId>org.apache.felix</groupId>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000440 <artifactId>org.apache.felix.fileinstall</artifactId>
441 <version>${felix.fileinstall.version}</version>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000442 </dependency>
443 <dependency>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +0000444 <groupId>org.apache.felix</groupId>
445 <artifactId>maven-bundle-plugin</artifactId>
446 <version>${felix.plugin.version}</version>
447 </dependency>
448 <dependency>
449 <groupId>org.apache.maven</groupId>
450 <artifactId>maven-plugin-api</artifactId>
451 <version>${maven.version}</version>
452 </dependency>
453 <dependency>
454 <groupId>org.apache.maven</groupId>
455 <artifactId>maven-project</artifactId>
456 <version>${maven.version}</version>
457 </dependency>
458 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000459 <groupId>org.springframework</groupId>
460 <artifactId>spring-aop</artifactId>
461 <version>${spring.version}</version>
462 </dependency>
463 <dependency>
464 <groupId>org.springframework</groupId>
465 <artifactId>spring-beans</artifactId>
466 <version>${spring.version}</version>
467 </dependency>
468 <dependency>
469 <groupId>org.springframework</groupId>
470 <artifactId>spring-core</artifactId>
471 <version>${spring.version}</version>
472 </dependency>
473 <dependency>
474 <groupId>org.springframework</groupId>
475 <artifactId>spring-context</artifactId>
476 <version>${spring.version}</version>
477 </dependency>
478 <dependency>
479 <groupId>org.springframework</groupId>
480 <artifactId>spring-test</artifactId>
481 <version>${spring.version}</version>
482 </dependency>
483 <dependency>
484 <groupId>org.springframework.osgi</groupId>
485 <artifactId>spring-osgi-core</artifactId>
486 <version>${spring.osgi.version}</version>
487 </dependency>
488 <dependency>
489 <groupId>org.springframework.osgi</groupId>
490 <artifactId>spring-osgi-io</artifactId>
491 <version>${spring.osgi.version}</version>
492 </dependency>
493 <dependency>
494 <groupId>org.springframework.osgi</groupId>
495 <artifactId>spring-osgi-extender</artifactId>
496 <version>${spring.osgi.version}</version>
497 </dependency>
498 <dependency>
499 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet6a8e2f12009-08-24 07:27:30 +0000500 <artifactId>spring-osgi-annotation</artifactId>
501 <version>${spring.osgi.version}</version>
502 </dependency>
503 <dependency>
504 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000505 <artifactId>spring-osgi-test</artifactId>
506 <version>${spring.osgi.version}</version>
507 <exclusions>
508 <exclusion>
509 <groupId>org.springframework.osgi</groupId>
510 <artifactId>asm.osgi</artifactId>
511 </exclusion>
512 <exclusion>
513 <groupId>org.junit</groupId>
514 <artifactId>com.springsource.junit</artifactId>
515 </exclusion>
516 <exclusion>
517 <groupId>org.objectweb.asm</groupId>
518 <artifactId>com.springsource.org.objectweb.asm</artifactId>
519 </exclusion>
520 </exclusions>
521 </dependency>
522 <dependency>
523 <groupId>org.springframework.osgi</groupId>
524 <artifactId>spring-osgi-extender</artifactId>
525 <version>${spring.osgi.version}</version>
526 </dependency>
527 <dependency>
528 <groupId>org.springframework.osgi</groupId>
529 <artifactId>spring-osgi-annotation</artifactId>
530 <version>${spring.osgi.version}</version>
531 </dependency>
532 <dependency>
533 <groupId>org.apache.mina</groupId>
534 <artifactId>mina-core</artifactId>
535 <version>${mina.version}</version>
536 </dependency>
537 <dependency>
538 <groupId>org.apache.servicemix.bundles</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000539 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
540 <version>${junit.version}</version>
541 </dependency>
542 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000543 <groupId>log4j</groupId>
544 <artifactId>log4j</artifactId>
545 <version>${log4j.version}</version>
546 </dependency>
547 <dependency>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000548 <groupId>jline</groupId>
549 <artifactId>jline</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000550 <version>${jline.version}</version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000551 </dependency>
552 <dependency>
553 <groupId>org.fusesource.jansi</groupId>
554 <artifactId>jansi</artifactId>
555 <version>${jansi.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000556 </dependency>
557 <dependency>
558 <groupId>commons-logging</groupId>
559 <artifactId>commons-logging</artifactId>
560 <version>${commons.logging.version}</version>
561 </dependency>
562 <dependency>
563 <groupId>org.apache.maven.artifact</groupId>
564 <artifactId>maven-artifact</artifactId>
565 <version>3.0-alpha-1</version>
566 </dependency>
567 <dependency>
568 <groupId>org.apache.servicemix.bundles</groupId>
569 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
570 <version>${commons.io.version}</version>
571 </dependency>
572 <dependency>
573 <groupId>org.apache.mina</groupId>
574 <artifactId>mina-core</artifactId>
575 <version>${mina.version}</version>
576 <exclusions>
577 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000578 <groupId>org.easymock</groupId>
579 <artifactId>easymock</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000580 </exclusion>
581 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000582 <groupId>org.easymock</groupId>
583 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000584 </exclusion>
585 </exclusions>
586 </dependency>
587 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000588 <groupId>org.slf4j</groupId>
589 <artifactId>slf4j-api</artifactId>
590 <version>1.4.3</version>
591 </dependency>
592 <dependency>
593 <groupId>org.slf4j</groupId>
594 <artifactId>slf4j-jdk14</artifactId>
595 <version>1.4.3</version>
596 </dependency>
597 <dependency>
598 <groupId>org.slf4j</groupId>
599 <artifactId>slf4j-nop</artifactId>
600 <version>1.4.3</version>
601 </dependency>
602 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000603 <groupId>org.ops4j.pax.logging</groupId>
604 <artifactId>pax-logging-api</artifactId>
605 <version>${pax.logging.version}</version>
606 </dependency>
607 <dependency>
608 <groupId>org.ops4j.pax.logging</groupId>
609 <artifactId>pax-logging-service</artifactId>
610 <version>${pax.logging.version}</version>
611 <exclusions>
612 <exclusion>
613 <groupId>log4j</groupId>
614 <artifactId>log4j</artifactId>
615 </exclusion>
616 </exclusions>
617 </dependency>
618 <dependency>
619 <groupId>org.ops4j.pax.url</groupId>
620 <artifactId>pax-url-mvn</artifactId>
621 <version>${pax.url.version}</version>
622 </dependency>
623 <dependency>
624 <groupId>org.ops4j.pax.url</groupId>
625 <artifactId>pax-url-wrap</artifactId>
626 <version>${pax.url.version}</version>
627 </dependency>
628 <dependency>
629 <groupId>org.apache.geronimo.specs</groupId>
630 <artifactId>geronimo-servlet_2.5_spec</artifactId>
631 <version>${geronimo.servlet.version}</version>
632 </dependency>
633 <dependency>
634 <groupId>org.apache.geronimo.specs</groupId>
635 <artifactId>geronimo-annotation_1.0_spec</artifactId>
636 <version>${geronimo.annotation.version}</version>
637 </dependency>
638 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000639 <groupId>org.easymock</groupId>
640 <artifactId>easymock</artifactId>
641 <version>${easymock.version}</version>
642 </dependency>
643 <dependency>
644 <groupId>org.apache.sshd</groupId>
645 <artifactId>sshd-core</artifactId>
646 <version>${sshd.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000647 </dependency>
648 <dependency>
649 <groupId>org.osgi</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000650 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000651 <version>${osgi.jmx.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000652 </dependency>
Guillaume Nodet5c1894e2009-04-29 16:35:06 +0000653 <dependency>
654 <groupId>org.ops4j.pax.exam</groupId>
655 <artifactId>pax-exam</artifactId>
656 <version>${pax.exam.version}</version>
657 </dependency>
658 <dependency>
659 <groupId>org.ops4j.pax.exam</groupId>
660 <artifactId>pax-exam-junit</artifactId>
661 <version>${pax.exam.version}</version>
662 </dependency>
663 <dependency>
664 <groupId>org.ops4j.pax.exam</groupId>
665 <artifactId>pax-exam-container-default</artifactId>
666 <version>${pax.exam.version}</version>
667 </dependency>
668 <dependency>
669 <groupId>org.ops4j.pax.exam</groupId>
670 <artifactId>pax-exam-junit-extender-impl</artifactId>
671 <version>${pax.exam.version}</version>
672 </dependency>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000673 <dependency>
674 <groupId>org.eclipse</groupId>
675 <artifactId>osgi</artifactId>
676 <version>${equinox.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000677 </dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000678 <dependency>
679 <groupId>javax.servlet</groupId>
680 <artifactId>servlet-api</artifactId>
681 <version>${servlet.api.version}</version>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000682 </dependency>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000683 <dependency>
684 <groupId>org.apache.geronimo</groupId>
685 <artifactId>blueprint-bundle</artifactId>
686 <version>${geronimo.blueprint.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000687 <exclusions>
688 <exclusion>
689 <groupId>org.apache.felix</groupId>
690 <artifactId>javax.servlet</artifactId>
691 </exclusion>
692 </exclusions>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000693 </dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000694 <dependency>
695 <groupId>org.apache.felix.gogo</groupId>
696 <artifactId>org.apache.felix.gogo.runtime</artifactId>
697 <version>${felix.gogo.version}</version>
698 </dependency>
699 <dependency>
700 <groupId>org.apache.felix.gogo</groupId>
701 <artifactId>org.apache.felix.gogo.commands</artifactId>
702 <version>${felix.gogo.version}</version>
703 </dependency>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000704 <dependency>
705 <groupId>org.ops4j.pax.runner</groupId>
706 <artifactId>pax-runner-no-jcl</artifactId>
707 <version>${pax.runner.version}</version>
708 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000709 </dependencies>
710 </dependencyManagement>
711
712 <build>
713 <defaultGoal>install</defaultGoal>
714
715 <pluginManagement>
716 <plugins>
717 <plugin>
718 <groupId>org.apache.maven.plugins</groupId>
719 <artifactId>maven-eclipse-plugin</artifactId>
720 <version>2.4</version>
721 <configuration>
722 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
723 <downloadSources>true</downloadSources>
724 <downloadJavadocs>true</downloadJavadocs>
725 </configuration>
726 </plugin>
727 <plugin>
728 <groupId>org.apache.maven.plugins</groupId>
729 <artifactId>maven-release-plugin</artifactId>
730 <version>2.0-beta-7</version>
731 <configuration>
732 <useReleaseProfile>false</useReleaseProfile>
733 <preparationGoals>clean verify install</preparationGoals>
734 <goals>deploy</goals>
735 <arguments>-Prelease,deploy</arguments>
736 <autoVersionSubmodules>true</autoVersionSubmodules>
737 </configuration>
738 </plugin>
739 <plugin>
740 <groupId>org.apache.felix</groupId>
741 <artifactId>maven-bundle-plugin</artifactId>
742 <version>${felix.plugin.version}</version>
743 <extensions>true</extensions>
744 </plugin>
745 <plugin>
746 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000747 <artifactId>maven-idea-plugin</artifactId>
748 <version>2.1</version>
749 <configuration>
750 <downloadSources>true</downloadSources>
751 <downloadJavadocs>true</downloadJavadocs>
752 </configuration>
753 </plugin>
754 <plugin>
755 <groupId>org.apache.maven.plugins</groupId>
756 <artifactId>maven-surefire-plugin</artifactId>
757 <version>2.3.1</version>
758 </plugin>
759 <plugin>
760 <groupId>org.apache.maven.plugins</groupId>
761 <artifactId>maven-shade-plugin</artifactId>
762 <version>1.2</version>
763 </plugin>
764 <plugin>
765 <groupId>org.apache.maven.plugins</groupId>
766 <artifactId>maven-resources-plugin</artifactId>
767 <version>2.3</version>
768 </plugin>
769 <plugin>
770 <groupId>org.apache.servicemix.tooling</groupId>
771 <artifactId>depends-maven-plugin</artifactId>
772 <version>${depends.maven.plugin.version}</version>
773 </plugin>
774 <plugin>
775 <groupId>org.apache.maven.plugins</groupId>
776 <artifactId>maven-source-plugin</artifactId>
777 <version>2.0.4</version>
778 </plugin>
779 <plugin>
780 <groupId>org.apache.maven.plugins</groupId>
781 <artifactId>maven-assembly-plugin</artifactId>
782 <version>2.2-beta-3</version>
783 </plugin>
784 </plugins>
785 </pluginManagement>
786 <plugins>
787 <plugin>
788 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodetb9103c82009-05-11 14:33:35 +0000789 <artifactId>maven-compiler-plugin</artifactId>
790 <version>2.0.2</version>
791 <configuration>
792 <source>1.5</source>
793 <target>1.5</target>
794 <maxmem>256M</maxmem>
795 <fork>${compiler.fork}</fork>
796 </configuration>
797 </plugin>
798 <plugin>
799 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000800 <artifactId>maven-dependency-plugin</artifactId>
801 <version>2.0</version>
802 <executions>
803 <execution>
804 <id>copy-legal</id>
805 <phase>generate-resources</phase>
806 <goals>
807 <goal>copy</goal>
808 </goals>
809 <configuration>
810 <artifactItems>
811 <artifactItem>
812 <groupId>org.apache.servicemix.legal</groupId>
813 <artifactId>legal</artifactId>
814 <version>${servicemix.legal.version}</version>
815 <type>xml</type>
816 <outputDirectory>target/legal/</outputDirectory>
817 </artifactItem>
818 </artifactItems>
819 <stripVersion>true</stripVersion>
820 </configuration>
821 </execution>
822 </executions>
823 <dependencies>
824 <dependency>
825 <groupId>org.apache.servicemix.legal</groupId>
826 <artifactId>legal</artifactId>
827 <version>${servicemix.legal.version}</version>
828 <type>xml</type>
829 </dependency>
830 </dependencies>
831 </plugin>
832 <plugin>
833 <artifactId>maven-remote-resources-plugin</artifactId>
834 <version>1.0</version>
835 <executions>
836 <execution>
837 <goals>
838 <goal>process</goal>
839 </goals>
840 <configuration>
841 <resourceBundles>
842 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
843 </resourceBundles>
844 <supplementalModels>
845 <supplementalModel>target/legal/legal.xml</supplementalModel>
846 </supplementalModels>
847 <properties>
848 <addLicense>true</addLicense>
849 <addArtifact>true</addArtifact>
850 <projectName>Apache ServiceMix</projectName>
851 </properties>
852 </configuration>
853 </execution>
854 </executions>
855 </plugin>
856 </plugins>
857 </build>
858
859 <reporting>
860 <plugins>
861 <plugin>
862 <groupId>org.apache.maven.plugins</groupId>
863 <artifactId>maven-javadoc-plugin</artifactId>
864 <version>2.3</version>
865 </plugin>
866 <plugin>
867 <groupId>org.apache.maven.plugins</groupId>
868 <artifactId>maven-jxr-plugin</artifactId>
869 <version>2.0</version>
870 </plugin>
871 </plugins>
872 </reporting>
873
874 <profiles>
875 <profile>
876 <id>fastinstall</id>
877 <properties>
878 <maven.test.skip>true</maven.test.skip>
879 </properties>
880 </profile>
881 <profile>
882 <id>rat</id>
883 <build>
884 <plugins>
885 <plugin>
886 <groupId>org.codehaus.mojo</groupId>
887 <artifactId>rat-maven-plugin</artifactId>
888 <version>1.0-alpha-3</version>
889 <executions>
890 <execution>
891 <phase>verify</phase>
892 <goals>
893 <goal>check</goal>
894 </goals>
895 </execution>
896 </executions>
897 <configuration>
898 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
899 <excludes>
900 <exclude>**/target/**/*</exclude>
901 <!-- IDEA files -->
902 <exclude>**/*.iml</exclude>
903 <exclude>**/*.ipr</exclude>
904 <exclude>**/*.iws</exclude>
905 <!-- Eclipse files -->
906 <exclude>**/.*</exclude>
907 <exclude>**/eclipse-classes/**/*</exclude>
908 <exclude>**/dependency-reduced-pom.xml</exclude>
909 </excludes>
910 </configuration>
911 </plugin>
912 </plugins>
913 </build>
914 </profile>
915 <profile>
916 <id>release</id>
917 <build>
918 <plugins>
919 <!-- We want to deploy the artifact to a staging location for perusal -->
920 <plugin>
921 <inherited>true</inherited>
922 <artifactId>maven-deploy-plugin</artifactId>
923 <version>2.3</version>
924 <configuration>
925 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
926 <updateReleaseInfo>true</updateReleaseInfo>
927 </configuration>
928 </plugin>
929 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
930 <plugin>
931 <artifactId>maven-gpg-plugin</artifactId>
932 <version>1.0-alpha-4</version>
933 <executions>
934 <execution>
935 <goals>
936 <goal>sign</goal>
937 </goals>
938 </execution>
939 </executions>
940 </plugin>
941 </plugins>
942 </build>
943 </profile>
944 <profile>
945 <id>setup.eclipse</id>
946 <modules>
947 <module>assembly</module>
948 </modules>
949 <properties>
950 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
951 </properties>
952 <build>
953 <defaultGoal>eclipse:eclipse</defaultGoal>
954 <plugins>
955 <plugin>
956 <groupId>org.apache.maven.plugins</groupId>
957 <artifactId>maven-eclipse-plugin</artifactId>
958 <inherited>false</inherited>
959 <executions>
960 <execution>
961 <id>setup.eclipse.workspace</id>
962 <phase>process-test-sources</phase>
963 <goals>
964 <goal>add-maven-repo</goal>
965 </goals>
966 <configuration>
967 <workspace>${eclipse.workspace.dir}</workspace>
968 </configuration>
969 </execution>
970 </executions>
971 </plugin>
972 </plugins>
973 </build>
974 </profile>
975 <profile>
976 <id>deploy</id>
977 <properties>
978 <createSourcesJar>true</createSourcesJar>
979 </properties>
980 <build>
981 <defaultGoal>deploy</defaultGoal>
982 <plugins>
983 <plugin>
984 <groupId>org.apache.maven.plugins</groupId>
985 <artifactId>maven-source-plugin</artifactId>
986 <version>2.0.4</version>
987 <executions>
988 <execution>
989 <id>attach-sources</id>
990 <goals>
991 <goal>jar</goal>
992 </goals>
993 </execution>
994 </executions>
995 </plugin>
996 <plugin>
997 <groupId>org.apache.maven.plugins</groupId>
998 <artifactId>maven-javadoc-plugin</artifactId>
999 <version>2.4</version>
1000 <configuration>
1001 <source>1.5</source>
1002 </configuration>
1003 <executions>
1004 <execution>
1005 <id>attach-javadocs</id>
1006 <goals>
1007 <goal>jar</goal>
1008 </goals>
1009 </execution>
1010 </executions>
1011 </plugin>
1012 </plugins>
1013 </build>
1014 </profile>
1015 </profiles>
1016
1017</project>