blob: ff1f7f875f0a44d002e7c5c4f15b171be35d9f2d [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>
76 <felix.configadmin.version>1.0.4</felix.configadmin.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000077 <felix.framework.version>1.9.0-SNAPSHOT</felix.framework.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +000078 <felix.gogo.version>0.9.0-SNAPSHOT</felix.gogo.version>
Guillaume Nodetfe334162009-06-18 21:09:10 +000079 <felix.osgi.version>1.3.0-SNAPSHOT</felix.osgi.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000080 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000081 <felix.prefs.version>1.0.2</felix.prefs.version>
Gert Vanthienen96270372009-07-03 14:05:00 +000082 <felix.webconsole.version>1.2.11-SNAPSHOT</felix.webconsole.version>
Guillaume Nodetafcbf452009-06-11 08:36:21 +000083 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +000084 <geronimo.blueprint.version>1.0.0-SNAPSHOT</geronimo.blueprint.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000085 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodeta29569e2009-08-25 09:02:04 +000086 <jansi.version>1.0</jansi.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +000087 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000088 <junit.version>3.8.2_1</junit.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000089 <jline.version>0.9.95-SNAPSHOT</jline.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000090 <log4j.version>1.2.14</log4j.version>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000091 <maven.version>2.0.9</maven.version>
Guillaume Nodetedf7d1a2009-06-08 19:25:20 +000092 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +000093 <pax.exam.version>1.0.0</pax.exam.version>
94 <pax.logging.version>1.4</pax.logging.version>
95 <pax.runner.version>1.1.1</pax.runner.version>
96 <pax.url.version>1.0.0</pax.url.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +000097 <pax.web.version>0.6.0</pax.web.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000098 <servicemix.legal.version>1.0</servicemix.legal.version>
Gert Vanthienen971f9332009-06-06 13:57:36 +000099 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +0000100 <spring.osgi.version>1.2.0</spring.osgi.version>
101 <spring.version>2.5.6.SEC01</spring.version>
Guillaume Nodet4aa90ac2009-08-26 12:24:15 +0000102 <sshd.version>0.2.0</sshd.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000103 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000104
105 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet3e9a4282009-05-04 16:30:02 +0000106
Guillaume Nodet3e9a4282009-05-04 16:30:02 +0000107 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000108 </properties>
109
110 <repositories>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000111 <!-- Apache snapshots -->
112 <repository>
113 <id>apache-snapshots</id>
114 <name>Apache Snapshots Repository</name>
115 <url>http://repository.apache.org/content/groups/snapshots-group</url>
116 <releases>
117 <enabled>false</enabled>
118 </releases>
119 <snapshots>
120 <enabled>true</enabled>
121 </snapshots>
122 </repository>
123 <!-- ServiceMix repo -->
124 <repository>
125 <id>servicemix</id>
126 <name>Apache ServiceMix Repository</name>
127 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
128 <releases>
129 <enabled>true</enabled>
130 </releases>
131 <snapshots>
132 <enabled>false</enabled>
133 </snapshots>
134 </repository>
135 <!-- OPS4J repo -->
136 <repository>
137 <id>ops4j</id>
138 <name>OPS4j Repository</name>
139 <url>http://repository.ops4j.org/maven2</url>
140 <releases>
141 <enabled>true</enabled>
142 </releases>
143 <snapshots>
144 <enabled>false</enabled>
145 </snapshots>
146 </repository>
Guillaume Nodetc2a0eb52009-06-19 10:36:37 +0000147 <!-- OPS4J Snapshot repo -->
148 <repository>
149 <id>ops4j-snapshots</id>
150 <name>OPS4j Repository Snapshot</name>
151 <url>http://repository.ops4j.org/mvn-snapshots</url>
152 <releases>
153 <enabled>false</enabled>
154 </releases>
155 <snapshots>
156 <enabled>true</enabled>
157 </snapshots>
158 </repository>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000159 <!-- Spring milestones repository -->
160 <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
161 <repository>
162 <id>spring-milestone</id>
163 <name>Spring Portfolio Milestone Repository</name>
164 <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
165 <releases>
166 <enabled>true</enabled>
167 </releases>
168 <snapshots>
169 <enabled>false</enabled>
170 </snapshots>
171 </repository>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000172
173 <repository>
174 <id>gnodet.snapshots</id>
175 <url>http://people.apache.org/~gnodet/snapshots</url>
176 <releases>
177 <enabled>false</enabled>
178 </releases>
179 <snapshots>
180 <enabled>true</enabled>
181 </snapshots>
182 </repository>
Gert Vanthienen1ba9a052009-08-06 21:36:13 +0000183
184 <repository>
185 <id>jansi.snapshot.m2</id>
186 <url>http://jansi.fusesource.org/repo/snapshot</url>
187 <releases>
188 <enabled>false</enabled>
189 </releases>
190 <snapshots>
191 <enabled>true</enabled>
192 </snapshots>
193 </repository>
Guillaume Nodeta29569e2009-08-25 09:02:04 +0000194 <repository>
195 <id>jansi.release.m2</id>
196 <name>jansi Release Repository</name>
197 <url>http://jansi.fusesource.org/repo/release</url>
198 <snapshots>
199 <enabled>false</enabled>
200 </snapshots>
201 <releases>
202 <enabled>true</enabled>
203 </releases>
204 </repository>
205 </repositories>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000206 <pluginRepositories>
207 <!-- ServiceMix repo -->
208 <pluginRepository>
209 <id>servicemix</id>
210 <name>Apache ServiceMix Repository</name>
211 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
212 </pluginRepository>
213 </pluginRepositories>
214
215 <dependencyManagement>
216 <dependencies>
217 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000218 <groupId>org.apache.felix.karaf</groupId>
219 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000220 <version>${pom.version}</version>
221 </dependency>
222 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000223 <groupId>org.apache.felix.karaf</groupId>
224 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000225 <version>${pom.version}</version>
226 </dependency>
227 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000228 <groupId>org.apache.felix.karaf.deployer</groupId>
229 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000230 <version>${pom.version}</version>
231 </dependency>
232 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000233 <groupId>org.apache.felix.karaf.deployer</groupId>
234 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000235 <version>${pom.version}</version>
236 </dependency>
237 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000238 <groupId>org.apache.felix.karaf.deployer</groupId>
239 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000240 <version>${pom.version}</version>
241 </dependency>
242 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000243 <groupId>org.apache.felix.karaf.deployer</groupId>
244 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000245 <version>${pom.version}</version>
246 </dependency>
247 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000248 <groupId>org.apache.felix.karaf</groupId>
249 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000250 <version>${pom.version}</version>
251 </dependency>
252 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000253 <groupId>org.apache.felix.karaf</groupId>
254 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000255 <version>${pom.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000256 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000257 <dependency>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +0000258 <groupId>org.apache.felix.karaf.features</groupId>
259 <artifactId>org.apache.felix.karaf.features.core</artifactId>
260 <version>${pom.version}</version>
261 </dependency>
262 <dependency>
263 <groupId>org.apache.felix.karaf.features</groupId>
264 <artifactId>org.apache.felix.karaf.features.command</artifactId>
265 <version>${pom.version}</version>
266 </dependency>
267 <dependency>
268 <groupId>org.apache.felix.karaf.features</groupId>
269 <artifactId>org.apache.felix.karaf.features.management</artifactId>
270 <version>${pom.version}</version>
271 </dependency>
272 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000273 <groupId>org.apache.felix.karaf.gshell</groupId>
274 <artifactId>org.apache.felix.karaf.gshell.core</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000275 <version>${pom.version}</version>
276 </dependency>
277 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000278 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000279 <artifactId>org.apache.felix.karaf.gshell.console</artifactId>
280 <version>${pom.version}</version>
281 </dependency>
282 <dependency>
283 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodetccfc3d82009-05-06 14:40:12 +0000284 <artifactId>org.apache.felix.karaf.gshell.run</artifactId>
285 <version>${pom.version}</version>
286 </dependency>
287 <dependency>
288 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000289 <artifactId>org.apache.felix.karaf.gshell.admin</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000290 <version>${pom.version}</version>
291 </dependency>
292 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000293 <groupId>org.apache.felix.karaf.gshell</groupId>
294 <artifactId>org.apache.felix.karaf.gshell.obr</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000295 <version>${pom.version}</version>
296 </dependency>
297 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000298 <groupId>org.apache.felix.karaf.gshell</groupId>
299 <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000300 <version>${pom.version}</version>
301 </dependency>
302 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000303 <groupId>org.apache.felix.karaf.gshell</groupId>
304 <artifactId>org.apache.felix.karaf.gshell.log</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000305 <version>${pom.version}</version>
306 </dependency>
307 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000308 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000309 <artifactId>org.apache.felix.karaf.gshell.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000310 <version>${pom.version}</version>
311 </dependency>
312 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000313 <groupId>org.apache.felix.karaf.gshell</groupId>
314 <artifactId>org.apache.felix.karaf.gshell.packages</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000315 <version>${pom.version}</version>
316 </dependency>
317 <dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000318 <groupId>org.apache.felix.karaf.gshell</groupId>
319 <artifactId>org.apache.felix.karaf.gshell.ssh</artifactId>
320 <version>${pom.version}</version>
321 </dependency>
322 <dependency>
323 <groupId>org.apache.felix.karaf.gshell</groupId>
324 <artifactId>org.apache.felix.karaf.gshell.commands</artifactId>
325 <version>${pom.version}</version>
326 </dependency>
327 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000328 <groupId>org.apache.felix.karaf.jaas</groupId>
329 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000330 <version>${pom.version}</version>
331 </dependency>
332 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000333 <groupId>org.apache.felix.karaf.jaas</groupId>
334 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000335 <version>${pom.version}</version>
336 </dependency>
337 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000338 <groupId>org.apache.felix.karaf.jaas</groupId>
339 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000340 <version>${pom.version}</version>
341 </dependency>
342 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000343 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000344 <artifactId>smx4web</artifactId>
345 <version>${pom.version}</version>
346 </dependency>
347 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000348 <groupId>org.apache.felix.karaf</groupId>
349 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000350 <version>${pom.version}</version>
351 </dependency>
352 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000353 <groupId>org.apache.felix.karaf</groupId>
354 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000355 <type>zip</type>
356 <version>${pom.version}</version>
357 </dependency>
358 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000359 <groupId>org.apache.felix.karaf</groupId>
360 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetf2015012009-04-30 07:04:50 +0000361 <classifier>features</classifier>
362 <type>xml</type>
363 <version>${pom.version}</version>
364 </dependency>
365 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000366 <groupId>org.apache.felix</groupId>
367 <artifactId>org.apache.felix.framework</artifactId>
368 <version>${felix.framework.version}</version>
369 <exclusions>
370 <exclusion>
371 <groupId>org.apache.felix</groupId>
372 <artifactId>org.osgi.compendium</artifactId>
373 </exclusion>
374 </exclusions>
375 </dependency>
376 <dependency>
377 <groupId>org.apache.felix</groupId>
378 <artifactId>org.osgi.compendium</artifactId>
379 <version>${felix.compendium.version}</version>
380 <exclusions>
381 <exclusion>
382 <groupId>org.apache.felix</groupId>
383 <artifactId>org.osgi.foundation</artifactId>
384 </exclusion>
385 <exclusion>
386 <groupId>org.apache.felix</groupId>
387 <artifactId>javax.servlet</artifactId>
388 </exclusion>
389 </exclusions>
390 </dependency>
391 <dependency>
392 <groupId>org.apache.felix</groupId>
393 <artifactId>org.osgi.core</artifactId>
394 <version>${felix.osgi.version}</version>
395 </dependency>
396 <dependency>
397 <groupId>org.apache.felix</groupId>
398 <artifactId>org.apache.felix.configadmin</artifactId>
399 <version>${felix.configadmin.version}</version>
400 </dependency>
401 <dependency>
402 <groupId>org.apache.felix</groupId>
403 <artifactId>org.apache.felix.prefs</artifactId>
404 <version>${felix.prefs.version}</version>
405 </dependency>
406 <dependency>
407 <groupId>org.apache.felix</groupId>
408 <artifactId>org.apache.felix.bundlerepository</artifactId>
409 <version>${felix.bundlerepository.version}</version>
410 <exclusions>
411 <exclusion>
412 <groupId>org.apache.felix</groupId>
413 <artifactId>org.osgi.service.obr</artifactId>
414 </exclusion>
415 <exclusion>
416 <groupId>org.apache.felix</groupId>
417 <artifactId>org.apache.felix.shell</artifactId>
418 </exclusion>
419 <exclusion>
420 <groupId>net.sf.kxml</groupId>
421 <artifactId>kxml2</artifactId>
422 </exclusion>
423 </exclusions>
424 </dependency>
425 <dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000426 <groupId>org.apache.felix</groupId>
Guillaume Nodet8822ca12009-06-18 21:05:47 +0000427 <artifactId>org.apache.felix.metatype</artifactId>
428 <version>${felix.metatype.version}</version>
429 </dependency>
430 <dependency>
431 <groupId>org.apache.felix</groupId>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000432 <artifactId>org.apache.felix.webconsole</artifactId>
433 <version>${felix.webconsole.version}</version>
434 </dependency>
435 <dependency>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000436 <groupId>org.apache.felix</groupId>
437 <artifactId>org.apache.felix.metatype</artifactId>
438 <version>${felix.metatype.version}</version>
439 </dependency>
440 <dependency>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +0000441 <groupId>org.apache.felix</groupId>
442 <artifactId>maven-bundle-plugin</artifactId>
443 <version>${felix.plugin.version}</version>
444 </dependency>
445 <dependency>
446 <groupId>org.apache.maven</groupId>
447 <artifactId>maven-plugin-api</artifactId>
448 <version>${maven.version}</version>
449 </dependency>
450 <dependency>
451 <groupId>org.apache.maven</groupId>
452 <artifactId>maven-project</artifactId>
453 <version>${maven.version}</version>
454 </dependency>
455 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000456 <groupId>org.springframework</groupId>
457 <artifactId>spring-aop</artifactId>
458 <version>${spring.version}</version>
459 </dependency>
460 <dependency>
461 <groupId>org.springframework</groupId>
462 <artifactId>spring-beans</artifactId>
463 <version>${spring.version}</version>
464 </dependency>
465 <dependency>
466 <groupId>org.springframework</groupId>
467 <artifactId>spring-core</artifactId>
468 <version>${spring.version}</version>
469 </dependency>
470 <dependency>
471 <groupId>org.springframework</groupId>
472 <artifactId>spring-context</artifactId>
473 <version>${spring.version}</version>
474 </dependency>
475 <dependency>
476 <groupId>org.springframework</groupId>
477 <artifactId>spring-test</artifactId>
478 <version>${spring.version}</version>
479 </dependency>
480 <dependency>
481 <groupId>org.springframework.osgi</groupId>
482 <artifactId>spring-osgi-core</artifactId>
483 <version>${spring.osgi.version}</version>
484 </dependency>
485 <dependency>
486 <groupId>org.springframework.osgi</groupId>
487 <artifactId>spring-osgi-io</artifactId>
488 <version>${spring.osgi.version}</version>
489 </dependency>
490 <dependency>
491 <groupId>org.springframework.osgi</groupId>
492 <artifactId>spring-osgi-extender</artifactId>
493 <version>${spring.osgi.version}</version>
494 </dependency>
495 <dependency>
496 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet6a8e2f12009-08-24 07:27:30 +0000497 <artifactId>spring-osgi-annotation</artifactId>
498 <version>${spring.osgi.version}</version>
499 </dependency>
500 <dependency>
501 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000502 <artifactId>spring-osgi-test</artifactId>
503 <version>${spring.osgi.version}</version>
504 <exclusions>
505 <exclusion>
506 <groupId>org.springframework.osgi</groupId>
507 <artifactId>asm.osgi</artifactId>
508 </exclusion>
509 <exclusion>
510 <groupId>org.junit</groupId>
511 <artifactId>com.springsource.junit</artifactId>
512 </exclusion>
513 <exclusion>
514 <groupId>org.objectweb.asm</groupId>
515 <artifactId>com.springsource.org.objectweb.asm</artifactId>
516 </exclusion>
517 </exclusions>
518 </dependency>
519 <dependency>
520 <groupId>org.springframework.osgi</groupId>
521 <artifactId>spring-osgi-extender</artifactId>
522 <version>${spring.osgi.version}</version>
523 </dependency>
524 <dependency>
525 <groupId>org.springframework.osgi</groupId>
526 <artifactId>spring-osgi-annotation</artifactId>
527 <version>${spring.osgi.version}</version>
528 </dependency>
529 <dependency>
530 <groupId>org.apache.mina</groupId>
531 <artifactId>mina-core</artifactId>
532 <version>${mina.version}</version>
533 </dependency>
534 <dependency>
535 <groupId>org.apache.servicemix.bundles</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000536 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
537 <version>${junit.version}</version>
538 </dependency>
539 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000540 <groupId>log4j</groupId>
541 <artifactId>log4j</artifactId>
542 <version>${log4j.version}</version>
543 </dependency>
544 <dependency>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000545 <groupId>jline</groupId>
546 <artifactId>jline</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000547 <version>${jline.version}</version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000548 </dependency>
549 <dependency>
550 <groupId>org.fusesource.jansi</groupId>
551 <artifactId>jansi</artifactId>
552 <version>${jansi.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000553 </dependency>
554 <dependency>
555 <groupId>commons-logging</groupId>
556 <artifactId>commons-logging</artifactId>
557 <version>${commons.logging.version}</version>
558 </dependency>
559 <dependency>
560 <groupId>org.apache.maven.artifact</groupId>
561 <artifactId>maven-artifact</artifactId>
562 <version>3.0-alpha-1</version>
563 </dependency>
564 <dependency>
565 <groupId>org.apache.servicemix.bundles</groupId>
566 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
567 <version>${commons.io.version}</version>
568 </dependency>
569 <dependency>
570 <groupId>org.apache.mina</groupId>
571 <artifactId>mina-core</artifactId>
572 <version>${mina.version}</version>
573 <exclusions>
574 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000575 <groupId>org.easymock</groupId>
576 <artifactId>easymock</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000577 </exclusion>
578 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000579 <groupId>org.easymock</groupId>
580 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000581 </exclusion>
582 </exclusions>
583 </dependency>
584 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000585 <groupId>org.slf4j</groupId>
586 <artifactId>slf4j-api</artifactId>
587 <version>1.4.3</version>
588 </dependency>
589 <dependency>
590 <groupId>org.slf4j</groupId>
591 <artifactId>slf4j-jdk14</artifactId>
592 <version>1.4.3</version>
593 </dependency>
594 <dependency>
595 <groupId>org.slf4j</groupId>
596 <artifactId>slf4j-nop</artifactId>
597 <version>1.4.3</version>
598 </dependency>
599 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000600 <groupId>org.ops4j.pax.logging</groupId>
601 <artifactId>pax-logging-api</artifactId>
602 <version>${pax.logging.version}</version>
603 </dependency>
604 <dependency>
605 <groupId>org.ops4j.pax.logging</groupId>
606 <artifactId>pax-logging-service</artifactId>
607 <version>${pax.logging.version}</version>
608 <exclusions>
609 <exclusion>
610 <groupId>log4j</groupId>
611 <artifactId>log4j</artifactId>
612 </exclusion>
613 </exclusions>
614 </dependency>
615 <dependency>
616 <groupId>org.ops4j.pax.url</groupId>
617 <artifactId>pax-url-mvn</artifactId>
618 <version>${pax.url.version}</version>
619 </dependency>
620 <dependency>
621 <groupId>org.ops4j.pax.url</groupId>
622 <artifactId>pax-url-wrap</artifactId>
623 <version>${pax.url.version}</version>
624 </dependency>
625 <dependency>
626 <groupId>org.apache.geronimo.specs</groupId>
627 <artifactId>geronimo-servlet_2.5_spec</artifactId>
628 <version>${geronimo.servlet.version}</version>
629 </dependency>
630 <dependency>
631 <groupId>org.apache.geronimo.specs</groupId>
632 <artifactId>geronimo-annotation_1.0_spec</artifactId>
633 <version>${geronimo.annotation.version}</version>
634 </dependency>
635 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000636 <groupId>org.easymock</groupId>
637 <artifactId>easymock</artifactId>
638 <version>${easymock.version}</version>
639 </dependency>
640 <dependency>
641 <groupId>org.apache.sshd</groupId>
642 <artifactId>sshd-core</artifactId>
643 <version>${sshd.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000644 </dependency>
645 <dependency>
646 <groupId>org.osgi</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000647 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000648 <version>${osgi.jmx.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000649 </dependency>
Guillaume Nodet5c1894e2009-04-29 16:35:06 +0000650 <dependency>
651 <groupId>org.ops4j.pax.exam</groupId>
652 <artifactId>pax-exam</artifactId>
653 <version>${pax.exam.version}</version>
654 </dependency>
655 <dependency>
656 <groupId>org.ops4j.pax.exam</groupId>
657 <artifactId>pax-exam-junit</artifactId>
658 <version>${pax.exam.version}</version>
659 </dependency>
660 <dependency>
661 <groupId>org.ops4j.pax.exam</groupId>
662 <artifactId>pax-exam-container-default</artifactId>
663 <version>${pax.exam.version}</version>
664 </dependency>
665 <dependency>
666 <groupId>org.ops4j.pax.exam</groupId>
667 <artifactId>pax-exam-junit-extender-impl</artifactId>
668 <version>${pax.exam.version}</version>
669 </dependency>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000670 <dependency>
671 <groupId>org.eclipse</groupId>
672 <artifactId>osgi</artifactId>
673 <version>${equinox.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000674 </dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000675 <dependency>
676 <groupId>javax.servlet</groupId>
677 <artifactId>servlet-api</artifactId>
678 <version>${servlet.api.version}</version>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000679 </dependency>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000680 <dependency>
681 <groupId>org.apache.geronimo</groupId>
682 <artifactId>blueprint-bundle</artifactId>
683 <version>${geronimo.blueprint.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000684 <exclusions>
685 <exclusion>
686 <groupId>org.apache.felix</groupId>
687 <artifactId>javax.servlet</artifactId>
688 </exclusion>
689 </exclusions>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000690 </dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000691 <dependency>
692 <groupId>org.apache.felix.gogo</groupId>
693 <artifactId>org.apache.felix.gogo.runtime</artifactId>
694 <version>${felix.gogo.version}</version>
695 </dependency>
696 <dependency>
697 <groupId>org.apache.felix.gogo</groupId>
698 <artifactId>org.apache.felix.gogo.commands</artifactId>
699 <version>${felix.gogo.version}</version>
700 </dependency>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000701 <dependency>
702 <groupId>org.ops4j.pax.runner</groupId>
703 <artifactId>pax-runner-no-jcl</artifactId>
704 <version>${pax.runner.version}</version>
705 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000706 </dependencies>
707 </dependencyManagement>
708
709 <build>
710 <defaultGoal>install</defaultGoal>
711
712 <pluginManagement>
713 <plugins>
714 <plugin>
715 <groupId>org.apache.maven.plugins</groupId>
716 <artifactId>maven-eclipse-plugin</artifactId>
717 <version>2.4</version>
718 <configuration>
719 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
720 <downloadSources>true</downloadSources>
721 <downloadJavadocs>true</downloadJavadocs>
722 </configuration>
723 </plugin>
724 <plugin>
725 <groupId>org.apache.maven.plugins</groupId>
726 <artifactId>maven-release-plugin</artifactId>
727 <version>2.0-beta-7</version>
728 <configuration>
729 <useReleaseProfile>false</useReleaseProfile>
730 <preparationGoals>clean verify install</preparationGoals>
731 <goals>deploy</goals>
732 <arguments>-Prelease,deploy</arguments>
733 <autoVersionSubmodules>true</autoVersionSubmodules>
734 </configuration>
735 </plugin>
736 <plugin>
737 <groupId>org.apache.felix</groupId>
738 <artifactId>maven-bundle-plugin</artifactId>
739 <version>${felix.plugin.version}</version>
740 <extensions>true</extensions>
741 </plugin>
742 <plugin>
743 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000744 <artifactId>maven-idea-plugin</artifactId>
745 <version>2.1</version>
746 <configuration>
747 <downloadSources>true</downloadSources>
748 <downloadJavadocs>true</downloadJavadocs>
749 </configuration>
750 </plugin>
751 <plugin>
752 <groupId>org.apache.maven.plugins</groupId>
753 <artifactId>maven-surefire-plugin</artifactId>
754 <version>2.3.1</version>
755 </plugin>
756 <plugin>
757 <groupId>org.apache.maven.plugins</groupId>
758 <artifactId>maven-shade-plugin</artifactId>
759 <version>1.2</version>
760 </plugin>
761 <plugin>
762 <groupId>org.apache.maven.plugins</groupId>
763 <artifactId>maven-resources-plugin</artifactId>
764 <version>2.3</version>
765 </plugin>
766 <plugin>
767 <groupId>org.apache.servicemix.tooling</groupId>
768 <artifactId>depends-maven-plugin</artifactId>
769 <version>${depends.maven.plugin.version}</version>
770 </plugin>
771 <plugin>
772 <groupId>org.apache.maven.plugins</groupId>
773 <artifactId>maven-source-plugin</artifactId>
774 <version>2.0.4</version>
775 </plugin>
776 <plugin>
777 <groupId>org.apache.maven.plugins</groupId>
778 <artifactId>maven-assembly-plugin</artifactId>
779 <version>2.2-beta-3</version>
780 </plugin>
781 </plugins>
782 </pluginManagement>
783 <plugins>
784 <plugin>
785 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodetb9103c82009-05-11 14:33:35 +0000786 <artifactId>maven-compiler-plugin</artifactId>
787 <version>2.0.2</version>
788 <configuration>
789 <source>1.5</source>
790 <target>1.5</target>
791 <maxmem>256M</maxmem>
792 <fork>${compiler.fork}</fork>
793 </configuration>
794 </plugin>
795 <plugin>
796 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000797 <artifactId>maven-dependency-plugin</artifactId>
798 <version>2.0</version>
799 <executions>
800 <execution>
801 <id>copy-legal</id>
802 <phase>generate-resources</phase>
803 <goals>
804 <goal>copy</goal>
805 </goals>
806 <configuration>
807 <artifactItems>
808 <artifactItem>
809 <groupId>org.apache.servicemix.legal</groupId>
810 <artifactId>legal</artifactId>
811 <version>${servicemix.legal.version}</version>
812 <type>xml</type>
813 <outputDirectory>target/legal/</outputDirectory>
814 </artifactItem>
815 </artifactItems>
816 <stripVersion>true</stripVersion>
817 </configuration>
818 </execution>
819 </executions>
820 <dependencies>
821 <dependency>
822 <groupId>org.apache.servicemix.legal</groupId>
823 <artifactId>legal</artifactId>
824 <version>${servicemix.legal.version}</version>
825 <type>xml</type>
826 </dependency>
827 </dependencies>
828 </plugin>
829 <plugin>
830 <artifactId>maven-remote-resources-plugin</artifactId>
831 <version>1.0</version>
832 <executions>
833 <execution>
834 <goals>
835 <goal>process</goal>
836 </goals>
837 <configuration>
838 <resourceBundles>
839 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
840 </resourceBundles>
841 <supplementalModels>
842 <supplementalModel>target/legal/legal.xml</supplementalModel>
843 </supplementalModels>
844 <properties>
845 <addLicense>true</addLicense>
846 <addArtifact>true</addArtifact>
847 <projectName>Apache ServiceMix</projectName>
848 </properties>
849 </configuration>
850 </execution>
851 </executions>
852 </plugin>
853 </plugins>
854 </build>
855
856 <reporting>
857 <plugins>
858 <plugin>
859 <groupId>org.apache.maven.plugins</groupId>
860 <artifactId>maven-javadoc-plugin</artifactId>
861 <version>2.3</version>
862 </plugin>
863 <plugin>
864 <groupId>org.apache.maven.plugins</groupId>
865 <artifactId>maven-jxr-plugin</artifactId>
866 <version>2.0</version>
867 </plugin>
868 </plugins>
869 </reporting>
870
871 <profiles>
872 <profile>
873 <id>fastinstall</id>
874 <properties>
875 <maven.test.skip>true</maven.test.skip>
876 </properties>
877 </profile>
878 <profile>
879 <id>rat</id>
880 <build>
881 <plugins>
882 <plugin>
883 <groupId>org.codehaus.mojo</groupId>
884 <artifactId>rat-maven-plugin</artifactId>
885 <version>1.0-alpha-3</version>
886 <executions>
887 <execution>
888 <phase>verify</phase>
889 <goals>
890 <goal>check</goal>
891 </goals>
892 </execution>
893 </executions>
894 <configuration>
895 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
896 <excludes>
897 <exclude>**/target/**/*</exclude>
898 <!-- IDEA files -->
899 <exclude>**/*.iml</exclude>
900 <exclude>**/*.ipr</exclude>
901 <exclude>**/*.iws</exclude>
902 <!-- Eclipse files -->
903 <exclude>**/.*</exclude>
904 <exclude>**/eclipse-classes/**/*</exclude>
905 <exclude>**/dependency-reduced-pom.xml</exclude>
906 </excludes>
907 </configuration>
908 </plugin>
909 </plugins>
910 </build>
911 </profile>
912 <profile>
913 <id>release</id>
914 <build>
915 <plugins>
916 <!-- We want to deploy the artifact to a staging location for perusal -->
917 <plugin>
918 <inherited>true</inherited>
919 <artifactId>maven-deploy-plugin</artifactId>
920 <version>2.3</version>
921 <configuration>
922 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
923 <updateReleaseInfo>true</updateReleaseInfo>
924 </configuration>
925 </plugin>
926 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
927 <plugin>
928 <artifactId>maven-gpg-plugin</artifactId>
929 <version>1.0-alpha-4</version>
930 <executions>
931 <execution>
932 <goals>
933 <goal>sign</goal>
934 </goals>
935 </execution>
936 </executions>
937 </plugin>
938 </plugins>
939 </build>
940 </profile>
941 <profile>
942 <id>setup.eclipse</id>
943 <modules>
944 <module>assembly</module>
945 </modules>
946 <properties>
947 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
948 </properties>
949 <build>
950 <defaultGoal>eclipse:eclipse</defaultGoal>
951 <plugins>
952 <plugin>
953 <groupId>org.apache.maven.plugins</groupId>
954 <artifactId>maven-eclipse-plugin</artifactId>
955 <inherited>false</inherited>
956 <executions>
957 <execution>
958 <id>setup.eclipse.workspace</id>
959 <phase>process-test-sources</phase>
960 <goals>
961 <goal>add-maven-repo</goal>
962 </goals>
963 <configuration>
964 <workspace>${eclipse.workspace.dir}</workspace>
965 </configuration>
966 </execution>
967 </executions>
968 </plugin>
969 </plugins>
970 </build>
971 </profile>
972 <profile>
973 <id>deploy</id>
974 <properties>
975 <createSourcesJar>true</createSourcesJar>
976 </properties>
977 <build>
978 <defaultGoal>deploy</defaultGoal>
979 <plugins>
980 <plugin>
981 <groupId>org.apache.maven.plugins</groupId>
982 <artifactId>maven-source-plugin</artifactId>
983 <version>2.0.4</version>
984 <executions>
985 <execution>
986 <id>attach-sources</id>
987 <goals>
988 <goal>jar</goal>
989 </goals>
990 </execution>
991 </executions>
992 </plugin>
993 <plugin>
994 <groupId>org.apache.maven.plugins</groupId>
995 <artifactId>maven-javadoc-plugin</artifactId>
996 <version>2.4</version>
997 <configuration>
998 <source>1.5</source>
999 </configuration>
1000 <executions>
1001 <execution>
1002 <id>attach-javadocs</id>
1003 <goals>
1004 <goal>jar</goal>
1005 </goals>
1006 </execution>
1007 </executions>
1008 </plugin>
1009 </plugins>
1010 </build>
1011 </profile>
1012 </profiles>
1013
1014</project>