blob: 27e0e9a4ac26a1530de6df18a504db93a39043d5 [file] [log] [blame]
Guillaume Nodet05fac962009-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 Nodetcb2db1b2009-07-10 06:56:47 +000021
Guillaume Nodet05fac962009-04-27 10:01:58 +000022 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000025 <groupId>org.apache.felix</groupId>
Gert Vanthienenabed2af2009-06-16 11:58:10 +000026 <artifactId>felix-parent</artifactId>
27 <version>1.2.0</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000028 </parent>
29
Gert Vanthienenf54a8392009-05-02 19:57:13 +000030 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000031 <artifactId>karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000032 <packaging>pom</packaging>
33 <version>1.2.0-SNAPSHOT</version>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000034 <name>Apache Felix Karaf</name>
Guillaume Nodet05fac962009-04-27 10:01:58 +000035 <inceptionYear>2007</inceptionYear>
36
37 <modules>
38 <module>main</module>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000039 <module>deployer</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000040 <module>gshell</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000041 <module>jaas</module>
42 <module>client</module>
43 <module>management</module>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000044 <module>webconsole</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000045 <module>assembly</module>
Guillaume Nodetace13292009-06-18 21:05:47 +000046 <!--
Guillaume Nodet05fac962009-04-27 10:01:58 +000047 <module>demos</module>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +000048 <module>itests</module>
Guillaume Nodetace13292009-06-18 21:05:47 +000049 -->
Gert Vanthienencdec0a22009-06-16 07:05:38 +000050 <module>tooling</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000051 </modules>
52
53 <scm>
Carsten Ziegelerb52a53f2009-04-27 18:39:46 +000054 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
55 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
56 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000057 </scm>
58
59 <issueManagement>
60 <system>jira</system>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000061 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000062 </issueManagement>
63
64 <prerequisites>
65 <maven>2.0.7</maven>
66 </prerequisites>
67
68 <properties>
Guillaume Nodet05fac962009-04-27 10:01:58 +000069 <aopalliance.version>1.0_1</aopalliance.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000070 <cglib.version>2.1_3_2-SNAPSHOT</cglib.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000071 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000072 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
73 <easymock.version>2.4</easymock.version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +000074 <equinox.version>3.5.0.v20090520</equinox.version>
Guillaume Nodet56ee6922009-04-28 21:28:02 +000075 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000076 <felix.compendium.version>1.2.0</felix.compendium.version>
77 <felix.configadmin.version>1.0.4</felix.configadmin.version>
Guillaume Nodet71725de2009-06-18 21:09:10 +000078 <felix.framework.version>1.9.0-SNAPSHOT</felix.framework.version>
Guillaume Nodet129433d2009-07-09 08:29:14 +000079 <felix.gogo.version>0.9.0-SNAPSHOT</felix.gogo.version>
Guillaume Nodet71725de2009-06-18 21:09:10 +000080 <felix.osgi.version>1.3.0-SNAPSHOT</felix.osgi.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000081 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000082 <felix.prefs.version>1.0.2</felix.prefs.version>
Gert Vanthienen3b485602009-07-03 14:05:00 +000083 <felix.webconsole.version>1.2.11-SNAPSHOT</felix.webconsole.version>
Guillaume Nodet75848652009-06-11 08:36:21 +000084 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +000085 <geronimo.blueprint.version>1.0.0-SNAPSHOT</geronimo.blueprint.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000086 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +000087 <jansi.version>1.0-SNAPSHOT</jansi.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000088 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000089 <junit.version>3.8.2_1</junit.version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +000090 <jline.version>0.9.95-SNAPSHOT</jline.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000091 <log4j.version>1.2.14</log4j.version>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000092 <maven.version>2.0.9</maven.version>
Guillaume Nodet65b51e92009-06-08 19:25:20 +000093 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodet59061172009-04-29 16:35:06 +000094 <pax.exam.version>0.5.0</pax.exam.version>
Guillaume Nodet71725de2009-06-18 21:09:10 +000095 <pax.logging.version>1.3.1-SNAPSHOT</pax.logging.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000096 <pax.url.version>0.3.3</pax.url.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000097 <pax.web.version>0.6.0</pax.web.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000098 <servicemix.legal.version>1.0</servicemix.legal.version>
99 <servicemix.specs.version>1.4-SNAPSHOT</servicemix.specs.version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000100 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet7d40fd32009-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 Nodetcb2db1b2009-07-10 06:56:47 +0000103 <sshd.version>1.0-SNAPSHOT</sshd.version>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000104 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000105
106 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +0000107
108 <karaf.osgi.version>1.2.0</karaf.osgi.version>
109 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000110 </properties>
111
112 <repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000113 <!-- Apache snapshots -->
114 <repository>
115 <id>apache-snapshots</id>
116 <name>Apache Snapshots Repository</name>
117 <url>http://repository.apache.org/content/groups/snapshots-group</url>
118 <releases>
119 <enabled>false</enabled>
120 </releases>
121 <snapshots>
122 <enabled>true</enabled>
123 </snapshots>
124 </repository>
125 <!-- ServiceMix repo -->
126 <repository>
127 <id>servicemix</id>
128 <name>Apache ServiceMix Repository</name>
129 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
130 <releases>
131 <enabled>true</enabled>
132 </releases>
133 <snapshots>
134 <enabled>false</enabled>
135 </snapshots>
136 </repository>
137 <!-- OPS4J repo -->
138 <repository>
139 <id>ops4j</id>
140 <name>OPS4j Repository</name>
141 <url>http://repository.ops4j.org/maven2</url>
142 <releases>
143 <enabled>true</enabled>
144 </releases>
145 <snapshots>
146 <enabled>false</enabled>
147 </snapshots>
148 </repository>
Guillaume Nodet96423382009-06-19 10:36:37 +0000149 <!-- OPS4J Snapshot repo -->
150 <repository>
151 <id>ops4j-snapshots</id>
152 <name>OPS4j Repository Snapshot</name>
153 <url>http://repository.ops4j.org/mvn-snapshots</url>
154 <releases>
155 <enabled>false</enabled>
156 </releases>
157 <snapshots>
158 <enabled>true</enabled>
159 </snapshots>
160 </repository>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000161 <!-- Spring milestones repository -->
162 <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
163 <repository>
164 <id>spring-milestone</id>
165 <name>Spring Portfolio Milestone Repository</name>
166 <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
167 <releases>
168 <enabled>true</enabled>
169 </releases>
170 <snapshots>
171 <enabled>false</enabled>
172 </snapshots>
173 </repository>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000174
175 <repository>
176 <id>gnodet.snapshots</id>
177 <url>http://people.apache.org/~gnodet/snapshots</url>
178 <releases>
179 <enabled>false</enabled>
180 </releases>
181 <snapshots>
182 <enabled>true</enabled>
183 </snapshots>
184 </repository>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000185 </repositories>
186
187 <pluginRepositories>
188 <!-- ServiceMix repo -->
189 <pluginRepository>
190 <id>servicemix</id>
191 <name>Apache ServiceMix Repository</name>
192 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
193 </pluginRepository>
194 </pluginRepositories>
195
196 <dependencyManagement>
197 <dependencies>
198 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000199 <groupId>org.apache.felix.karaf</groupId>
200 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000201 <version>${pom.version}</version>
202 </dependency>
203 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000204 <groupId>org.apache.felix.karaf</groupId>
205 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000206 <version>${pom.version}</version>
207 </dependency>
208 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000209 <groupId>org.apache.felix.karaf.deployer</groupId>
210 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000211 <version>${pom.version}</version>
212 </dependency>
213 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000214 <groupId>org.apache.felix.karaf.deployer</groupId>
215 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000216 <version>${pom.version}</version>
217 </dependency>
218 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000219 <groupId>org.apache.felix.karaf.deployer</groupId>
220 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000221 <version>${pom.version}</version>
222 </dependency>
223 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000224 <groupId>org.apache.felix.karaf.deployer</groupId>
225 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000226 <version>${pom.version}</version>
227 </dependency>
228 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000229 <groupId>org.apache.felix.karaf</groupId>
230 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000231 <version>${pom.version}</version>
232 </dependency>
233 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000234 <groupId>org.apache.felix.karaf</groupId>
235 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000236 <version>${pom.version}</version>
237 </dependency>
238 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000239 <groupId>org.apache.felix.karaf.gshell</groupId>
240 <artifactId>org.apache.felix.karaf.gshell.core</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000241 <version>${pom.version}</version>
242 </dependency>
243 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000244 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000245 <artifactId>org.apache.felix.karaf.gshell.console</artifactId>
246 <version>${pom.version}</version>
247 </dependency>
248 <dependency>
249 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet22d03c62009-05-06 14:40:12 +0000250 <artifactId>org.apache.felix.karaf.gshell.run</artifactId>
251 <version>${pom.version}</version>
252 </dependency>
253 <dependency>
254 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000255 <artifactId>org.apache.felix.karaf.gshell.admin</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000256 <version>${pom.version}</version>
257 </dependency>
258 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000259 <groupId>org.apache.felix.karaf.gshell</groupId>
260 <artifactId>org.apache.felix.karaf.gshell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000261 <version>${pom.version}</version>
262 </dependency>
263 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000264 <groupId>org.apache.felix.karaf.gshell</groupId>
265 <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000266 <version>${pom.version}</version>
267 </dependency>
268 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000269 <groupId>org.apache.felix.karaf.gshell</groupId>
270 <artifactId>org.apache.felix.karaf.gshell.log</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000271 <version>${pom.version}</version>
272 </dependency>
273 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000274 <groupId>org.apache.felix.karaf.gshell</groupId>
275 <artifactId>org.apache.felix.karaf.gshell.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000276 <version>${pom.version}</version>
277 </dependency>
278 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000279 <groupId>org.apache.felix.karaf.gshell</groupId>
280 <artifactId>org.apache.felix.karaf.gshell.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000281 <version>${pom.version}</version>
282 </dependency>
283 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000284 <groupId>org.apache.felix.karaf.gshell</groupId>
285 <artifactId>org.apache.felix.karaf.gshell.packages</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000286 <version>${pom.version}</version>
287 </dependency>
288 <dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000289 <groupId>org.apache.felix.karaf.gshell</groupId>
290 <artifactId>org.apache.felix.karaf.gshell.ssh</artifactId>
291 <version>${pom.version}</version>
292 </dependency>
293 <dependency>
294 <groupId>org.apache.felix.karaf.gshell</groupId>
295 <artifactId>org.apache.felix.karaf.gshell.commands</artifactId>
296 <version>${pom.version}</version>
297 </dependency>
298 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000299 <groupId>org.apache.felix.karaf.jaas</groupId>
300 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000301 <version>${pom.version}</version>
302 </dependency>
303 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000304 <groupId>org.apache.felix.karaf.jaas</groupId>
305 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000306 <version>${pom.version}</version>
307 </dependency>
308 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000309 <groupId>org.apache.felix.karaf.jaas</groupId>
310 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000311 <version>${pom.version}</version>
312 </dependency>
313 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000314 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000315 <artifactId>smx4web</artifactId>
316 <version>${pom.version}</version>
317 </dependency>
318 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000319 <groupId>org.apache.felix.karaf</groupId>
320 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000321 <version>${pom.version}</version>
322 </dependency>
323 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000324 <groupId>org.apache.felix.karaf</groupId>
325 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000326 <type>zip</type>
327 <version>${pom.version}</version>
328 </dependency>
329 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000330 <groupId>org.apache.felix.karaf</groupId>
331 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +0000332 <classifier>features</classifier>
333 <type>xml</type>
334 <version>${pom.version}</version>
335 </dependency>
336 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000337 <groupId>org.apache.felix</groupId>
338 <artifactId>org.apache.felix.framework</artifactId>
339 <version>${felix.framework.version}</version>
340 <exclusions>
341 <exclusion>
342 <groupId>org.apache.felix</groupId>
343 <artifactId>org.osgi.compendium</artifactId>
344 </exclusion>
345 </exclusions>
346 </dependency>
347 <dependency>
348 <groupId>org.apache.felix</groupId>
349 <artifactId>org.osgi.compendium</artifactId>
350 <version>${felix.compendium.version}</version>
351 <exclusions>
352 <exclusion>
353 <groupId>org.apache.felix</groupId>
354 <artifactId>org.osgi.foundation</artifactId>
355 </exclusion>
356 <exclusion>
357 <groupId>org.apache.felix</groupId>
358 <artifactId>javax.servlet</artifactId>
359 </exclusion>
360 </exclusions>
361 </dependency>
362 <dependency>
363 <groupId>org.apache.felix</groupId>
364 <artifactId>org.osgi.core</artifactId>
365 <version>${felix.osgi.version}</version>
366 </dependency>
367 <dependency>
368 <groupId>org.apache.felix</groupId>
369 <artifactId>org.apache.felix.configadmin</artifactId>
370 <version>${felix.configadmin.version}</version>
371 </dependency>
372 <dependency>
373 <groupId>org.apache.felix</groupId>
374 <artifactId>org.apache.felix.prefs</artifactId>
375 <version>${felix.prefs.version}</version>
376 </dependency>
377 <dependency>
378 <groupId>org.apache.felix</groupId>
379 <artifactId>org.apache.felix.bundlerepository</artifactId>
380 <version>${felix.bundlerepository.version}</version>
381 <exclusions>
382 <exclusion>
383 <groupId>org.apache.felix</groupId>
384 <artifactId>org.osgi.service.obr</artifactId>
385 </exclusion>
386 <exclusion>
387 <groupId>org.apache.felix</groupId>
388 <artifactId>org.apache.felix.shell</artifactId>
389 </exclusion>
390 <exclusion>
391 <groupId>net.sf.kxml</groupId>
392 <artifactId>kxml2</artifactId>
393 </exclusion>
394 </exclusions>
395 </dependency>
396 <dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000397 <groupId>org.apache.felix</groupId>
Guillaume Nodetace13292009-06-18 21:05:47 +0000398 <artifactId>org.apache.felix.metatype</artifactId>
399 <version>${felix.metatype.version}</version>
400 </dependency>
401 <dependency>
402 <groupId>org.apache.felix</groupId>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000403 <artifactId>org.apache.felix.webconsole</artifactId>
404 <version>${felix.webconsole.version}</version>
405 </dependency>
406 <dependency>
Guillaume Nodet75848652009-06-11 08:36:21 +0000407 <groupId>org.apache.felix</groupId>
408 <artifactId>org.apache.felix.metatype</artifactId>
409 <version>${felix.metatype.version}</version>
410 </dependency>
411 <dependency>
Gert Vanthienencdec0a22009-06-16 07:05:38 +0000412 <groupId>org.apache.felix</groupId>
413 <artifactId>maven-bundle-plugin</artifactId>
414 <version>${felix.plugin.version}</version>
415 </dependency>
416 <dependency>
417 <groupId>org.apache.maven</groupId>
418 <artifactId>maven-plugin-api</artifactId>
419 <version>${maven.version}</version>
420 </dependency>
421 <dependency>
422 <groupId>org.apache.maven</groupId>
423 <artifactId>maven-project</artifactId>
424 <version>${maven.version}</version>
425 </dependency>
426 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000427 <groupId>org.springframework</groupId>
428 <artifactId>spring-aop</artifactId>
429 <version>${spring.version}</version>
430 </dependency>
431 <dependency>
432 <groupId>org.springframework</groupId>
433 <artifactId>spring-beans</artifactId>
434 <version>${spring.version}</version>
435 </dependency>
436 <dependency>
437 <groupId>org.springframework</groupId>
438 <artifactId>spring-core</artifactId>
439 <version>${spring.version}</version>
440 </dependency>
441 <dependency>
442 <groupId>org.springframework</groupId>
443 <artifactId>spring-context</artifactId>
444 <version>${spring.version}</version>
445 </dependency>
446 <dependency>
447 <groupId>org.springframework</groupId>
448 <artifactId>spring-test</artifactId>
449 <version>${spring.version}</version>
450 </dependency>
451 <dependency>
452 <groupId>org.springframework.osgi</groupId>
453 <artifactId>spring-osgi-core</artifactId>
454 <version>${spring.osgi.version}</version>
455 </dependency>
456 <dependency>
457 <groupId>org.springframework.osgi</groupId>
458 <artifactId>spring-osgi-io</artifactId>
459 <version>${spring.osgi.version}</version>
460 </dependency>
461 <dependency>
462 <groupId>org.springframework.osgi</groupId>
463 <artifactId>spring-osgi-extender</artifactId>
464 <version>${spring.osgi.version}</version>
465 </dependency>
466 <dependency>
467 <groupId>org.springframework.osgi</groupId>
468 <artifactId>spring-osgi-test</artifactId>
469 <version>${spring.osgi.version}</version>
470 <exclusions>
471 <exclusion>
472 <groupId>org.springframework.osgi</groupId>
473 <artifactId>asm.osgi</artifactId>
474 </exclusion>
475 <exclusion>
476 <groupId>org.junit</groupId>
477 <artifactId>com.springsource.junit</artifactId>
478 </exclusion>
479 <exclusion>
480 <groupId>org.objectweb.asm</groupId>
481 <artifactId>com.springsource.org.objectweb.asm</artifactId>
482 </exclusion>
483 </exclusions>
484 </dependency>
485 <dependency>
486 <groupId>org.springframework.osgi</groupId>
487 <artifactId>spring-osgi-extender</artifactId>
488 <version>${spring.osgi.version}</version>
489 </dependency>
490 <dependency>
491 <groupId>org.springframework.osgi</groupId>
492 <artifactId>spring-osgi-annotation</artifactId>
493 <version>${spring.osgi.version}</version>
494 </dependency>
495 <dependency>
496 <groupId>org.apache.mina</groupId>
497 <artifactId>mina-core</artifactId>
498 <version>${mina.version}</version>
499 </dependency>
500 <dependency>
501 <groupId>org.apache.servicemix.bundles</groupId>
502 <artifactId>org.apache.servicemix.bundles.oro</artifactId>
503 <version>${oro.version}</version>
504 </dependency>
505 <dependency>
506 <groupId>org.apache.servicemix.bundles</groupId>
507 <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
508 <version>${aopalliance.version}</version>
509 </dependency>
510 <dependency>
511 <groupId>org.apache.servicemix.bundles</groupId>
512 <artifactId>org.apache.servicemix.bundles.asm</artifactId>
513 <version>${asm.version}</version>
514 </dependency>
515 <dependency>
516 <groupId>org.apache.servicemix.bundles</groupId>
517 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
518 <version>${junit.version}</version>
519 </dependency>
520 <dependency>
521 <groupId>org.apache.servicemix.bundles</groupId>
522 <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
523 <version>${cglib.version}</version>
524 </dependency>
525 <dependency>
526 <groupId>org.apache.servicemix.bundles</groupId>
527 <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
528 <version>${commons.jexl.version}</version>
529 <exclusions>
530 <exclusion>
531 <groupId>junit</groupId>
532 <artifactId>junit</artifactId>
533 </exclusion>
534 </exclusions>
535 </dependency>
536 <dependency>
537 <groupId>org.apache.servicemix.bundles</groupId>
538 <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId>
539 <version>${commons.vfs.version}</version>
540 </dependency>
541 <dependency>
542 <groupId>org.apache.servicemix.bundles</groupId>
543 <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
544 <version>${commons.codec.version}</version>
545 </dependency>
546 <dependency>
547 <groupId>org.apache.servicemix.bundles</groupId>
548 <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
549 <version>${commons.httpclient.version}</version>
550 </dependency>
551 <dependency>
552 <groupId>log4j</groupId>
553 <artifactId>log4j</artifactId>
554 <version>${log4j.version}</version>
555 </dependency>
556 <dependency>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000557 <groupId>jline</groupId>
558 <artifactId>jline</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000559 <version>${jline.version}</version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000560 </dependency>
561 <dependency>
562 <groupId>org.fusesource.jansi</groupId>
563 <artifactId>jansi</artifactId>
564 <version>${jansi.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000565 </dependency>
566 <dependency>
567 <groupId>commons-logging</groupId>
568 <artifactId>commons-logging</artifactId>
569 <version>${commons.logging.version}</version>
570 </dependency>
571 <dependency>
572 <groupId>org.apache.maven.artifact</groupId>
573 <artifactId>maven-artifact</artifactId>
574 <version>3.0-alpha-1</version>
575 </dependency>
576 <dependency>
577 <groupId>org.apache.servicemix.bundles</groupId>
578 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
579 <version>${commons.io.version}</version>
580 </dependency>
581 <dependency>
582 <groupId>org.apache.mina</groupId>
583 <artifactId>mina-core</artifactId>
584 <version>${mina.version}</version>
585 <exclusions>
586 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000587 <groupId>org.easymock</groupId>
588 <artifactId>easymock</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000589 </exclusion>
590 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000591 <groupId>org.easymock</groupId>
592 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000593 </exclusion>
594 </exclusions>
595 </dependency>
596 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000597 <groupId>org.slf4j</groupId>
598 <artifactId>slf4j-api</artifactId>
599 <version>1.4.3</version>
600 </dependency>
601 <dependency>
602 <groupId>org.slf4j</groupId>
603 <artifactId>slf4j-jdk14</artifactId>
604 <version>1.4.3</version>
605 </dependency>
606 <dependency>
607 <groupId>org.slf4j</groupId>
608 <artifactId>slf4j-nop</artifactId>
609 <version>1.4.3</version>
610 </dependency>
611 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000612 <groupId>org.ops4j.pax.logging</groupId>
613 <artifactId>pax-logging-api</artifactId>
614 <version>${pax.logging.version}</version>
615 </dependency>
616 <dependency>
617 <groupId>org.ops4j.pax.logging</groupId>
618 <artifactId>pax-logging-service</artifactId>
619 <version>${pax.logging.version}</version>
620 <exclusions>
621 <exclusion>
622 <groupId>log4j</groupId>
623 <artifactId>log4j</artifactId>
624 </exclusion>
625 </exclusions>
626 </dependency>
627 <dependency>
628 <groupId>org.ops4j.pax.url</groupId>
629 <artifactId>pax-url-mvn</artifactId>
630 <version>${pax.url.version}</version>
631 </dependency>
632 <dependency>
633 <groupId>org.ops4j.pax.url</groupId>
634 <artifactId>pax-url-wrap</artifactId>
635 <version>${pax.url.version}</version>
636 </dependency>
637 <dependency>
638 <groupId>org.apache.geronimo.specs</groupId>
639 <artifactId>geronimo-servlet_2.5_spec</artifactId>
640 <version>${geronimo.servlet.version}</version>
641 </dependency>
642 <dependency>
643 <groupId>org.apache.geronimo.specs</groupId>
644 <artifactId>geronimo-annotation_1.0_spec</artifactId>
645 <version>${geronimo.annotation.version}</version>
646 </dependency>
647 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000648 <groupId>org.easymock</groupId>
649 <artifactId>easymock</artifactId>
650 <version>${easymock.version}</version>
651 </dependency>
652 <dependency>
653 <groupId>org.apache.sshd</groupId>
654 <artifactId>sshd-core</artifactId>
655 <version>${sshd.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000656 </dependency>
657 <dependency>
658 <groupId>org.osgi</groupId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000659 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000660 <version>${osgi.jmx.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000661 </dependency>
Guillaume Nodet59061172009-04-29 16:35:06 +0000662 <dependency>
663 <groupId>org.ops4j.pax.exam</groupId>
664 <artifactId>pax-exam</artifactId>
665 <version>${pax.exam.version}</version>
666 </dependency>
667 <dependency>
668 <groupId>org.ops4j.pax.exam</groupId>
669 <artifactId>pax-exam-junit</artifactId>
670 <version>${pax.exam.version}</version>
671 </dependency>
672 <dependency>
673 <groupId>org.ops4j.pax.exam</groupId>
674 <artifactId>pax-exam-container-default</artifactId>
675 <version>${pax.exam.version}</version>
676 </dependency>
677 <dependency>
678 <groupId>org.ops4j.pax.exam</groupId>
679 <artifactId>pax-exam-junit-extender-impl</artifactId>
680 <version>${pax.exam.version}</version>
681 </dependency>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000682 <dependency>
683 <groupId>org.eclipse</groupId>
684 <artifactId>osgi</artifactId>
685 <version>${equinox.version}</version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000686 </dependency>
687 <dependency>
688 <groupId>javax.servlet</groupId>
689 <artifactId>servlet-api</artifactId>
690 <version>${servlet.api.version}</version>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000691 </dependency>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000692 <dependency>
693 <groupId>org.apache.geronimo</groupId>
694 <artifactId>blueprint-bundle</artifactId>
695 <version>${geronimo.blueprint.version}</version>
696 </dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000697 <dependency>
698 <groupId>org.apache.felix.gogo</groupId>
699 <artifactId>org.apache.felix.gogo.runtime</artifactId>
700 <version>${felix.gogo.version}</version>
701 </dependency>
702 <dependency>
703 <groupId>org.apache.felix.gogo</groupId>
704 <artifactId>org.apache.felix.gogo.commands</artifactId>
705 <version>${felix.gogo.version}</version>
706 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000707 </dependencies>
708 </dependencyManagement>
709
710 <build>
711 <defaultGoal>install</defaultGoal>
712
713 <pluginManagement>
714 <plugins>
715 <plugin>
716 <groupId>org.apache.maven.plugins</groupId>
717 <artifactId>maven-eclipse-plugin</artifactId>
718 <version>2.4</version>
719 <configuration>
720 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
721 <downloadSources>true</downloadSources>
722 <downloadJavadocs>true</downloadJavadocs>
723 </configuration>
724 </plugin>
725 <plugin>
726 <groupId>org.apache.maven.plugins</groupId>
727 <artifactId>maven-release-plugin</artifactId>
728 <version>2.0-beta-7</version>
729 <configuration>
730 <useReleaseProfile>false</useReleaseProfile>
731 <preparationGoals>clean verify install</preparationGoals>
732 <goals>deploy</goals>
733 <arguments>-Prelease,deploy</arguments>
734 <autoVersionSubmodules>true</autoVersionSubmodules>
735 </configuration>
736 </plugin>
737 <plugin>
738 <groupId>org.apache.felix</groupId>
739 <artifactId>maven-bundle-plugin</artifactId>
740 <version>${felix.plugin.version}</version>
741 <extensions>true</extensions>
742 </plugin>
743 <plugin>
744 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000745 <artifactId>maven-idea-plugin</artifactId>
746 <version>2.1</version>
747 <configuration>
748 <downloadSources>true</downloadSources>
749 <downloadJavadocs>true</downloadJavadocs>
750 </configuration>
751 </plugin>
752 <plugin>
753 <groupId>org.apache.maven.plugins</groupId>
754 <artifactId>maven-surefire-plugin</artifactId>
755 <version>2.3.1</version>
756 </plugin>
757 <plugin>
758 <groupId>org.apache.maven.plugins</groupId>
759 <artifactId>maven-shade-plugin</artifactId>
760 <version>1.2</version>
761 </plugin>
762 <plugin>
763 <groupId>org.apache.maven.plugins</groupId>
764 <artifactId>maven-resources-plugin</artifactId>
765 <version>2.3</version>
766 </plugin>
767 <plugin>
768 <groupId>org.apache.servicemix.tooling</groupId>
769 <artifactId>depends-maven-plugin</artifactId>
770 <version>${depends.maven.plugin.version}</version>
771 </plugin>
772 <plugin>
773 <groupId>org.apache.maven.plugins</groupId>
774 <artifactId>maven-source-plugin</artifactId>
775 <version>2.0.4</version>
776 </plugin>
777 <plugin>
778 <groupId>org.apache.maven.plugins</groupId>
779 <artifactId>maven-assembly-plugin</artifactId>
780 <version>2.2-beta-3</version>
781 </plugin>
782 </plugins>
783 </pluginManagement>
784 <plugins>
785 <plugin>
786 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet60dbfd72009-05-11 14:33:35 +0000787 <artifactId>maven-compiler-plugin</artifactId>
788 <version>2.0.2</version>
789 <configuration>
790 <source>1.5</source>
791 <target>1.5</target>
792 <maxmem>256M</maxmem>
793 <fork>${compiler.fork}</fork>
794 </configuration>
795 </plugin>
796 <plugin>
797 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000798 <artifactId>maven-dependency-plugin</artifactId>
799 <version>2.0</version>
800 <executions>
801 <execution>
802 <id>copy-legal</id>
803 <phase>generate-resources</phase>
804 <goals>
805 <goal>copy</goal>
806 </goals>
807 <configuration>
808 <artifactItems>
809 <artifactItem>
810 <groupId>org.apache.servicemix.legal</groupId>
811 <artifactId>legal</artifactId>
812 <version>${servicemix.legal.version}</version>
813 <type>xml</type>
814 <outputDirectory>target/legal/</outputDirectory>
815 </artifactItem>
816 </artifactItems>
817 <stripVersion>true</stripVersion>
818 </configuration>
819 </execution>
820 </executions>
821 <dependencies>
822 <dependency>
823 <groupId>org.apache.servicemix.legal</groupId>
824 <artifactId>legal</artifactId>
825 <version>${servicemix.legal.version}</version>
826 <type>xml</type>
827 </dependency>
828 </dependencies>
829 </plugin>
830 <plugin>
831 <artifactId>maven-remote-resources-plugin</artifactId>
832 <version>1.0</version>
833 <executions>
834 <execution>
835 <goals>
836 <goal>process</goal>
837 </goals>
838 <configuration>
839 <resourceBundles>
840 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
841 </resourceBundles>
842 <supplementalModels>
843 <supplementalModel>target/legal/legal.xml</supplementalModel>
844 </supplementalModels>
845 <properties>
846 <addLicense>true</addLicense>
847 <addArtifact>true</addArtifact>
848 <projectName>Apache ServiceMix</projectName>
849 </properties>
850 </configuration>
851 </execution>
852 </executions>
853 </plugin>
854 </plugins>
855 </build>
856
857 <reporting>
858 <plugins>
859 <plugin>
860 <groupId>org.apache.maven.plugins</groupId>
861 <artifactId>maven-javadoc-plugin</artifactId>
862 <version>2.3</version>
863 </plugin>
864 <plugin>
865 <groupId>org.apache.maven.plugins</groupId>
866 <artifactId>maven-jxr-plugin</artifactId>
867 <version>2.0</version>
868 </plugin>
869 </plugins>
870 </reporting>
871
872 <profiles>
873 <profile>
874 <id>fastinstall</id>
875 <properties>
876 <maven.test.skip>true</maven.test.skip>
877 </properties>
878 </profile>
879 <profile>
880 <id>rat</id>
881 <build>
882 <plugins>
883 <plugin>
884 <groupId>org.codehaus.mojo</groupId>
885 <artifactId>rat-maven-plugin</artifactId>
886 <version>1.0-alpha-3</version>
887 <executions>
888 <execution>
889 <phase>verify</phase>
890 <goals>
891 <goal>check</goal>
892 </goals>
893 </execution>
894 </executions>
895 <configuration>
896 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
897 <excludes>
898 <exclude>**/target/**/*</exclude>
899 <!-- IDEA files -->
900 <exclude>**/*.iml</exclude>
901 <exclude>**/*.ipr</exclude>
902 <exclude>**/*.iws</exclude>
903 <!-- Eclipse files -->
904 <exclude>**/.*</exclude>
905 <exclude>**/eclipse-classes/**/*</exclude>
906 <exclude>**/dependency-reduced-pom.xml</exclude>
907 </excludes>
908 </configuration>
909 </plugin>
910 </plugins>
911 </build>
912 </profile>
913 <profile>
914 <id>release</id>
915 <build>
916 <plugins>
917 <!-- We want to deploy the artifact to a staging location for perusal -->
918 <plugin>
919 <inherited>true</inherited>
920 <artifactId>maven-deploy-plugin</artifactId>
921 <version>2.3</version>
922 <configuration>
923 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
924 <updateReleaseInfo>true</updateReleaseInfo>
925 </configuration>
926 </plugin>
927 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
928 <plugin>
929 <artifactId>maven-gpg-plugin</artifactId>
930 <version>1.0-alpha-4</version>
931 <executions>
932 <execution>
933 <goals>
934 <goal>sign</goal>
935 </goals>
936 </execution>
937 </executions>
938 </plugin>
939 </plugins>
940 </build>
941 </profile>
942 <profile>
943 <id>setup.eclipse</id>
944 <modules>
945 <module>assembly</module>
946 </modules>
947 <properties>
948 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
949 </properties>
950 <build>
951 <defaultGoal>eclipse:eclipse</defaultGoal>
952 <plugins>
953 <plugin>
954 <groupId>org.apache.maven.plugins</groupId>
955 <artifactId>maven-eclipse-plugin</artifactId>
956 <inherited>false</inherited>
957 <executions>
958 <execution>
959 <id>setup.eclipse.workspace</id>
960 <phase>process-test-sources</phase>
961 <goals>
962 <goal>add-maven-repo</goal>
963 </goals>
964 <configuration>
965 <workspace>${eclipse.workspace.dir}</workspace>
966 </configuration>
967 </execution>
968 </executions>
969 </plugin>
970 </plugins>
971 </build>
972 </profile>
973 <profile>
974 <id>deploy</id>
975 <properties>
976 <createSourcesJar>true</createSourcesJar>
977 </properties>
978 <build>
979 <defaultGoal>deploy</defaultGoal>
980 <plugins>
981 <plugin>
982 <groupId>org.apache.maven.plugins</groupId>
983 <artifactId>maven-source-plugin</artifactId>
984 <version>2.0.4</version>
985 <executions>
986 <execution>
987 <id>attach-sources</id>
988 <goals>
989 <goal>jar</goal>
990 </goals>
991 </execution>
992 </executions>
993 </plugin>
994 <plugin>
995 <groupId>org.apache.maven.plugins</groupId>
996 <artifactId>maven-javadoc-plugin</artifactId>
997 <version>2.4</version>
998 <configuration>
999 <source>1.5</source>
1000 </configuration>
1001 <executions>
1002 <execution>
1003 <id>attach-javadocs</id>
1004 <goals>
1005 <goal>jar</goal>
1006 </goals>
1007 </execution>
1008 </executions>
1009 </plugin>
1010 </plugins>
1011 </build>
1012 </profile>
1013 </profiles>
1014
1015</project>