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