blob: 8d362384e43b809066252553e3795f5c83c4c75a [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 -->
21
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.apache.servicemix</groupId>
26 <artifactId>servicemix-pom</artifactId>
27 <version>2</version>
28 </parent>
29
Gert Vanthienenf54a8392009-05-02 19:57:13 +000030 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000031 <artifactId>kernel</artifactId>
32 <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>
44 <module>assembly</module>
45 <module>demos</module>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +000046 <module>itests</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000047 </modules>
48
49 <scm>
Carsten Ziegelerb52a53f2009-04-27 18:39:46 +000050 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
51 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
52 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000053 </scm>
54
55 <issueManagement>
56 <system>jira</system>
57 <url>http://issues.apache.org/activemq/browse/SMX4KNL</url>
58 </issueManagement>
59
60 <prerequisites>
61 <maven>2.0.7</maven>
62 </prerequisites>
63
64 <properties>
65 <config.location>etc</config.location>
66 <ant.version>1.7.0_1</ant.version>
67 <aopalliance.version>1.0_1</aopalliance.version>
68 <asm.version>2.2.3_1</asm.version>
69 <cglib.version>2.1_3_2-SNAPSHOT</cglib.version>
70 <commons.codec.version>1.2_1</commons.codec.version>
71 <commons.httpclient.version>3.1_1</commons.httpclient.version>
72 <commons.io.version>1.3.2_1</commons.io.version>
73 <commons.jexl.version>1.1_1</commons.jexl.version>
74 <commons.logging.version>1.1.1</commons.logging.version>
75 <commons.vfs.version>1.0_1</commons.vfs.version>
76 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
77 <easymock.version>2.4</easymock.version>
Guillaume Nodetb417d982009-05-05 15:46:15 +000078 <equinox.version> 3.5.0.v20090429-1630</equinox.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000079 <felix.configadmin.version>1.0.4</felix.configadmin.version>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +000080 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet19b527d2009-04-28 21:19:17 +000081 <felix.framework.version>1.6.0</felix.framework.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000082 <felix.osgi.version>1.2.0</felix.osgi.version>
83 <felix.compendium.version>1.2.0</felix.compendium.version>
Guillaume Nodet56ee6922009-04-28 21:28:02 +000084 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000085 <felix.prefs.version>1.0.2</felix.prefs.version>
86 <geronimo.annotation.version>1.1.1</geronimo.annotation.version>
87 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
88 <gshell.version>1.0-alpha-2</gshell.version>
Guillaume Nodetb417d982009-05-05 15:46:15 +000089 <jaxp.ri.version>1.4.2_2</jaxp.ri.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000090 <junit.version>3.8.2_1</junit.version>
91 <jline.version>0.9.94_1</jline.version>
92 <log4j.version>1.2.14</log4j.version>
93 <mina.version>2.0.0-M5</mina.version>
94 <oro.version>2.0.8_1</oro.version>
Guillaume Nodet59061172009-04-29 16:35:06 +000095 <pax.exam.version>0.5.0</pax.exam.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000096 <pax.logging.version>1.3.0</pax.logging.version>
97 <pax.url.version>0.3.3</pax.url.version>
98 <servicemix.legal.version>1.0</servicemix.legal.version>
99 <servicemix.specs.version>1.4-SNAPSHOT</servicemix.specs.version>
100 <spring.osgi.version>1.2.0-rc1</spring.osgi.version>
101 <spring.version>2.5.6</spring.version>
102 <sshd.version>1.0-SNAPSHOT</sshd.version>
103 <woodstox.version>3.2.7_1</woodstox.version>
104 <osgi.jmx.version>1.0-r6125-patched</osgi.jmx.version>
105
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>
113 <!-- Default repository -->
114 <repository>
115 <id>central</id>
116 <name>Default maven repo</name>
117 <url>http://repo1.maven.org/maven2</url>
118 <releases>
119 <enabled>true</enabled>
120 </releases>
121 <snapshots>
122 <enabled>false</enabled>
123 </snapshots>
124 </repository>
125 <!-- Apache snapshots -->
126 <repository>
127 <id>apache-snapshots</id>
128 <name>Apache Snapshots Repository</name>
129 <url>http://repository.apache.org/content/groups/snapshots-group</url>
130 <releases>
131 <enabled>false</enabled>
132 </releases>
133 <snapshots>
134 <enabled>true</enabled>
135 </snapshots>
136 </repository>
137 <!-- ServiceMix repo -->
138 <repository>
139 <id>servicemix</id>
140 <name>Apache ServiceMix Repository</name>
141 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
142 <releases>
143 <enabled>true</enabled>
144 </releases>
145 <snapshots>
146 <enabled>false</enabled>
147 </snapshots>
148 </repository>
149 <!-- OPS4J repo -->
150 <repository>
151 <id>ops4j</id>
152 <name>OPS4j Repository</name>
153 <url>http://repository.ops4j.org/maven2</url>
154 <releases>
155 <enabled>true</enabled>
156 </releases>
157 <snapshots>
158 <enabled>false</enabled>
159 </snapshots>
160 </repository>
161 <!-- 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>
174 </repositories>
175
176 <pluginRepositories>
177 <!-- ServiceMix repo -->
178 <pluginRepository>
179 <id>servicemix</id>
180 <name>Apache ServiceMix Repository</name>
181 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
182 </pluginRepository>
183 </pluginRepositories>
184
185 <dependencyManagement>
186 <dependencies>
187 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000188 <groupId>org.apache.felix.karaf</groupId>
189 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000190 <version>${pom.version}</version>
191 </dependency>
192 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000193 <groupId>org.apache.felix.karaf</groupId>
194 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000195 <version>${pom.version}</version>
196 </dependency>
197 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000198 <groupId>org.apache.felix.karaf.deployer</groupId>
199 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000200 <version>${pom.version}</version>
201 </dependency>
202 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000203 <groupId>org.apache.felix.karaf.deployer</groupId>
204 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000205 <version>${pom.version}</version>
206 </dependency>
207 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000208 <groupId>org.apache.felix.karaf.deployer</groupId>
209 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000210 <version>${pom.version}</version>
211 </dependency>
212 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000213 <groupId>org.apache.felix.karaf.deployer</groupId>
214 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000215 <version>${pom.version}</version>
216 </dependency>
217 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000218 <groupId>org.apache.felix.karaf</groupId>
219 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000220 <version>${pom.version}</version>
221 </dependency>
222 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000223 <groupId>org.apache.felix.karaf</groupId>
224 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000225 <version>${pom.version}</version>
226 </dependency>
227 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000228 <groupId>org.apache.felix.karaf.gshell</groupId>
229 <artifactId>org.apache.felix.karaf.gshell.core</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000230 <version>${pom.version}</version>
231 </dependency>
232 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000233 <groupId>org.apache.felix.karaf.gshell</groupId>
Guillaume Nodet22d03c62009-05-06 14:40:12 +0000234 <artifactId>org.apache.felix.karaf.gshell.run</artifactId>
235 <version>${pom.version}</version>
236 </dependency>
237 <dependency>
238 <groupId>org.apache.felix.karaf.gshell</groupId>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000239 <artifactId>org.apache.felix.karaf.gshell.admin</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000240 <version>${pom.version}</version>
241 </dependency>
242 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000243 <groupId>org.apache.felix.karaf.gshell</groupId>
244 <artifactId>org.apache.felix.karaf.gshell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000245 <version>${pom.version}</version>
246 </dependency>
247 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000248 <groupId>org.apache.felix.karaf.gshell</groupId>
249 <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000250 <version>${pom.version}</version>
251 </dependency>
252 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000253 <groupId>org.apache.felix.karaf.gshell</groupId>
254 <artifactId>org.apache.felix.karaf.gshell.log</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000255 <version>${pom.version}</version>
256 </dependency>
257 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000258 <groupId>org.apache.felix.karaf.gshell</groupId>
259 <artifactId>org.apache.felix.karaf.gshell.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000260 <version>${pom.version}</version>
261 </dependency>
262 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000263 <groupId>org.apache.felix.karaf.gshell</groupId>
264 <artifactId>org.apache.felix.karaf.gshell.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000265 <version>${pom.version}</version>
266 </dependency>
267 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000268 <groupId>org.apache.felix.karaf.gshell</groupId>
269 <artifactId>org.apache.felix.karaf.gshell.packages</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000270 <version>${pom.version}</version>
271 </dependency>
272 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000273 <groupId>org.apache.felix.karaf.jaas</groupId>
274 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000275 <version>${pom.version}</version>
276 </dependency>
277 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000278 <groupId>org.apache.felix.karaf.jaas</groupId>
279 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000280 <version>${pom.version}</version>
281 </dependency>
282 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000283 <groupId>org.apache.felix.karaf.jaas</groupId>
284 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000285 <version>${pom.version}</version>
286 </dependency>
287 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000288 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000289 <artifactId>smx4web</artifactId>
290 <version>${pom.version}</version>
291 </dependency>
292 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000293 <groupId>org.apache.felix.karaf</groupId>
294 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000295 <version>${pom.version}</version>
296 </dependency>
297 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000298 <groupId>org.apache.felix.karaf</groupId>
299 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000300 <type>zip</type>
301 <version>${pom.version}</version>
302 </dependency>
303 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000304 <groupId>org.apache.felix.karaf</groupId>
305 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +0000306 <classifier>features</classifier>
307 <type>xml</type>
308 <version>${pom.version}</version>
309 </dependency>
310 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000311 <groupId>org.apache.felix</groupId>
312 <artifactId>org.apache.felix.framework</artifactId>
313 <version>${felix.framework.version}</version>
314 <exclusions>
315 <exclusion>
316 <groupId>org.apache.felix</groupId>
317 <artifactId>org.osgi.compendium</artifactId>
318 </exclusion>
319 </exclusions>
320 </dependency>
321 <dependency>
322 <groupId>org.apache.felix</groupId>
323 <artifactId>org.osgi.compendium</artifactId>
324 <version>${felix.compendium.version}</version>
325 <exclusions>
326 <exclusion>
327 <groupId>org.apache.felix</groupId>
328 <artifactId>org.osgi.foundation</artifactId>
329 </exclusion>
330 <exclusion>
331 <groupId>org.apache.felix</groupId>
332 <artifactId>javax.servlet</artifactId>
333 </exclusion>
334 </exclusions>
335 </dependency>
336 <dependency>
337 <groupId>org.apache.felix</groupId>
338 <artifactId>org.osgi.core</artifactId>
339 <version>${felix.osgi.version}</version>
340 </dependency>
341 <dependency>
342 <groupId>org.apache.felix</groupId>
343 <artifactId>org.apache.felix.configadmin</artifactId>
344 <version>${felix.configadmin.version}</version>
345 </dependency>
346 <dependency>
347 <groupId>org.apache.felix</groupId>
348 <artifactId>org.apache.felix.prefs</artifactId>
349 <version>${felix.prefs.version}</version>
350 </dependency>
351 <dependency>
352 <groupId>org.apache.felix</groupId>
353 <artifactId>org.apache.felix.bundlerepository</artifactId>
354 <version>${felix.bundlerepository.version}</version>
355 <exclusions>
356 <exclusion>
357 <groupId>org.apache.felix</groupId>
358 <artifactId>org.osgi.service.obr</artifactId>
359 </exclusion>
360 <exclusion>
361 <groupId>org.apache.felix</groupId>
362 <artifactId>org.apache.felix.shell</artifactId>
363 </exclusion>
364 <exclusion>
365 <groupId>net.sf.kxml</groupId>
366 <artifactId>kxml2</artifactId>
367 </exclusion>
368 </exclusions>
369 </dependency>
370 <dependency>
371 <groupId>org.springframework</groupId>
372 <artifactId>spring-aop</artifactId>
373 <version>${spring.version}</version>
374 </dependency>
375 <dependency>
376 <groupId>org.springframework</groupId>
377 <artifactId>spring-beans</artifactId>
378 <version>${spring.version}</version>
379 </dependency>
380 <dependency>
381 <groupId>org.springframework</groupId>
382 <artifactId>spring-core</artifactId>
383 <version>${spring.version}</version>
384 </dependency>
385 <dependency>
386 <groupId>org.springframework</groupId>
387 <artifactId>spring-context</artifactId>
388 <version>${spring.version}</version>
389 </dependency>
390 <dependency>
391 <groupId>org.springframework</groupId>
392 <artifactId>spring-test</artifactId>
393 <version>${spring.version}</version>
394 </dependency>
395 <dependency>
396 <groupId>org.springframework.osgi</groupId>
397 <artifactId>spring-osgi-core</artifactId>
398 <version>${spring.osgi.version}</version>
399 </dependency>
400 <dependency>
401 <groupId>org.springframework.osgi</groupId>
402 <artifactId>spring-osgi-io</artifactId>
403 <version>${spring.osgi.version}</version>
404 </dependency>
405 <dependency>
406 <groupId>org.springframework.osgi</groupId>
407 <artifactId>spring-osgi-extender</artifactId>
408 <version>${spring.osgi.version}</version>
409 </dependency>
410 <dependency>
411 <groupId>org.springframework.osgi</groupId>
412 <artifactId>spring-osgi-test</artifactId>
413 <version>${spring.osgi.version}</version>
414 <exclusions>
415 <exclusion>
416 <groupId>org.springframework.osgi</groupId>
417 <artifactId>asm.osgi</artifactId>
418 </exclusion>
419 <exclusion>
420 <groupId>org.junit</groupId>
421 <artifactId>com.springsource.junit</artifactId>
422 </exclusion>
423 <exclusion>
424 <groupId>org.objectweb.asm</groupId>
425 <artifactId>com.springsource.org.objectweb.asm</artifactId>
426 </exclusion>
427 </exclusions>
428 </dependency>
429 <dependency>
430 <groupId>org.springframework.osgi</groupId>
431 <artifactId>spring-osgi-extender</artifactId>
432 <version>${spring.osgi.version}</version>
433 </dependency>
434 <dependency>
435 <groupId>org.springframework.osgi</groupId>
436 <artifactId>spring-osgi-annotation</artifactId>
437 <version>${spring.osgi.version}</version>
438 </dependency>
439 <dependency>
440 <groupId>org.apache.mina</groupId>
441 <artifactId>mina-core</artifactId>
442 <version>${mina.version}</version>
443 </dependency>
444 <dependency>
445 <groupId>org.apache.servicemix.bundles</groupId>
446 <artifactId>org.apache.servicemix.bundles.oro</artifactId>
447 <version>${oro.version}</version>
448 </dependency>
449 <dependency>
450 <groupId>org.apache.servicemix.bundles</groupId>
451 <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
452 <version>${aopalliance.version}</version>
453 </dependency>
454 <dependency>
455 <groupId>org.apache.servicemix.bundles</groupId>
456 <artifactId>org.apache.servicemix.bundles.asm</artifactId>
457 <version>${asm.version}</version>
458 </dependency>
459 <dependency>
460 <groupId>org.apache.servicemix.bundles</groupId>
461 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
462 <version>${junit.version}</version>
463 </dependency>
464 <dependency>
465 <groupId>org.apache.servicemix.bundles</groupId>
466 <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
467 <version>${cglib.version}</version>
468 </dependency>
469 <dependency>
470 <groupId>org.apache.servicemix.bundles</groupId>
471 <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
472 <version>${commons.jexl.version}</version>
473 <exclusions>
474 <exclusion>
475 <groupId>junit</groupId>
476 <artifactId>junit</artifactId>
477 </exclusion>
478 </exclusions>
479 </dependency>
480 <dependency>
481 <groupId>org.apache.servicemix.bundles</groupId>
482 <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId>
483 <version>${commons.vfs.version}</version>
484 </dependency>
485 <dependency>
486 <groupId>org.apache.servicemix.bundles</groupId>
487 <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
488 <version>${commons.codec.version}</version>
489 </dependency>
490 <dependency>
491 <groupId>org.apache.servicemix.bundles</groupId>
492 <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
493 <version>${commons.httpclient.version}</version>
494 </dependency>
495 <dependency>
496 <groupId>log4j</groupId>
497 <artifactId>log4j</artifactId>
498 <version>${log4j.version}</version>
499 </dependency>
500 <dependency>
501 <groupId>org.apache.servicemix.bundles</groupId>
502 <artifactId>org.apache.servicemix.bundles.jline</artifactId>
503 <version>${jline.version}</version>
504 <exclusions>
505 <exclusion>
506 <groupId>junit</groupId>
507 <artifactId>junit</artifactId>
508 </exclusion>
509 </exclusions>
510 </dependency>
511 <dependency>
512 <groupId>commons-logging</groupId>
513 <artifactId>commons-logging</artifactId>
514 <version>${commons.logging.version}</version>
515 </dependency>
516 <dependency>
517 <groupId>org.apache.maven.artifact</groupId>
518 <artifactId>maven-artifact</artifactId>
519 <version>3.0-alpha-1</version>
520 </dependency>
521 <dependency>
522 <groupId>org.apache.servicemix.bundles</groupId>
523 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
524 <version>${commons.io.version}</version>
525 </dependency>
526 <dependency>
527 <groupId>org.apache.mina</groupId>
528 <artifactId>mina-core</artifactId>
529 <version>${mina.version}</version>
530 <exclusions>
531 <exclusion>
532 <groupId>net.gleamynode</groupId>
533 <artifactId>netty2</artifactId>
534 </exclusion>
535 <exclusion>
536 <groupId>com.jcraft</groupId>
537 <artifactId>jzlib</artifactId>
538 </exclusion>
539 <exclusion>
540 <groupId>log4j</groupId>
541 <artifactId>log4j</artifactId>
542 </exclusion>
543 <exclusion>
544 <groupId>logkit</groupId>
545 <artifactId>logkit</artifactId>
546 </exclusion>
547 <exclusion>
548 <groupId>avalon-framework</groupId>
549 <artifactId>avalon-framework</artifactId>
550 </exclusion>
551 <exclusion>
552 <groupId>javax.servlet</groupId>
553 <artifactId>servlet-api</artifactId>
554 </exclusion>
555 </exclusions>
556 </dependency>
557 <dependency>
558 <groupId>org.apache.geronimo.gshell.support</groupId>
559 <artifactId>gshell-terminal</artifactId>
560 <version>${gshell.version}</version>
561 <exclusions>
562 <exclusion>
563 <groupId>jline</groupId>
564 <artifactId>jline</artifactId>
565 </exclusion>
566 </exclusions>
567 </dependency>
568 <dependency>
569 <groupId>org.apache.geronimo.gshell.support</groupId>
570 <artifactId>gshell-spring</artifactId>
571 <version>${gshell.version}</version>
572 <exclusions>
573 <exclusion>
574 <groupId>org.slf4j</groupId>
575 <artifactId>jcl-over-slf4j</artifactId>
576 </exclusion>
577 </exclusions>
578 </dependency>
579 <dependency>
580 <groupId>org.apache.geronimo.gshell.support</groupId>
581 <artifactId>gshell-interpolation</artifactId>
582 <version>${gshell.version}</version>
583 <exclusions>
584 <exclusion>
585 <groupId>org.slf4j</groupId>
586 <artifactId>jcl-over-slf4j</artifactId>
587 </exclusion>
588 </exclusions>
589 </dependency>
590 <dependency>
591 <groupId>org.apache.geronimo.gshell.commands</groupId>
592 <artifactId>gshell-builtin</artifactId>
593 <version>${gshell.version}</version>
594 <exclusions>
595 <exclusion>
596 <groupId>oro</groupId>
597 <artifactId>oro</artifactId>
598 </exclusion>
599 <exclusion>
600 <groupId>commons-vfs</groupId>
601 <artifactId>commons-vfs</artifactId>
602 </exclusion>
603 </exclusions>
604 </dependency>
605 <dependency>
606 <groupId>org.apache.geronimo.gshell.commands</groupId>
607 <artifactId>gshell-file</artifactId>
608 <version>${gshell.version}</version>
609 </dependency>
610 <dependency>
611 <groupId>org.apache.geronimo.gshell.commands</groupId>
612 <artifactId>gshell-network</artifactId>
613 <version>${gshell.version}</version>
614 </dependency>
615 <dependency>
616 <groupId>org.apache.geronimo.gshell.commands</groupId>
617 <artifactId>gshell-shell</artifactId>
618 <version>${gshell.version}</version>
619 </dependency>
620 <dependency>
621 <groupId>org.apache.geronimo.gshell.commands</groupId>
622 <artifactId>gshell-ssh</artifactId>
623 <version>${gshell.version}</version>
624 <exclusions>
625 <exclusion>
626 <groupId>org.apache.geronimo.gshell.support</groupId>
627 <artifactId>gshell-security</artifactId>
628 </exclusion>
629 </exclusions>
630 </dependency>
631 <dependency>
632 <groupId>org.apache.geronimo.gshell.commands</groupId>
633 <artifactId>gshell-text</artifactId>
634 <version>${gshell.version}</version>
635 </dependency>
636 <dependency>
637 <groupId>org.apache.geronimo.gshell.wisdom</groupId>
638 <artifactId>gshell-wisdom-core</artifactId>
639 <version>${gshell.version}</version>
640 <exclusions>
641 <exclusion>
642 <groupId>org.apache.geronimo.gshell.support</groupId>
643 <artifactId>gshell-ivy</artifactId>
644 </exclusion>
645 <exclusion>
646 <groupId>org.apache.geronimo.gshell.support</groupId>
647 <artifactId>gshell-xstore</artifactId>
648 </exclusion>
649 <exclusion>
650 <groupId>commons-jexl</groupId>
651 <artifactId>commons-jexl</artifactId>
652 </exclusion>
653 </exclusions>
654 </dependency>
655 <dependency>
656 <groupId>org.codehaus.plexus</groupId>
657 <artifactId>plexus-component-api</artifactId>
658 <version>1.0-alpha-32</version>
659 </dependency>
660 <dependency>
661 <groupId>org.codehaus.plexus</groupId>
662 <artifactId>plexus-utils</artifactId>
663 <version>1.5.5</version>
664 </dependency>
665 <dependency>
666 <groupId>org.slf4j</groupId>
667 <artifactId>slf4j-api</artifactId>
668 <version>1.4.3</version>
669 </dependency>
670 <dependency>
671 <groupId>org.slf4j</groupId>
672 <artifactId>slf4j-jdk14</artifactId>
673 <version>1.4.3</version>
674 </dependency>
675 <dependency>
676 <groupId>org.slf4j</groupId>
677 <artifactId>slf4j-nop</artifactId>
678 <version>1.4.3</version>
679 </dependency>
680 <dependency>
681 <groupId>com.thoughtworks.xstream</groupId>
682 <artifactId>xstream</artifactId>
683 <version>1.3</version>
684 <exclusions>
685 <exclusion>
686 <!-- xom is an optional dependency of xstream. Its also
687 LGPL, so its really not ASF compatible. -->
688 <groupId>xom</groupId>
689 <artifactId>xom</artifactId>
690 </exclusion>
691 </exclusions>
692 </dependency>
693 <dependency>
694 <groupId>org.ops4j.pax.logging</groupId>
695 <artifactId>pax-logging-api</artifactId>
696 <version>${pax.logging.version}</version>
697 </dependency>
698 <dependency>
699 <groupId>org.ops4j.pax.logging</groupId>
700 <artifactId>pax-logging-service</artifactId>
701 <version>${pax.logging.version}</version>
702 <exclusions>
703 <exclusion>
704 <groupId>log4j</groupId>
705 <artifactId>log4j</artifactId>
706 </exclusion>
707 </exclusions>
708 </dependency>
709 <dependency>
710 <groupId>org.ops4j.pax.url</groupId>
711 <artifactId>pax-url-mvn</artifactId>
712 <version>${pax.url.version}</version>
713 </dependency>
714 <dependency>
715 <groupId>org.ops4j.pax.url</groupId>
716 <artifactId>pax-url-wrap</artifactId>
717 <version>${pax.url.version}</version>
718 </dependency>
719 <dependency>
720 <groupId>org.apache.geronimo.specs</groupId>
721 <artifactId>geronimo-servlet_2.5_spec</artifactId>
722 <version>${geronimo.servlet.version}</version>
723 </dependency>
724 <dependency>
725 <groupId>org.apache.geronimo.specs</groupId>
726 <artifactId>geronimo-annotation_1.0_spec</artifactId>
727 <version>${geronimo.annotation.version}</version>
728 </dependency>
729 <dependency>
730 <groupId>org.apache.servicemix.specs</groupId>
731 <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
732 <version>${servicemix.specs.version}</version>
733 </dependency>
734 <dependency>
735 <groupId>org.apache.servicemix.bundles</groupId>
736 <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId>
737 <version>${jaxp.ri.version}</version>
738 </dependency>
739 <dependency>
740 <groupId>org.apache.servicemix.bundles</groupId>
741 <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
742 <version>${woodstox.version}</version>
743 </dependency>
744 <dependency>
745 <groupId>org.easymock</groupId>
746 <artifactId>easymock</artifactId>
747 <version>${easymock.version}</version>
748 </dependency>
749 <dependency>
750 <groupId>org.apache.sshd</groupId>
751 <artifactId>sshd-core</artifactId>
752 <version>${sshd.version}</version>
753 <exclusions>
754 <exclusion>
755 <groupId>org.apache.mina</groupId>
756 <artifactId>mina-core</artifactId>
757 </exclusion>
758 </exclusions>
759 </dependency>
760 <dependency>
761 <groupId>org.osgi</groupId>
762 <artifactId>jmx</artifactId>
763 <version>${osgi.jmx.version}</version>
764 <exclusions>
765 <exclusion>
766 <groupId>org.osgi</groupId>
767 <artifactId>osgi_R4_core</artifactId>
768 </exclusion>
769 <exclusion>
770 <groupId>org.osgi</groupId>
771 <artifactId>osgi_R4_compendium</artifactId>
772 </exclusion>
773 <exclusion>
774 <groupId>org.slf4j</groupId>
775 <artifactId>jcl104-over-slf4j</artifactId>
776 </exclusion>
777 <exclusion>
778 <groupId>org.easymock</groupId>
779 <artifactId>easymock</artifactId>
780 </exclusion>
781 </exclusions>
782 </dependency>
783 <dependency>
784 <groupId>com.oracle.osgi</groupId>
785 <artifactId>jmx-impl</artifactId>
786 <version>${osgi.jmx.version}</version>
787 <exclusions>
788 <exclusion>
789 <groupId>org.osgi</groupId>
790 <artifactId>osgi_R4_core</artifactId>
791 </exclusion>
792 <exclusion>
793 <groupId>org.osgi</groupId>
794 <artifactId>osgi_R4_compendium</artifactId>
795 </exclusion>
796 <exclusion>
797 <groupId>org.slf4j</groupId>
798 <artifactId>jcl104-over-slf4j</artifactId>
799 </exclusion>
800 <exclusion>
801 <groupId>org.easymock</groupId>
802 <artifactId>easymock</artifactId>
803 </exclusion>
804 </exclusions>
805 </dependency>
Guillaume Nodet59061172009-04-29 16:35:06 +0000806 <dependency>
807 <groupId>org.ops4j.pax.exam</groupId>
808 <artifactId>pax-exam</artifactId>
809 <version>${pax.exam.version}</version>
810 </dependency>
811 <dependency>
812 <groupId>org.ops4j.pax.exam</groupId>
813 <artifactId>pax-exam-junit</artifactId>
814 <version>${pax.exam.version}</version>
815 </dependency>
816 <dependency>
817 <groupId>org.ops4j.pax.exam</groupId>
818 <artifactId>pax-exam-container-default</artifactId>
819 <version>${pax.exam.version}</version>
820 </dependency>
821 <dependency>
822 <groupId>org.ops4j.pax.exam</groupId>
823 <artifactId>pax-exam-junit-extender-impl</artifactId>
824 <version>${pax.exam.version}</version>
825 </dependency>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000826 <dependency>
827 <groupId>org.eclipse</groupId>
828 <artifactId>osgi</artifactId>
829 <version>${equinox.version}</version>
830 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000831 </dependencies>
832 </dependencyManagement>
833
834 <build>
835 <defaultGoal>install</defaultGoal>
836
837 <pluginManagement>
838 <plugins>
839 <plugin>
840 <groupId>org.apache.maven.plugins</groupId>
841 <artifactId>maven-eclipse-plugin</artifactId>
842 <version>2.4</version>
843 <configuration>
844 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
845 <downloadSources>true</downloadSources>
846 <downloadJavadocs>true</downloadJavadocs>
847 </configuration>
848 </plugin>
849 <plugin>
850 <groupId>org.apache.maven.plugins</groupId>
851 <artifactId>maven-release-plugin</artifactId>
852 <version>2.0-beta-7</version>
853 <configuration>
854 <useReleaseProfile>false</useReleaseProfile>
855 <preparationGoals>clean verify install</preparationGoals>
856 <goals>deploy</goals>
857 <arguments>-Prelease,deploy</arguments>
858 <autoVersionSubmodules>true</autoVersionSubmodules>
859 </configuration>
860 </plugin>
861 <plugin>
862 <groupId>org.apache.felix</groupId>
863 <artifactId>maven-bundle-plugin</artifactId>
864 <version>${felix.plugin.version}</version>
865 <extensions>true</extensions>
866 </plugin>
867 <plugin>
868 <groupId>org.apache.maven.plugins</groupId>
869 <artifactId>maven-compiler-plugin</artifactId>
870 <version>2.0.2</version>
871 <configuration>
872 <source>1.5</source>
873 <target>1.5</target>
874 <maxmem>256M</maxmem>
875 <fork>${compiler.fork}</fork>
876 </configuration>
877 </plugin>
878 <plugin>
879 <groupId>org.apache.maven.plugins</groupId>
880 <artifactId>maven-idea-plugin</artifactId>
881 <version>2.1</version>
882 <configuration>
883 <downloadSources>true</downloadSources>
884 <downloadJavadocs>true</downloadJavadocs>
885 </configuration>
886 </plugin>
887 <plugin>
888 <groupId>org.apache.maven.plugins</groupId>
889 <artifactId>maven-surefire-plugin</artifactId>
890 <version>2.3.1</version>
891 </plugin>
892 <plugin>
893 <groupId>org.apache.maven.plugins</groupId>
894 <artifactId>maven-shade-plugin</artifactId>
895 <version>1.2</version>
896 </plugin>
897 <plugin>
898 <groupId>org.apache.maven.plugins</groupId>
899 <artifactId>maven-resources-plugin</artifactId>
900 <version>2.3</version>
901 </plugin>
902 <plugin>
903 <groupId>org.apache.servicemix.tooling</groupId>
904 <artifactId>depends-maven-plugin</artifactId>
905 <version>${depends.maven.plugin.version}</version>
906 </plugin>
907 <plugin>
908 <groupId>org.apache.maven.plugins</groupId>
909 <artifactId>maven-source-plugin</artifactId>
910 <version>2.0.4</version>
911 </plugin>
912 <plugin>
913 <groupId>org.apache.maven.plugins</groupId>
914 <artifactId>maven-assembly-plugin</artifactId>
915 <version>2.2-beta-3</version>
916 </plugin>
917 </plugins>
918 </pluginManagement>
919 <plugins>
920 <plugin>
921 <groupId>org.apache.maven.plugins</groupId>
922 <artifactId>maven-dependency-plugin</artifactId>
923 <version>2.0</version>
924 <executions>
925 <execution>
926 <id>copy-legal</id>
927 <phase>generate-resources</phase>
928 <goals>
929 <goal>copy</goal>
930 </goals>
931 <configuration>
932 <artifactItems>
933 <artifactItem>
934 <groupId>org.apache.servicemix.legal</groupId>
935 <artifactId>legal</artifactId>
936 <version>${servicemix.legal.version}</version>
937 <type>xml</type>
938 <outputDirectory>target/legal/</outputDirectory>
939 </artifactItem>
940 </artifactItems>
941 <stripVersion>true</stripVersion>
942 </configuration>
943 </execution>
944 </executions>
945 <dependencies>
946 <dependency>
947 <groupId>org.apache.servicemix.legal</groupId>
948 <artifactId>legal</artifactId>
949 <version>${servicemix.legal.version}</version>
950 <type>xml</type>
951 </dependency>
952 </dependencies>
953 </plugin>
954 <plugin>
955 <artifactId>maven-remote-resources-plugin</artifactId>
956 <version>1.0</version>
957 <executions>
958 <execution>
959 <goals>
960 <goal>process</goal>
961 </goals>
962 <configuration>
963 <resourceBundles>
964 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
965 </resourceBundles>
966 <supplementalModels>
967 <supplementalModel>target/legal/legal.xml</supplementalModel>
968 </supplementalModels>
969 <properties>
970 <addLicense>true</addLicense>
971 <addArtifact>true</addArtifact>
972 <projectName>Apache ServiceMix</projectName>
973 </properties>
974 </configuration>
975 </execution>
976 </executions>
977 </plugin>
978 </plugins>
979 </build>
980
981 <reporting>
982 <plugins>
983 <plugin>
984 <groupId>org.apache.maven.plugins</groupId>
985 <artifactId>maven-javadoc-plugin</artifactId>
986 <version>2.3</version>
987 </plugin>
988 <plugin>
989 <groupId>org.apache.maven.plugins</groupId>
990 <artifactId>maven-jxr-plugin</artifactId>
991 <version>2.0</version>
992 </plugin>
993 </plugins>
994 </reporting>
995
996 <profiles>
997 <profile>
998 <id>fastinstall</id>
999 <properties>
1000 <maven.test.skip>true</maven.test.skip>
1001 </properties>
1002 </profile>
1003 <profile>
1004 <id>rat</id>
1005 <build>
1006 <plugins>
1007 <plugin>
1008 <groupId>org.codehaus.mojo</groupId>
1009 <artifactId>rat-maven-plugin</artifactId>
1010 <version>1.0-alpha-3</version>
1011 <executions>
1012 <execution>
1013 <phase>verify</phase>
1014 <goals>
1015 <goal>check</goal>
1016 </goals>
1017 </execution>
1018 </executions>
1019 <configuration>
1020 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
1021 <excludes>
1022 <exclude>**/target/**/*</exclude>
1023 <!-- IDEA files -->
1024 <exclude>**/*.iml</exclude>
1025 <exclude>**/*.ipr</exclude>
1026 <exclude>**/*.iws</exclude>
1027 <!-- Eclipse files -->
1028 <exclude>**/.*</exclude>
1029 <exclude>**/eclipse-classes/**/*</exclude>
1030 <exclude>**/dependency-reduced-pom.xml</exclude>
1031 </excludes>
1032 </configuration>
1033 </plugin>
1034 </plugins>
1035 </build>
1036 </profile>
1037 <profile>
1038 <id>release</id>
1039 <build>
1040 <plugins>
1041 <!-- We want to deploy the artifact to a staging location for perusal -->
1042 <plugin>
1043 <inherited>true</inherited>
1044 <artifactId>maven-deploy-plugin</artifactId>
1045 <version>2.3</version>
1046 <configuration>
1047 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
1048 <updateReleaseInfo>true</updateReleaseInfo>
1049 </configuration>
1050 </plugin>
1051 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
1052 <plugin>
1053 <artifactId>maven-gpg-plugin</artifactId>
1054 <version>1.0-alpha-4</version>
1055 <executions>
1056 <execution>
1057 <goals>
1058 <goal>sign</goal>
1059 </goals>
1060 </execution>
1061 </executions>
1062 </plugin>
1063 </plugins>
1064 </build>
1065 </profile>
1066 <profile>
1067 <id>setup.eclipse</id>
1068 <modules>
1069 <module>assembly</module>
1070 </modules>
1071 <properties>
1072 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
1073 </properties>
1074 <build>
1075 <defaultGoal>eclipse:eclipse</defaultGoal>
1076 <plugins>
1077 <plugin>
1078 <groupId>org.apache.maven.plugins</groupId>
1079 <artifactId>maven-eclipse-plugin</artifactId>
1080 <inherited>false</inherited>
1081 <executions>
1082 <execution>
1083 <id>setup.eclipse.workspace</id>
1084 <phase>process-test-sources</phase>
1085 <goals>
1086 <goal>add-maven-repo</goal>
1087 </goals>
1088 <configuration>
1089 <workspace>${eclipse.workspace.dir}</workspace>
1090 </configuration>
1091 </execution>
1092 </executions>
1093 </plugin>
1094 </plugins>
1095 </build>
1096 </profile>
1097 <profile>
1098 <id>deploy</id>
1099 <properties>
1100 <createSourcesJar>true</createSourcesJar>
1101 </properties>
1102 <build>
1103 <defaultGoal>deploy</defaultGoal>
1104 <plugins>
1105 <plugin>
1106 <groupId>org.apache.maven.plugins</groupId>
1107 <artifactId>maven-source-plugin</artifactId>
1108 <version>2.0.4</version>
1109 <executions>
1110 <execution>
1111 <id>attach-sources</id>
1112 <goals>
1113 <goal>jar</goal>
1114 </goals>
1115 </execution>
1116 </executions>
1117 </plugin>
1118 <plugin>
1119 <groupId>org.apache.maven.plugins</groupId>
1120 <artifactId>maven-javadoc-plugin</artifactId>
1121 <version>2.4</version>
1122 <configuration>
1123 <source>1.5</source>
1124 </configuration>
1125 <executions>
1126 <execution>
1127 <id>attach-javadocs</id>
1128 <goals>
1129 <goal>jar</goal>
1130 </goals>
1131 </execution>
1132 </executions>
1133 </plugin>
1134 </plugins>
1135 </build>
1136 </profile>
1137 </profiles>
1138
1139</project>