blob: e675001a764aa97319c4122a43dcf2c54053b018 [file] [log] [blame]
Guillaume Nodet91fab3b2009-04-27 10:01:58 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
4 <!--
5
6 Licensed to the Apache Software Foundation (ASF) under one or more
7 contributor license agreements. See the NOTICE file distributed with
8 this work for additional information regarding copyright ownership.
9 The ASF licenses this file to You under the Apache License, Version 2.0
10 (the "License"); you may not use this file except in compliance with
11 the License. You may obtain a copy of the License at
12
13 http://www.apache.org/licenses/LICENSE-2.0
14
15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and
19 limitations under the License.
20 -->
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
30 <groupId>org.apache.servicemix.kernel</groupId>
31 <artifactId>kernel</artifactId>
32 <packaging>pom</packaging>
33 <version>1.2.0-SNAPSHOT</version>
34 <name>Apache ServiceMix Kernel</name>
35 <inceptionYear>2007</inceptionYear>
36
37 <modules>
38 <module>main</module>
39 <module>filemonitor</module>
40 <module>gshell</module>
41 <module>spring</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000042 <module>jaas</module>
43 <module>client</module>
44 <module>management</module>
45 <module>assembly</module>
46 <module>demos</module>
Guillaume Nodetf2015012009-04-30 07:04:50 +000047 <module>itests</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000048 </modules>
49
50 <scm>
Carsten Ziegelerd372ef12009-04-27 18:39:46 +000051 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
52 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
53 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000054 </scm>
55
56 <issueManagement>
57 <system>jira</system>
58 <url>http://issues.apache.org/activemq/browse/SMX4KNL</url>
59 </issueManagement>
60
61 <prerequisites>
62 <maven>2.0.7</maven>
63 </prerequisites>
64
65 <properties>
66 <config.location>etc</config.location>
67 <ant.version>1.7.0_1</ant.version>
68 <aopalliance.version>1.0_1</aopalliance.version>
69 <asm.version>2.2.3_1</asm.version>
70 <cglib.version>2.1_3_2-SNAPSHOT</cglib.version>
71 <commons.codec.version>1.2_1</commons.codec.version>
72 <commons.httpclient.version>3.1_1</commons.httpclient.version>
73 <commons.io.version>1.3.2_1</commons.io.version>
74 <commons.jexl.version>1.1_1</commons.jexl.version>
75 <commons.logging.version>1.1.1</commons.logging.version>
76 <commons.vfs.version>1.0_1</commons.vfs.version>
77 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
78 <easymock.version>2.4</easymock.version>
79 <felix.configadmin.version>1.0.4</felix.configadmin.version>
80 <felix.plugin.version>1.4.3</felix.plugin.version>
Guillaume Nodetd8082ee2009-04-28 21:19:17 +000081 <felix.framework.version>1.6.0</felix.framework.version>
Guillaume Nodet91fab3b2009-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 Nodet89190a12009-04-28 21:28:02 +000084 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Guillaume Nodet91fab3b2009-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>
89 <jaxp.ri.version>1.4.2_1</jaxp.ri.version>
90 <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 Nodet5c1894e2009-04-29 16:35:06 +000095 <pax.exam.version>0.5.0</pax.exam.version>
Guillaume Nodet91fab3b2009-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>
107 </properties>
108
109 <repositories>
110 <!-- Default repository -->
111 <repository>
112 <id>central</id>
113 <name>Default maven repo</name>
114 <url>http://repo1.maven.org/maven2</url>
115 <releases>
116 <enabled>true</enabled>
117 </releases>
118 <snapshots>
119 <enabled>false</enabled>
120 </snapshots>
121 </repository>
122 <!-- Apache snapshots -->
123 <repository>
124 <id>apache-snapshots</id>
125 <name>Apache Snapshots Repository</name>
126 <url>http://repository.apache.org/content/groups/snapshots-group</url>
127 <releases>
128 <enabled>false</enabled>
129 </releases>
130 <snapshots>
131 <enabled>true</enabled>
132 </snapshots>
133 </repository>
134 <!-- ServiceMix repo -->
135 <repository>
136 <id>servicemix</id>
137 <name>Apache ServiceMix Repository</name>
138 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
139 <releases>
140 <enabled>true</enabled>
141 </releases>
142 <snapshots>
143 <enabled>false</enabled>
144 </snapshots>
145 </repository>
146 <!-- OPS4J repo -->
147 <repository>
148 <id>ops4j</id>
149 <name>OPS4j Repository</name>
150 <url>http://repository.ops4j.org/maven2</url>
151 <releases>
152 <enabled>true</enabled>
153 </releases>
154 <snapshots>
155 <enabled>false</enabled>
156 </snapshots>
157 </repository>
158 <!-- Spring milestones repository -->
159 <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
160 <repository>
161 <id>spring-milestone</id>
162 <name>Spring Portfolio Milestone Repository</name>
163 <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
164 <releases>
165 <enabled>true</enabled>
166 </releases>
167 <snapshots>
168 <enabled>false</enabled>
169 </snapshots>
170 </repository>
171 </repositories>
172
173 <pluginRepositories>
174 <!-- ServiceMix repo -->
175 <pluginRepository>
176 <id>servicemix</id>
177 <name>Apache ServiceMix Repository</name>
178 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
179 </pluginRepository>
180 </pluginRepositories>
181
182 <dependencyManagement>
183 <dependencies>
184 <dependency>
185 <groupId>org.apache.servicemix.kernel</groupId>
186 <artifactId>org.apache.servicemix.kernel.main</artifactId>
187 <version>${pom.version}</version>
188 </dependency>
189 <dependency>
190 <groupId>org.apache.servicemix.kernel</groupId>
191 <artifactId>org.apache.servicemix.kernel.client</artifactId>
192 <version>${pom.version}</version>
193 </dependency>
194 <dependency>
195 <groupId>org.apache.servicemix.kernel</groupId>
196 <artifactId>org.apache.servicemix.kernel.filemonitor</artifactId>
197 <version>${pom.version}</version>
198 </dependency>
199 <dependency>
200 <groupId>org.apache.servicemix.kernel</groupId>
201 <artifactId>org.apache.servicemix.kernel.spring</artifactId>
202 <version>${pom.version}</version>
203 </dependency>
204 <dependency>
205 <groupId>org.apache.servicemix.kernel</groupId>
206 <artifactId>org.apache.servicemix.kernel.management</artifactId>
207 <version>${pom.version}</version>
208 </dependency>
209 <dependency>
210 <groupId>org.apache.servicemix.kernel</groupId>
211 <artifactId>org.apache.servicemix.kernel.demos</artifactId>
212 <version>${pom.version}</version>
213 </dependency>
214 <dependency>
215 <groupId>org.apache.servicemix.kernel.gshell</groupId>
216 <artifactId>org.apache.servicemix.kernel.gshell.core</artifactId>
217 <version>${pom.version}</version>
218 </dependency>
219 <dependency>
220 <groupId>org.apache.servicemix.kernel.gshell</groupId>
221 <artifactId>org.apache.servicemix.kernel.gshell.admin</artifactId>
222 <version>${pom.version}</version>
223 </dependency>
224 <dependency>
225 <groupId>org.apache.servicemix.kernel.gshell</groupId>
226 <artifactId>org.apache.servicemix.kernel.gshell.obr</artifactId>
227 <version>${pom.version}</version>
228 </dependency>
229 <dependency>
230 <groupId>org.apache.servicemix.kernel.gshell</groupId>
231 <artifactId>org.apache.servicemix.kernel.gshell.osgi</artifactId>
232 <version>${pom.version}</version>
233 </dependency>
234 <dependency>
235 <groupId>org.apache.servicemix.kernel.gshell</groupId>
236 <artifactId>org.apache.servicemix.kernel.gshell.log</artifactId>
237 <version>${pom.version}</version>
238 </dependency>
239 <dependency>
240 <groupId>org.apache.servicemix.kernel.gshell</groupId>
241 <artifactId>org.apache.servicemix.kernel.gshell.features</artifactId>
242 <version>${pom.version}</version>
243 </dependency>
244 <dependency>
245 <groupId>org.apache.servicemix.kernel.gshell</groupId>
246 <artifactId>org.apache.servicemix.kernel.gshell.config</artifactId>
247 <version>${pom.version}</version>
248 </dependency>
249 <dependency>
250 <groupId>org.apache.servicemix.kernel.gshell</groupId>
251 <artifactId>org.apache.servicemix.kernel.gshell.packages</artifactId>
252 <version>${pom.version}</version>
253 </dependency>
254 <dependency>
255 <groupId>org.apache.servicemix.kernel.jaas</groupId>
256 <artifactId>org.apache.servicemix.kernel.jaas.boot</artifactId>
257 <version>${pom.version}</version>
258 </dependency>
259 <dependency>
260 <groupId>org.apache.servicemix.kernel.jaas</groupId>
261 <artifactId>org.apache.servicemix.kernel.jaas.config</artifactId>
262 <version>${pom.version}</version>
263 </dependency>
264 <dependency>
265 <groupId>org.apache.servicemix.kernel.jaas</groupId>
266 <artifactId>org.apache.servicemix.kernel.jaas.modules</artifactId>
267 <version>${pom.version}</version>
268 </dependency>
269 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000270 <groupId>org.apache.servicemix.kernel.demos</groupId>
271 <artifactId>smx4web</artifactId>
272 <version>${pom.version}</version>
273 </dependency>
274 <dependency>
275 <groupId>org.apache.servicemix.kernel</groupId>
276 <artifactId>apache-servicemix-kernel</artifactId>
277 <version>${pom.version}</version>
278 </dependency>
279 <dependency>
280 <groupId>org.apache.servicemix.kernel</groupId>
281 <artifactId>apache-servicemix-kernel</artifactId>
282 <type>zip</type>
283 <version>${pom.version}</version>
284 </dependency>
285 <dependency>
Guillaume Nodetf2015012009-04-30 07:04:50 +0000286 <groupId>org.apache.servicemix.kernel</groupId>
287 <artifactId>apache-servicemix-kernel</artifactId>
288 <classifier>features</classifier>
289 <type>xml</type>
290 <version>${pom.version}</version>
291 </dependency>
292 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000293 <groupId>org.apache.felix</groupId>
294 <artifactId>org.apache.felix.framework</artifactId>
295 <version>${felix.framework.version}</version>
296 <exclusions>
297 <exclusion>
298 <groupId>org.apache.felix</groupId>
299 <artifactId>org.osgi.compendium</artifactId>
300 </exclusion>
301 </exclusions>
302 </dependency>
303 <dependency>
304 <groupId>org.apache.felix</groupId>
305 <artifactId>org.osgi.compendium</artifactId>
306 <version>${felix.compendium.version}</version>
307 <exclusions>
308 <exclusion>
309 <groupId>org.apache.felix</groupId>
310 <artifactId>org.osgi.foundation</artifactId>
311 </exclusion>
312 <exclusion>
313 <groupId>org.apache.felix</groupId>
314 <artifactId>javax.servlet</artifactId>
315 </exclusion>
316 </exclusions>
317 </dependency>
318 <dependency>
319 <groupId>org.apache.felix</groupId>
320 <artifactId>org.osgi.core</artifactId>
321 <version>${felix.osgi.version}</version>
322 </dependency>
323 <dependency>
324 <groupId>org.apache.felix</groupId>
325 <artifactId>org.apache.felix.configadmin</artifactId>
326 <version>${felix.configadmin.version}</version>
327 </dependency>
328 <dependency>
329 <groupId>org.apache.felix</groupId>
330 <artifactId>org.apache.felix.prefs</artifactId>
331 <version>${felix.prefs.version}</version>
332 </dependency>
333 <dependency>
334 <groupId>org.apache.felix</groupId>
335 <artifactId>org.apache.felix.bundlerepository</artifactId>
336 <version>${felix.bundlerepository.version}</version>
337 <exclusions>
338 <exclusion>
339 <groupId>org.apache.felix</groupId>
340 <artifactId>org.osgi.service.obr</artifactId>
341 </exclusion>
342 <exclusion>
343 <groupId>org.apache.felix</groupId>
344 <artifactId>org.apache.felix.shell</artifactId>
345 </exclusion>
346 <exclusion>
347 <groupId>net.sf.kxml</groupId>
348 <artifactId>kxml2</artifactId>
349 </exclusion>
350 </exclusions>
351 </dependency>
352 <dependency>
353 <groupId>org.springframework</groupId>
354 <artifactId>spring-aop</artifactId>
355 <version>${spring.version}</version>
356 </dependency>
357 <dependency>
358 <groupId>org.springframework</groupId>
359 <artifactId>spring-beans</artifactId>
360 <version>${spring.version}</version>
361 </dependency>
362 <dependency>
363 <groupId>org.springframework</groupId>
364 <artifactId>spring-core</artifactId>
365 <version>${spring.version}</version>
366 </dependency>
367 <dependency>
368 <groupId>org.springframework</groupId>
369 <artifactId>spring-context</artifactId>
370 <version>${spring.version}</version>
371 </dependency>
372 <dependency>
373 <groupId>org.springframework</groupId>
374 <artifactId>spring-test</artifactId>
375 <version>${spring.version}</version>
376 </dependency>
377 <dependency>
378 <groupId>org.springframework.osgi</groupId>
379 <artifactId>spring-osgi-core</artifactId>
380 <version>${spring.osgi.version}</version>
381 </dependency>
382 <dependency>
383 <groupId>org.springframework.osgi</groupId>
384 <artifactId>spring-osgi-io</artifactId>
385 <version>${spring.osgi.version}</version>
386 </dependency>
387 <dependency>
388 <groupId>org.springframework.osgi</groupId>
389 <artifactId>spring-osgi-extender</artifactId>
390 <version>${spring.osgi.version}</version>
391 </dependency>
392 <dependency>
393 <groupId>org.springframework.osgi</groupId>
394 <artifactId>spring-osgi-test</artifactId>
395 <version>${spring.osgi.version}</version>
396 <exclusions>
397 <exclusion>
398 <groupId>org.springframework.osgi</groupId>
399 <artifactId>asm.osgi</artifactId>
400 </exclusion>
401 <exclusion>
402 <groupId>org.junit</groupId>
403 <artifactId>com.springsource.junit</artifactId>
404 </exclusion>
405 <exclusion>
406 <groupId>org.objectweb.asm</groupId>
407 <artifactId>com.springsource.org.objectweb.asm</artifactId>
408 </exclusion>
409 </exclusions>
410 </dependency>
411 <dependency>
412 <groupId>org.springframework.osgi</groupId>
413 <artifactId>spring-osgi-extender</artifactId>
414 <version>${spring.osgi.version}</version>
415 </dependency>
416 <dependency>
417 <groupId>org.springframework.osgi</groupId>
418 <artifactId>spring-osgi-annotation</artifactId>
419 <version>${spring.osgi.version}</version>
420 </dependency>
421 <dependency>
422 <groupId>org.apache.mina</groupId>
423 <artifactId>mina-core</artifactId>
424 <version>${mina.version}</version>
425 </dependency>
426 <dependency>
427 <groupId>org.apache.servicemix.bundles</groupId>
428 <artifactId>org.apache.servicemix.bundles.oro</artifactId>
429 <version>${oro.version}</version>
430 </dependency>
431 <dependency>
432 <groupId>org.apache.servicemix.bundles</groupId>
433 <artifactId>org.apache.servicemix.bundles.aopalliance</artifactId>
434 <version>${aopalliance.version}</version>
435 </dependency>
436 <dependency>
437 <groupId>org.apache.servicemix.bundles</groupId>
438 <artifactId>org.apache.servicemix.bundles.asm</artifactId>
439 <version>${asm.version}</version>
440 </dependency>
441 <dependency>
442 <groupId>org.apache.servicemix.bundles</groupId>
443 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
444 <version>${junit.version}</version>
445 </dependency>
446 <dependency>
447 <groupId>org.apache.servicemix.bundles</groupId>
448 <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
449 <version>${cglib.version}</version>
450 </dependency>
451 <dependency>
452 <groupId>org.apache.servicemix.bundles</groupId>
453 <artifactId>org.apache.servicemix.bundles.commons-jexl</artifactId>
454 <version>${commons.jexl.version}</version>
455 <exclusions>
456 <exclusion>
457 <groupId>junit</groupId>
458 <artifactId>junit</artifactId>
459 </exclusion>
460 </exclusions>
461 </dependency>
462 <dependency>
463 <groupId>org.apache.servicemix.bundles</groupId>
464 <artifactId>org.apache.servicemix.bundles.commons-vfs</artifactId>
465 <version>${commons.vfs.version}</version>
466 </dependency>
467 <dependency>
468 <groupId>org.apache.servicemix.bundles</groupId>
469 <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
470 <version>${commons.codec.version}</version>
471 </dependency>
472 <dependency>
473 <groupId>org.apache.servicemix.bundles</groupId>
474 <artifactId>org.apache.servicemix.bundles.commons-httpclient</artifactId>
475 <version>${commons.httpclient.version}</version>
476 </dependency>
477 <dependency>
478 <groupId>log4j</groupId>
479 <artifactId>log4j</artifactId>
480 <version>${log4j.version}</version>
481 </dependency>
482 <dependency>
483 <groupId>org.apache.servicemix.bundles</groupId>
484 <artifactId>org.apache.servicemix.bundles.jline</artifactId>
485 <version>${jline.version}</version>
486 <exclusions>
487 <exclusion>
488 <groupId>junit</groupId>
489 <artifactId>junit</artifactId>
490 </exclusion>
491 </exclusions>
492 </dependency>
493 <dependency>
494 <groupId>commons-logging</groupId>
495 <artifactId>commons-logging</artifactId>
496 <version>${commons.logging.version}</version>
497 </dependency>
498 <dependency>
499 <groupId>org.apache.maven.artifact</groupId>
500 <artifactId>maven-artifact</artifactId>
501 <version>3.0-alpha-1</version>
502 </dependency>
503 <dependency>
504 <groupId>org.apache.servicemix.bundles</groupId>
505 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
506 <version>${commons.io.version}</version>
507 </dependency>
508 <dependency>
509 <groupId>org.apache.mina</groupId>
510 <artifactId>mina-core</artifactId>
511 <version>${mina.version}</version>
512 <exclusions>
513 <exclusion>
514 <groupId>net.gleamynode</groupId>
515 <artifactId>netty2</artifactId>
516 </exclusion>
517 <exclusion>
518 <groupId>com.jcraft</groupId>
519 <artifactId>jzlib</artifactId>
520 </exclusion>
521 <exclusion>
522 <groupId>log4j</groupId>
523 <artifactId>log4j</artifactId>
524 </exclusion>
525 <exclusion>
526 <groupId>logkit</groupId>
527 <artifactId>logkit</artifactId>
528 </exclusion>
529 <exclusion>
530 <groupId>avalon-framework</groupId>
531 <artifactId>avalon-framework</artifactId>
532 </exclusion>
533 <exclusion>
534 <groupId>javax.servlet</groupId>
535 <artifactId>servlet-api</artifactId>
536 </exclusion>
537 </exclusions>
538 </dependency>
539 <dependency>
540 <groupId>org.apache.geronimo.gshell.support</groupId>
541 <artifactId>gshell-terminal</artifactId>
542 <version>${gshell.version}</version>
543 <exclusions>
544 <exclusion>
545 <groupId>jline</groupId>
546 <artifactId>jline</artifactId>
547 </exclusion>
548 </exclusions>
549 </dependency>
550 <dependency>
551 <groupId>org.apache.geronimo.gshell.support</groupId>
552 <artifactId>gshell-spring</artifactId>
553 <version>${gshell.version}</version>
554 <exclusions>
555 <exclusion>
556 <groupId>org.slf4j</groupId>
557 <artifactId>jcl-over-slf4j</artifactId>
558 </exclusion>
559 </exclusions>
560 </dependency>
561 <dependency>
562 <groupId>org.apache.geronimo.gshell.support</groupId>
563 <artifactId>gshell-interpolation</artifactId>
564 <version>${gshell.version}</version>
565 <exclusions>
566 <exclusion>
567 <groupId>org.slf4j</groupId>
568 <artifactId>jcl-over-slf4j</artifactId>
569 </exclusion>
570 </exclusions>
571 </dependency>
572 <dependency>
573 <groupId>org.apache.geronimo.gshell.commands</groupId>
574 <artifactId>gshell-builtin</artifactId>
575 <version>${gshell.version}</version>
576 <exclusions>
577 <exclusion>
578 <groupId>oro</groupId>
579 <artifactId>oro</artifactId>
580 </exclusion>
581 <exclusion>
582 <groupId>commons-vfs</groupId>
583 <artifactId>commons-vfs</artifactId>
584 </exclusion>
585 </exclusions>
586 </dependency>
587 <dependency>
588 <groupId>org.apache.geronimo.gshell.commands</groupId>
589 <artifactId>gshell-file</artifactId>
590 <version>${gshell.version}</version>
591 </dependency>
592 <dependency>
593 <groupId>org.apache.geronimo.gshell.commands</groupId>
594 <artifactId>gshell-network</artifactId>
595 <version>${gshell.version}</version>
596 </dependency>
597 <dependency>
598 <groupId>org.apache.geronimo.gshell.commands</groupId>
599 <artifactId>gshell-shell</artifactId>
600 <version>${gshell.version}</version>
601 </dependency>
602 <dependency>
603 <groupId>org.apache.geronimo.gshell.commands</groupId>
604 <artifactId>gshell-ssh</artifactId>
605 <version>${gshell.version}</version>
606 <exclusions>
607 <exclusion>
608 <groupId>org.apache.geronimo.gshell.support</groupId>
609 <artifactId>gshell-security</artifactId>
610 </exclusion>
611 </exclusions>
612 </dependency>
613 <dependency>
614 <groupId>org.apache.geronimo.gshell.commands</groupId>
615 <artifactId>gshell-text</artifactId>
616 <version>${gshell.version}</version>
617 </dependency>
618 <dependency>
619 <groupId>org.apache.geronimo.gshell.wisdom</groupId>
620 <artifactId>gshell-wisdom-core</artifactId>
621 <version>${gshell.version}</version>
622 <exclusions>
623 <exclusion>
624 <groupId>org.apache.geronimo.gshell.support</groupId>
625 <artifactId>gshell-ivy</artifactId>
626 </exclusion>
627 <exclusion>
628 <groupId>org.apache.geronimo.gshell.support</groupId>
629 <artifactId>gshell-xstore</artifactId>
630 </exclusion>
631 <exclusion>
632 <groupId>commons-jexl</groupId>
633 <artifactId>commons-jexl</artifactId>
634 </exclusion>
635 </exclusions>
636 </dependency>
637 <dependency>
638 <groupId>org.codehaus.plexus</groupId>
639 <artifactId>plexus-component-api</artifactId>
640 <version>1.0-alpha-32</version>
641 </dependency>
642 <dependency>
643 <groupId>org.codehaus.plexus</groupId>
644 <artifactId>plexus-utils</artifactId>
645 <version>1.5.5</version>
646 </dependency>
647 <dependency>
648 <groupId>org.slf4j</groupId>
649 <artifactId>slf4j-api</artifactId>
650 <version>1.4.3</version>
651 </dependency>
652 <dependency>
653 <groupId>org.slf4j</groupId>
654 <artifactId>slf4j-jdk14</artifactId>
655 <version>1.4.3</version>
656 </dependency>
657 <dependency>
658 <groupId>org.slf4j</groupId>
659 <artifactId>slf4j-nop</artifactId>
660 <version>1.4.3</version>
661 </dependency>
662 <dependency>
663 <groupId>com.thoughtworks.xstream</groupId>
664 <artifactId>xstream</artifactId>
665 <version>1.3</version>
666 <exclusions>
667 <exclusion>
668 <!-- xom is an optional dependency of xstream. Its also
669 LGPL, so its really not ASF compatible. -->
670 <groupId>xom</groupId>
671 <artifactId>xom</artifactId>
672 </exclusion>
673 </exclusions>
674 </dependency>
675 <dependency>
676 <groupId>org.ops4j.pax.logging</groupId>
677 <artifactId>pax-logging-api</artifactId>
678 <version>${pax.logging.version}</version>
679 </dependency>
680 <dependency>
681 <groupId>org.ops4j.pax.logging</groupId>
682 <artifactId>pax-logging-service</artifactId>
683 <version>${pax.logging.version}</version>
684 <exclusions>
685 <exclusion>
686 <groupId>log4j</groupId>
687 <artifactId>log4j</artifactId>
688 </exclusion>
689 </exclusions>
690 </dependency>
691 <dependency>
692 <groupId>org.ops4j.pax.url</groupId>
693 <artifactId>pax-url-mvn</artifactId>
694 <version>${pax.url.version}</version>
695 </dependency>
696 <dependency>
697 <groupId>org.ops4j.pax.url</groupId>
698 <artifactId>pax-url-wrap</artifactId>
699 <version>${pax.url.version}</version>
700 </dependency>
701 <dependency>
702 <groupId>org.apache.geronimo.specs</groupId>
703 <artifactId>geronimo-servlet_2.5_spec</artifactId>
704 <version>${geronimo.servlet.version}</version>
705 </dependency>
706 <dependency>
707 <groupId>org.apache.geronimo.specs</groupId>
708 <artifactId>geronimo-annotation_1.0_spec</artifactId>
709 <version>${geronimo.annotation.version}</version>
710 </dependency>
711 <dependency>
712 <groupId>org.apache.servicemix.specs</groupId>
713 <artifactId>org.apache.servicemix.specs.jaxp-api-1.4</artifactId>
714 <version>${servicemix.specs.version}</version>
715 </dependency>
716 <dependency>
717 <groupId>org.apache.servicemix.bundles</groupId>
718 <artifactId>org.apache.servicemix.bundles.jaxp-ri</artifactId>
719 <version>${jaxp.ri.version}</version>
720 </dependency>
721 <dependency>
722 <groupId>org.apache.servicemix.bundles</groupId>
723 <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
724 <version>${woodstox.version}</version>
725 </dependency>
726 <dependency>
727 <groupId>org.easymock</groupId>
728 <artifactId>easymock</artifactId>
729 <version>${easymock.version}</version>
730 </dependency>
731 <dependency>
732 <groupId>org.apache.sshd</groupId>
733 <artifactId>sshd-core</artifactId>
734 <version>${sshd.version}</version>
735 <exclusions>
736 <exclusion>
737 <groupId>org.apache.mina</groupId>
738 <artifactId>mina-core</artifactId>
739 </exclusion>
740 </exclusions>
741 </dependency>
742 <dependency>
743 <groupId>org.osgi</groupId>
744 <artifactId>jmx</artifactId>
745 <version>${osgi.jmx.version}</version>
746 <exclusions>
747 <exclusion>
748 <groupId>org.osgi</groupId>
749 <artifactId>osgi_R4_core</artifactId>
750 </exclusion>
751 <exclusion>
752 <groupId>org.osgi</groupId>
753 <artifactId>osgi_R4_compendium</artifactId>
754 </exclusion>
755 <exclusion>
756 <groupId>org.slf4j</groupId>
757 <artifactId>jcl104-over-slf4j</artifactId>
758 </exclusion>
759 <exclusion>
760 <groupId>org.easymock</groupId>
761 <artifactId>easymock</artifactId>
762 </exclusion>
763 </exclusions>
764 </dependency>
765 <dependency>
766 <groupId>com.oracle.osgi</groupId>
767 <artifactId>jmx-impl</artifactId>
768 <version>${osgi.jmx.version}</version>
769 <exclusions>
770 <exclusion>
771 <groupId>org.osgi</groupId>
772 <artifactId>osgi_R4_core</artifactId>
773 </exclusion>
774 <exclusion>
775 <groupId>org.osgi</groupId>
776 <artifactId>osgi_R4_compendium</artifactId>
777 </exclusion>
778 <exclusion>
779 <groupId>org.slf4j</groupId>
780 <artifactId>jcl104-over-slf4j</artifactId>
781 </exclusion>
782 <exclusion>
783 <groupId>org.easymock</groupId>
784 <artifactId>easymock</artifactId>
785 </exclusion>
786 </exclusions>
787 </dependency>
Guillaume Nodet5c1894e2009-04-29 16:35:06 +0000788 <dependency>
789 <groupId>org.ops4j.pax.exam</groupId>
790 <artifactId>pax-exam</artifactId>
791 <version>${pax.exam.version}</version>
792 </dependency>
793 <dependency>
794 <groupId>org.ops4j.pax.exam</groupId>
795 <artifactId>pax-exam-junit</artifactId>
796 <version>${pax.exam.version}</version>
797 </dependency>
798 <dependency>
799 <groupId>org.ops4j.pax.exam</groupId>
800 <artifactId>pax-exam-container-default</artifactId>
801 <version>${pax.exam.version}</version>
802 </dependency>
803 <dependency>
804 <groupId>org.ops4j.pax.exam</groupId>
805 <artifactId>pax-exam-junit-extender-impl</artifactId>
806 <version>${pax.exam.version}</version>
807 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000808 </dependencies>
809 </dependencyManagement>
810
811 <build>
812 <defaultGoal>install</defaultGoal>
813
814 <pluginManagement>
815 <plugins>
816 <plugin>
817 <groupId>org.apache.maven.plugins</groupId>
818 <artifactId>maven-eclipse-plugin</artifactId>
819 <version>2.4</version>
820 <configuration>
821 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
822 <downloadSources>true</downloadSources>
823 <downloadJavadocs>true</downloadJavadocs>
824 </configuration>
825 </plugin>
826 <plugin>
827 <groupId>org.apache.maven.plugins</groupId>
828 <artifactId>maven-release-plugin</artifactId>
829 <version>2.0-beta-7</version>
830 <configuration>
831 <useReleaseProfile>false</useReleaseProfile>
832 <preparationGoals>clean verify install</preparationGoals>
833 <goals>deploy</goals>
834 <arguments>-Prelease,deploy</arguments>
835 <autoVersionSubmodules>true</autoVersionSubmodules>
836 </configuration>
837 </plugin>
838 <plugin>
839 <groupId>org.apache.felix</groupId>
840 <artifactId>maven-bundle-plugin</artifactId>
841 <version>${felix.plugin.version}</version>
842 <extensions>true</extensions>
843 </plugin>
844 <plugin>
845 <groupId>org.apache.maven.plugins</groupId>
846 <artifactId>maven-compiler-plugin</artifactId>
847 <version>2.0.2</version>
848 <configuration>
849 <source>1.5</source>
850 <target>1.5</target>
851 <maxmem>256M</maxmem>
852 <fork>${compiler.fork}</fork>
853 </configuration>
854 </plugin>
855 <plugin>
856 <groupId>org.apache.maven.plugins</groupId>
857 <artifactId>maven-idea-plugin</artifactId>
858 <version>2.1</version>
859 <configuration>
860 <downloadSources>true</downloadSources>
861 <downloadJavadocs>true</downloadJavadocs>
862 </configuration>
863 </plugin>
864 <plugin>
865 <groupId>org.apache.maven.plugins</groupId>
866 <artifactId>maven-surefire-plugin</artifactId>
867 <version>2.3.1</version>
868 </plugin>
869 <plugin>
870 <groupId>org.apache.maven.plugins</groupId>
871 <artifactId>maven-shade-plugin</artifactId>
872 <version>1.2</version>
873 </plugin>
874 <plugin>
875 <groupId>org.apache.maven.plugins</groupId>
876 <artifactId>maven-resources-plugin</artifactId>
877 <version>2.3</version>
878 </plugin>
879 <plugin>
880 <groupId>org.apache.servicemix.tooling</groupId>
881 <artifactId>depends-maven-plugin</artifactId>
882 <version>${depends.maven.plugin.version}</version>
883 </plugin>
884 <plugin>
885 <groupId>org.apache.maven.plugins</groupId>
886 <artifactId>maven-source-plugin</artifactId>
887 <version>2.0.4</version>
888 </plugin>
889 <plugin>
890 <groupId>org.apache.maven.plugins</groupId>
891 <artifactId>maven-assembly-plugin</artifactId>
892 <version>2.2-beta-3</version>
893 </plugin>
894 </plugins>
895 </pluginManagement>
896 <plugins>
897 <plugin>
898 <groupId>org.apache.maven.plugins</groupId>
899 <artifactId>maven-dependency-plugin</artifactId>
900 <version>2.0</version>
901 <executions>
902 <execution>
903 <id>copy-legal</id>
904 <phase>generate-resources</phase>
905 <goals>
906 <goal>copy</goal>
907 </goals>
908 <configuration>
909 <artifactItems>
910 <artifactItem>
911 <groupId>org.apache.servicemix.legal</groupId>
912 <artifactId>legal</artifactId>
913 <version>${servicemix.legal.version}</version>
914 <type>xml</type>
915 <outputDirectory>target/legal/</outputDirectory>
916 </artifactItem>
917 </artifactItems>
918 <stripVersion>true</stripVersion>
919 </configuration>
920 </execution>
921 </executions>
922 <dependencies>
923 <dependency>
924 <groupId>org.apache.servicemix.legal</groupId>
925 <artifactId>legal</artifactId>
926 <version>${servicemix.legal.version}</version>
927 <type>xml</type>
928 </dependency>
929 </dependencies>
930 </plugin>
931 <plugin>
932 <artifactId>maven-remote-resources-plugin</artifactId>
933 <version>1.0</version>
934 <executions>
935 <execution>
936 <goals>
937 <goal>process</goal>
938 </goals>
939 <configuration>
940 <resourceBundles>
941 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
942 </resourceBundles>
943 <supplementalModels>
944 <supplementalModel>target/legal/legal.xml</supplementalModel>
945 </supplementalModels>
946 <properties>
947 <addLicense>true</addLicense>
948 <addArtifact>true</addArtifact>
949 <projectName>Apache ServiceMix</projectName>
950 </properties>
951 </configuration>
952 </execution>
953 </executions>
954 </plugin>
955 </plugins>
956 </build>
957
958 <reporting>
959 <plugins>
960 <plugin>
961 <groupId>org.apache.maven.plugins</groupId>
962 <artifactId>maven-javadoc-plugin</artifactId>
963 <version>2.3</version>
964 </plugin>
965 <plugin>
966 <groupId>org.apache.maven.plugins</groupId>
967 <artifactId>maven-jxr-plugin</artifactId>
968 <version>2.0</version>
969 </plugin>
970 </plugins>
971 </reporting>
972
973 <profiles>
974 <profile>
975 <id>fastinstall</id>
976 <properties>
977 <maven.test.skip>true</maven.test.skip>
978 </properties>
979 </profile>
980 <profile>
981 <id>rat</id>
982 <build>
983 <plugins>
984 <plugin>
985 <groupId>org.codehaus.mojo</groupId>
986 <artifactId>rat-maven-plugin</artifactId>
987 <version>1.0-alpha-3</version>
988 <executions>
989 <execution>
990 <phase>verify</phase>
991 <goals>
992 <goal>check</goal>
993 </goals>
994 </execution>
995 </executions>
996 <configuration>
997 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
998 <excludes>
999 <exclude>**/target/**/*</exclude>
1000 <!-- IDEA files -->
1001 <exclude>**/*.iml</exclude>
1002 <exclude>**/*.ipr</exclude>
1003 <exclude>**/*.iws</exclude>
1004 <!-- Eclipse files -->
1005 <exclude>**/.*</exclude>
1006 <exclude>**/eclipse-classes/**/*</exclude>
1007 <exclude>**/dependency-reduced-pom.xml</exclude>
1008 </excludes>
1009 </configuration>
1010 </plugin>
1011 </plugins>
1012 </build>
1013 </profile>
1014 <profile>
1015 <id>release</id>
1016 <build>
1017 <plugins>
1018 <!-- We want to deploy the artifact to a staging location for perusal -->
1019 <plugin>
1020 <inherited>true</inherited>
1021 <artifactId>maven-deploy-plugin</artifactId>
1022 <version>2.3</version>
1023 <configuration>
1024 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
1025 <updateReleaseInfo>true</updateReleaseInfo>
1026 </configuration>
1027 </plugin>
1028 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
1029 <plugin>
1030 <artifactId>maven-gpg-plugin</artifactId>
1031 <version>1.0-alpha-4</version>
1032 <executions>
1033 <execution>
1034 <goals>
1035 <goal>sign</goal>
1036 </goals>
1037 </execution>
1038 </executions>
1039 </plugin>
1040 </plugins>
1041 </build>
1042 </profile>
1043 <profile>
1044 <id>setup.eclipse</id>
1045 <modules>
1046 <module>assembly</module>
1047 </modules>
1048 <properties>
1049 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
1050 </properties>
1051 <build>
1052 <defaultGoal>eclipse:eclipse</defaultGoal>
1053 <plugins>
1054 <plugin>
1055 <groupId>org.apache.maven.plugins</groupId>
1056 <artifactId>maven-eclipse-plugin</artifactId>
1057 <inherited>false</inherited>
1058 <executions>
1059 <execution>
1060 <id>setup.eclipse.workspace</id>
1061 <phase>process-test-sources</phase>
1062 <goals>
1063 <goal>add-maven-repo</goal>
1064 </goals>
1065 <configuration>
1066 <workspace>${eclipse.workspace.dir}</workspace>
1067 </configuration>
1068 </execution>
1069 </executions>
1070 </plugin>
1071 </plugins>
1072 </build>
1073 </profile>
1074 <profile>
1075 <id>deploy</id>
1076 <properties>
1077 <createSourcesJar>true</createSourcesJar>
1078 </properties>
1079 <build>
1080 <defaultGoal>deploy</defaultGoal>
1081 <plugins>
1082 <plugin>
1083 <groupId>org.apache.maven.plugins</groupId>
1084 <artifactId>maven-source-plugin</artifactId>
1085 <version>2.0.4</version>
1086 <executions>
1087 <execution>
1088 <id>attach-sources</id>
1089 <goals>
1090 <goal>jar</goal>
1091 </goals>
1092 </execution>
1093 </executions>
1094 </plugin>
1095 <plugin>
1096 <groupId>org.apache.maven.plugins</groupId>
1097 <artifactId>maven-javadoc-plugin</artifactId>
1098 <version>2.4</version>
1099 <configuration>
1100 <source>1.5</source>
1101 </configuration>
1102 <executions>
1103 <execution>
1104 <id>attach-javadocs</id>
1105 <goals>
1106 <goal>jar</goal>
1107 </goals>
1108 </execution>
1109 </executions>
1110 </plugin>
1111 </plugins>
1112 </build>
1113 </profile>
1114 </profiles>
1115
1116</project>