blob: 612b4740b3a917239c3f920fa776a9f92fc67d5d [file] [log] [blame]
Guillaume Nodet6896d702009-09-22 09:11:12 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Guillaume Nodet05fac962009-04-27 10:01:58 +00002
3 <!--
4
5 Licensed to the Apache Software Foundation (ASF) under one or more
6 contributor license agreements. See the NOTICE file distributed with
7 this work for additional information regarding copyright ownership.
8 The ASF licenses this file to You under the Apache License, Version 2.0
9 (the "License"); you may not use this file except in compliance with
10 the License. You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 -->
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +000020
Guillaume Nodet05fac962009-04-27 10:01:58 +000021 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000024 <groupId>org.apache.felix</groupId>
Gert Vanthienenabed2af2009-06-16 11:58:10 +000025 <artifactId>felix-parent</artifactId>
Guillaume Nodetbefdced2009-09-22 12:31:43 +000026 <version>1.2.2-SNAPSHOT</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000027 </parent>
28
Gert Vanthienenf54a8392009-05-02 19:57:13 +000029 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000030 <artifactId>karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000031 <packaging>pom</packaging>
Guillaume Nodet6f17f4f2009-09-22 09:15:21 +000032 <version>1.1.0-SNAPSHOT</version>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000033 <name>Apache Felix Karaf</name>
Guillaume Nodet05fac962009-04-27 10:01:58 +000034 <inceptionYear>2007</inceptionYear>
35
36 <modules>
37 <module>main</module>
Guillaume Nodete692a962009-08-07 09:55:51 +000038 <module>features</module>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000039 <module>deployer</module>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +000040 <module>shell</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000041 <module>jaas</module>
42 <module>client</module>
43 <module>management</module>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000044 <module>webconsole</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000045 <module>assembly</module>
46 <module>demos</module>
Guillaume Nodet751a4872009-08-17 20:22:49 +000047 <module>itests</module>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000048 <module>tooling</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000049 </modules>
50
51 <scm>
Guillaume Nodet6f17f4f2009-09-22 09:15:21 +000052 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
53 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
54 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000055 </scm>
56
57 <issueManagement>
58 <system>jira</system>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000059 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000060 </issueManagement>
61
62 <prerequisites>
63 <maven>2.0.7</maven>
64 </prerequisites>
65
66 <properties>
Guillaume Nodet99676532009-08-24 07:27:30 +000067 <aopalliance.version>1.0_1</aopalliance.version>
68 <cglib.version>2.1_3_2</cglib.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000069 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000070 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
71 <easymock.version>2.4</easymock.version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +000072 <equinox.version>3.5.0.v20090520</equinox.version>
Guillaume Nodet56ee6922009-04-28 21:28:02 +000073 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000074 <felix.compendium.version>1.2.0</felix.compendium.version>
Guillaume Nodet08f445f2009-09-08 13:25:47 +000075 <felix.configadmin.version>1.2.4</felix.configadmin.version>
Guillaume Nodet34532d72009-10-12 07:35:02 +000076 <felix.fileinstall.version>2.0.1-SNAPSHOT</felix.fileinstall.version>
Guillaume Nodetd5bdb3e2009-09-11 10:03:02 +000077 <felix.framework.version>2.0.0</felix.framework.version>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +000078 <felix.gogo.version>0.2.0</felix.gogo.version>
79 <felix.osgi.version>1.4.0</felix.osgi.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000080 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000081 <felix.prefs.version>1.0.2</felix.prefs.version>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +000082 <felix.webconsole.version>1.2.10</felix.webconsole.version>
Guillaume Nodet75848652009-06-11 08:36:21 +000083 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +000084 <geronimo.blueprint.version>1.0.0</geronimo.blueprint.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000085 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +000086 <jansi.version>1.0</jansi.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000087 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000088 <junit.version>3.8.2_1</junit.version>
Chris Custine7af5b432009-09-10 07:20:43 +000089 <jline.version>0.9.95.200909100109</jline.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000090 <log4j.version>1.2.14</log4j.version>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000091 <maven.version>2.0.9</maven.version>
Guillaume Nodet65b51e92009-06-08 19:25:20 +000092 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +000093 <pax.exam.version>1.0.0</pax.exam.version>
94 <pax.logging.version>1.4</pax.logging.version>
95 <pax.runner.version>1.1.1</pax.runner.version>
96 <pax.url.version>1.0.0</pax.url.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000097 <pax.web.version>0.6.0</pax.web.version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000098 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000099 <spring.osgi.version>1.2.0</spring.osgi.version>
100 <spring.version>2.5.6.SEC01</spring.version>
Guillaume Nodetfd301ae2009-08-26 12:24:15 +0000101 <sshd.version>0.2.0</sshd.version>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000102 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000103
104 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000105 <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +0000106 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000107 </properties>
108
109 <repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000110 <!-- Apache snapshots -->
111 <repository>
112 <id>apache-snapshots</id>
113 <name>Apache Snapshots Repository</name>
114 <url>http://repository.apache.org/content/groups/snapshots-group</url>
115 <releases>
116 <enabled>false</enabled>
117 </releases>
118 <snapshots>
119 <enabled>true</enabled>
120 </snapshots>
121 </repository>
122 <!-- ServiceMix repo -->
123 <repository>
124 <id>servicemix</id>
125 <name>Apache ServiceMix Repository</name>
126 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
127 <releases>
128 <enabled>true</enabled>
129 </releases>
130 <snapshots>
131 <enabled>false</enabled>
132 </snapshots>
133 </repository>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000134 <repository>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000135 <id>jansi.release.m2</id>
136 <name>jansi Release Repository</name>
137 <url>http://jansi.fusesource.org/repo/release</url>
138 <snapshots>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000139 <enabled>false</enabled>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000140 </snapshots>
141 <releases>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000142 <enabled>true</enabled>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000143 </releases>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000144 </repository>
145 </repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000146
147 <dependencyManagement>
148 <dependencies>
149 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000150 <groupId>org.apache.felix.karaf</groupId>
151 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000152 <version>${pom.version}</version>
153 </dependency>
154 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000155 <groupId>org.apache.felix.karaf</groupId>
156 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000157 <version>${pom.version}</version>
158 </dependency>
Guillaume Nodetdce21f42009-08-31 07:19:00 +0000159 <!--
Guillaume Nodet05fac962009-04-27 10:01:58 +0000160 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000161 <groupId>org.apache.felix.karaf.deployer</groupId>
162 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000163 <version>${pom.version}</version>
164 </dependency>
Guillaume Nodetdce21f42009-08-31 07:19:00 +0000165 -->
Guillaume Nodet05fac962009-04-27 10:01:58 +0000166 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000167 <groupId>org.apache.felix.karaf.deployer</groupId>
168 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000169 <version>${pom.version}</version>
170 </dependency>
171 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000172 <groupId>org.apache.felix.karaf.deployer</groupId>
173 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000174 <version>${pom.version}</version>
175 </dependency>
176 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000177 <groupId>org.apache.felix.karaf.deployer</groupId>
178 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000179 <version>${pom.version}</version>
180 </dependency>
181 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000182 <groupId>org.apache.felix.karaf</groupId>
183 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000184 <version>${pom.version}</version>
185 </dependency>
186 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000187 <groupId>org.apache.felix.karaf</groupId>
188 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000189 <version>${pom.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000190 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000191 <dependency>
Guillaume Nodete692a962009-08-07 09:55:51 +0000192 <groupId>org.apache.felix.karaf.features</groupId>
193 <artifactId>org.apache.felix.karaf.features.core</artifactId>
194 <version>${pom.version}</version>
195 </dependency>
196 <dependency>
197 <groupId>org.apache.felix.karaf.features</groupId>
198 <artifactId>org.apache.felix.karaf.features.command</artifactId>
199 <version>${pom.version}</version>
200 </dependency>
201 <dependency>
202 <groupId>org.apache.felix.karaf.features</groupId>
203 <artifactId>org.apache.felix.karaf.features.management</artifactId>
204 <version>${pom.version}</version>
205 </dependency>
206 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000207 <groupId>org.apache.felix.karaf.shell</groupId>
208 <artifactId>org.apache.felix.karaf.shell.core</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000209 <version>${pom.version}</version>
210 </dependency>
211 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000212 <groupId>org.apache.felix.karaf.shell</groupId>
213 <artifactId>org.apache.felix.karaf.shell.console</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000214 <version>${pom.version}</version>
215 </dependency>
216 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000217 <groupId>org.apache.felix.karaf.shell</groupId>
218 <artifactId>org.apache.felix.karaf.shell.run</artifactId>
Guillaume Nodet22d03c62009-05-06 14:40:12 +0000219 <version>${pom.version}</version>
220 </dependency>
221 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000222 <groupId>org.apache.felix.karaf.shell</groupId>
223 <artifactId>org.apache.felix.karaf.shell.admin</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000224 <version>${pom.version}</version>
225 </dependency>
226 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000227 <groupId>org.apache.felix.karaf.shell</groupId>
228 <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000229 <version>${pom.version}</version>
230 </dependency>
231 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000232 <groupId>org.apache.felix.karaf.shell</groupId>
233 <artifactId>org.apache.felix.karaf.shell.osgi</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000234 <version>${pom.version}</version>
235 </dependency>
236 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000237 <groupId>org.apache.felix.karaf.shell</groupId>
238 <artifactId>org.apache.felix.karaf.shell.log</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000239 <version>${pom.version}</version>
240 </dependency>
241 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000242 <groupId>org.apache.felix.karaf.shell</groupId>
243 <artifactId>org.apache.felix.karaf.shell.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000244 <version>${pom.version}</version>
245 </dependency>
246 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000247 <groupId>org.apache.felix.karaf.shell</groupId>
248 <artifactId>org.apache.felix.karaf.shell.packages</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000249 <version>${pom.version}</version>
250 </dependency>
251 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000252 <groupId>org.apache.felix.karaf.shell</groupId>
253 <artifactId>org.apache.felix.karaf.shell.ssh</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000254 <version>${pom.version}</version>
255 </dependency>
256 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000257 <groupId>org.apache.felix.karaf.shell</groupId>
258 <artifactId>org.apache.felix.karaf.shell.commands</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000259 <version>${pom.version}</version>
260 </dependency>
261 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000262 <groupId>org.apache.felix.karaf.jaas</groupId>
263 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000264 <version>${pom.version}</version>
265 </dependency>
266 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000267 <groupId>org.apache.felix.karaf.jaas</groupId>
268 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000269 <version>${pom.version}</version>
270 </dependency>
271 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000272 <groupId>org.apache.felix.karaf.jaas</groupId>
273 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000274 <version>${pom.version}</version>
275 </dependency>
276 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000277 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000278 <artifactId>smx4web</artifactId>
279 <version>${pom.version}</version>
280 </dependency>
281 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000282 <groupId>org.apache.felix.karaf</groupId>
283 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000284 <version>${pom.version}</version>
285 </dependency>
286 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000287 <groupId>org.apache.felix.karaf</groupId>
288 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000289 <type>zip</type>
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 Nodetcbb5cb52009-04-30 07:04:50 +0000295 <classifier>features</classifier>
296 <type>xml</type>
297 <version>${pom.version}</version>
298 </dependency>
299 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000300 <groupId>org.apache.felix</groupId>
301 <artifactId>org.apache.felix.framework</artifactId>
302 <version>${felix.framework.version}</version>
303 <exclusions>
304 <exclusion>
305 <groupId>org.apache.felix</groupId>
306 <artifactId>org.osgi.compendium</artifactId>
307 </exclusion>
308 </exclusions>
309 </dependency>
310 <dependency>
311 <groupId>org.apache.felix</groupId>
312 <artifactId>org.osgi.compendium</artifactId>
313 <version>${felix.compendium.version}</version>
314 <exclusions>
315 <exclusion>
316 <groupId>org.apache.felix</groupId>
317 <artifactId>org.osgi.foundation</artifactId>
318 </exclusion>
319 <exclusion>
320 <groupId>org.apache.felix</groupId>
321 <artifactId>javax.servlet</artifactId>
322 </exclusion>
323 </exclusions>
324 </dependency>
325 <dependency>
326 <groupId>org.apache.felix</groupId>
327 <artifactId>org.osgi.core</artifactId>
328 <version>${felix.osgi.version}</version>
329 </dependency>
330 <dependency>
331 <groupId>org.apache.felix</groupId>
332 <artifactId>org.apache.felix.configadmin</artifactId>
333 <version>${felix.configadmin.version}</version>
334 </dependency>
335 <dependency>
336 <groupId>org.apache.felix</groupId>
337 <artifactId>org.apache.felix.prefs</artifactId>
338 <version>${felix.prefs.version}</version>
339 </dependency>
340 <dependency>
341 <groupId>org.apache.felix</groupId>
342 <artifactId>org.apache.felix.bundlerepository</artifactId>
343 <version>${felix.bundlerepository.version}</version>
344 <exclusions>
345 <exclusion>
346 <groupId>org.apache.felix</groupId>
347 <artifactId>org.osgi.service.obr</artifactId>
348 </exclusion>
349 <exclusion>
350 <groupId>org.apache.felix</groupId>
351 <artifactId>org.apache.felix.shell</artifactId>
352 </exclusion>
353 <exclusion>
354 <groupId>net.sf.kxml</groupId>
355 <artifactId>kxml2</artifactId>
356 </exclusion>
357 </exclusions>
358 </dependency>
359 <dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000360 <groupId>org.apache.felix</groupId>
Guillaume Nodetace13292009-06-18 21:05:47 +0000361 <artifactId>org.apache.felix.metatype</artifactId>
362 <version>${felix.metatype.version}</version>
363 </dependency>
364 <dependency>
365 <groupId>org.apache.felix</groupId>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000366 <artifactId>org.apache.felix.webconsole</artifactId>
367 <version>${felix.webconsole.version}</version>
368 </dependency>
369 <dependency>
Guillaume Nodet75848652009-06-11 08:36:21 +0000370 <groupId>org.apache.felix</groupId>
Guillaume Nodetdce21f42009-08-31 07:19:00 +0000371 <artifactId>org.apache.felix.fileinstall</artifactId>
372 <version>${felix.fileinstall.version}</version>
Guillaume Nodet75848652009-06-11 08:36:21 +0000373 </dependency>
374 <dependency>
Gert Vanthienencdec0a22009-06-16 07:05:38 +0000375 <groupId>org.apache.felix</groupId>
376 <artifactId>maven-bundle-plugin</artifactId>
377 <version>${felix.plugin.version}</version>
378 </dependency>
379 <dependency>
380 <groupId>org.apache.maven</groupId>
381 <artifactId>maven-plugin-api</artifactId>
382 <version>${maven.version}</version>
383 </dependency>
384 <dependency>
385 <groupId>org.apache.maven</groupId>
386 <artifactId>maven-project</artifactId>
387 <version>${maven.version}</version>
388 </dependency>
389 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000390 <groupId>org.springframework</groupId>
391 <artifactId>spring-aop</artifactId>
392 <version>${spring.version}</version>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000393 <exclusions>
394 <exclusion>
395 <groupId>org.aopalliance</groupId>
396 <artifactId>com.springsource.org.aopalliance</artifactId>
397 </exclusion>
398 </exclusions>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000399 </dependency>
400 <dependency>
401 <groupId>org.springframework</groupId>
402 <artifactId>spring-beans</artifactId>
403 <version>${spring.version}</version>
404 </dependency>
405 <dependency>
406 <groupId>org.springframework</groupId>
407 <artifactId>spring-core</artifactId>
408 <version>${spring.version}</version>
409 </dependency>
410 <dependency>
411 <groupId>org.springframework</groupId>
412 <artifactId>spring-context</artifactId>
413 <version>${spring.version}</version>
414 </dependency>
415 <dependency>
416 <groupId>org.springframework</groupId>
417 <artifactId>spring-test</artifactId>
418 <version>${spring.version}</version>
419 </dependency>
420 <dependency>
421 <groupId>org.springframework.osgi</groupId>
422 <artifactId>spring-osgi-core</artifactId>
423 <version>${spring.osgi.version}</version>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000424 <exclusions>
425 <exclusion>
426 <groupId>org.springframework</groupId>
427 <artifactId>org.springframework.aop</artifactId>
428 </exclusion>
429 <exclusion>
430 <groupId>org.springframework</groupId>
431 <artifactId>org.springframework.beans</artifactId>
432 </exclusion>
433 <exclusion>
434 <groupId>org.springframework</groupId>
435 <artifactId>org.springframework.context</artifactId>
436 </exclusion>
437 <exclusion>
438 <groupId>org.springframework</groupId>
439 <artifactId>org.springframework.core</artifactId>
440 </exclusion>
441 </exclusions>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000442 </dependency>
443 <dependency>
444 <groupId>org.springframework.osgi</groupId>
445 <artifactId>spring-osgi-io</artifactId>
446 <version>${spring.osgi.version}</version>
447 </dependency>
448 <dependency>
449 <groupId>org.springframework.osgi</groupId>
450 <artifactId>spring-osgi-extender</artifactId>
451 <version>${spring.osgi.version}</version>
452 </dependency>
453 <dependency>
454 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet99676532009-08-24 07:27:30 +0000455 <artifactId>spring-osgi-annotation</artifactId>
456 <version>${spring.osgi.version}</version>
457 </dependency>
458 <dependency>
459 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000460 <artifactId>spring-osgi-test</artifactId>
461 <version>${spring.osgi.version}</version>
462 <exclusions>
463 <exclusion>
464 <groupId>org.springframework.osgi</groupId>
465 <artifactId>asm.osgi</artifactId>
466 </exclusion>
467 <exclusion>
468 <groupId>org.junit</groupId>
469 <artifactId>com.springsource.junit</artifactId>
470 </exclusion>
471 <exclusion>
472 <groupId>org.objectweb.asm</groupId>
473 <artifactId>com.springsource.org.objectweb.asm</artifactId>
474 </exclusion>
475 </exclusions>
476 </dependency>
477 <dependency>
478 <groupId>org.springframework.osgi</groupId>
479 <artifactId>spring-osgi-extender</artifactId>
480 <version>${spring.osgi.version}</version>
481 </dependency>
482 <dependency>
483 <groupId>org.springframework.osgi</groupId>
484 <artifactId>spring-osgi-annotation</artifactId>
485 <version>${spring.osgi.version}</version>
486 </dependency>
487 <dependency>
488 <groupId>org.apache.mina</groupId>
489 <artifactId>mina-core</artifactId>
490 <version>${mina.version}</version>
491 </dependency>
492 <dependency>
493 <groupId>org.apache.servicemix.bundles</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000494 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
495 <version>${junit.version}</version>
496 </dependency>
497 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000498 <groupId>log4j</groupId>
499 <artifactId>log4j</artifactId>
500 <version>${log4j.version}</version>
501 </dependency>
502 <dependency>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000503 <groupId>jline</groupId>
504 <artifactId>jline</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000505 <version>${jline.version}</version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000506 </dependency>
507 <dependency>
508 <groupId>org.fusesource.jansi</groupId>
509 <artifactId>jansi</artifactId>
510 <version>${jansi.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000511 </dependency>
512 <dependency>
513 <groupId>commons-logging</groupId>
514 <artifactId>commons-logging</artifactId>
515 <version>${commons.logging.version}</version>
516 </dependency>
517 <dependency>
518 <groupId>org.apache.maven.artifact</groupId>
519 <artifactId>maven-artifact</artifactId>
520 <version>3.0-alpha-1</version>
521 </dependency>
522 <dependency>
523 <groupId>org.apache.servicemix.bundles</groupId>
524 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
525 <version>${commons.io.version}</version>
526 </dependency>
527 <dependency>
528 <groupId>org.apache.mina</groupId>
529 <artifactId>mina-core</artifactId>
530 <version>${mina.version}</version>
531 <exclusions>
532 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000533 <groupId>org.easymock</groupId>
534 <artifactId>easymock</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000535 </exclusion>
536 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000537 <groupId>org.easymock</groupId>
538 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000539 </exclusion>
540 </exclusions>
541 </dependency>
542 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000543 <groupId>org.slf4j</groupId>
544 <artifactId>slf4j-api</artifactId>
545 <version>1.4.3</version>
546 </dependency>
547 <dependency>
548 <groupId>org.slf4j</groupId>
549 <artifactId>slf4j-jdk14</artifactId>
550 <version>1.4.3</version>
551 </dependency>
552 <dependency>
553 <groupId>org.slf4j</groupId>
554 <artifactId>slf4j-nop</artifactId>
555 <version>1.4.3</version>
556 </dependency>
557 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000558 <groupId>org.ops4j.pax.logging</groupId>
559 <artifactId>pax-logging-api</artifactId>
560 <version>${pax.logging.version}</version>
561 </dependency>
562 <dependency>
563 <groupId>org.ops4j.pax.logging</groupId>
564 <artifactId>pax-logging-service</artifactId>
565 <version>${pax.logging.version}</version>
566 <exclusions>
567 <exclusion>
568 <groupId>log4j</groupId>
569 <artifactId>log4j</artifactId>
570 </exclusion>
571 </exclusions>
572 </dependency>
573 <dependency>
574 <groupId>org.ops4j.pax.url</groupId>
575 <artifactId>pax-url-mvn</artifactId>
576 <version>${pax.url.version}</version>
577 </dependency>
578 <dependency>
579 <groupId>org.ops4j.pax.url</groupId>
580 <artifactId>pax-url-wrap</artifactId>
581 <version>${pax.url.version}</version>
582 </dependency>
583 <dependency>
584 <groupId>org.apache.geronimo.specs</groupId>
585 <artifactId>geronimo-servlet_2.5_spec</artifactId>
586 <version>${geronimo.servlet.version}</version>
587 </dependency>
588 <dependency>
589 <groupId>org.apache.geronimo.specs</groupId>
590 <artifactId>geronimo-annotation_1.0_spec</artifactId>
591 <version>${geronimo.annotation.version}</version>
592 </dependency>
593 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000594 <groupId>org.easymock</groupId>
595 <artifactId>easymock</artifactId>
596 <version>${easymock.version}</version>
597 </dependency>
598 <dependency>
599 <groupId>org.apache.sshd</groupId>
600 <artifactId>sshd-core</artifactId>
601 <version>${sshd.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000602 </dependency>
603 <dependency>
604 <groupId>org.osgi</groupId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000605 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000606 <version>${osgi.jmx.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000607 </dependency>
Guillaume Nodet59061172009-04-29 16:35:06 +0000608 <dependency>
609 <groupId>org.ops4j.pax.exam</groupId>
610 <artifactId>pax-exam</artifactId>
611 <version>${pax.exam.version}</version>
612 </dependency>
613 <dependency>
614 <groupId>org.ops4j.pax.exam</groupId>
615 <artifactId>pax-exam-junit</artifactId>
616 <version>${pax.exam.version}</version>
617 </dependency>
618 <dependency>
619 <groupId>org.ops4j.pax.exam</groupId>
620 <artifactId>pax-exam-container-default</artifactId>
621 <version>${pax.exam.version}</version>
622 </dependency>
623 <dependency>
624 <groupId>org.ops4j.pax.exam</groupId>
625 <artifactId>pax-exam-junit-extender-impl</artifactId>
626 <version>${pax.exam.version}</version>
627 </dependency>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000628 <dependency>
629 <groupId>org.eclipse</groupId>
630 <artifactId>osgi</artifactId>
631 <version>${equinox.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000632 </dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000633 <dependency>
634 <groupId>javax.servlet</groupId>
635 <artifactId>servlet-api</artifactId>
636 <version>${servlet.api.version}</version>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000637 </dependency>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000638 <dependency>
Guillaume Nodet60dc3482009-09-14 13:13:16 +0000639 <groupId>org.apache.geronimo.blueprint</groupId>
640 <artifactId>geronimo-blueprint</artifactId>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000641 <version>${geronimo.blueprint.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000642 <exclusions>
643 <exclusion>
644 <groupId>org.apache.felix</groupId>
645 <artifactId>javax.servlet</artifactId>
646 </exclusion>
647 </exclusions>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000648 </dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000649 <dependency>
650 <groupId>org.apache.felix.gogo</groupId>
651 <artifactId>org.apache.felix.gogo.runtime</artifactId>
652 <version>${felix.gogo.version}</version>
653 </dependency>
654 <dependency>
655 <groupId>org.apache.felix.gogo</groupId>
656 <artifactId>org.apache.felix.gogo.commands</artifactId>
657 <version>${felix.gogo.version}</version>
658 </dependency>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000659 <dependency>
660 <groupId>org.ops4j.pax.runner</groupId>
661 <artifactId>pax-runner-no-jcl</artifactId>
662 <version>${pax.runner.version}</version>
663 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000664 </dependencies>
665 </dependencyManagement>
666
667 <build>
668 <defaultGoal>install</defaultGoal>
669
670 <pluginManagement>
671 <plugins>
672 <plugin>
673 <groupId>org.apache.maven.plugins</groupId>
674 <artifactId>maven-eclipse-plugin</artifactId>
675 <version>2.4</version>
676 <configuration>
677 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
678 <downloadSources>true</downloadSources>
679 <downloadJavadocs>true</downloadJavadocs>
680 </configuration>
681 </plugin>
682 <plugin>
683 <groupId>org.apache.maven.plugins</groupId>
684 <artifactId>maven-release-plugin</artifactId>
685 <version>2.0-beta-7</version>
686 <configuration>
687 <useReleaseProfile>false</useReleaseProfile>
Guillaume Nodet7398a722009-09-22 09:00:32 +0000688 <preparationGoals>clean install</preparationGoals>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000689 <goals>deploy</goals>
690 <arguments>-Prelease,deploy</arguments>
691 <autoVersionSubmodules>true</autoVersionSubmodules>
692 </configuration>
693 </plugin>
694 <plugin>
695 <groupId>org.apache.felix</groupId>
696 <artifactId>maven-bundle-plugin</artifactId>
697 <version>${felix.plugin.version}</version>
698 <extensions>true</extensions>
699 </plugin>
700 <plugin>
701 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000702 <artifactId>maven-idea-plugin</artifactId>
703 <version>2.1</version>
704 <configuration>
705 <downloadSources>true</downloadSources>
706 <downloadJavadocs>true</downloadJavadocs>
707 </configuration>
708 </plugin>
709 <plugin>
710 <groupId>org.apache.maven.plugins</groupId>
711 <artifactId>maven-surefire-plugin</artifactId>
712 <version>2.3.1</version>
713 </plugin>
714 <plugin>
715 <groupId>org.apache.maven.plugins</groupId>
716 <artifactId>maven-shade-plugin</artifactId>
717 <version>1.2</version>
718 </plugin>
719 <plugin>
720 <groupId>org.apache.maven.plugins</groupId>
721 <artifactId>maven-resources-plugin</artifactId>
722 <version>2.3</version>
723 </plugin>
724 <plugin>
725 <groupId>org.apache.servicemix.tooling</groupId>
726 <artifactId>depends-maven-plugin</artifactId>
727 <version>${depends.maven.plugin.version}</version>
728 </plugin>
729 <plugin>
730 <groupId>org.apache.maven.plugins</groupId>
731 <artifactId>maven-source-plugin</artifactId>
732 <version>2.0.4</version>
733 </plugin>
734 <plugin>
735 <groupId>org.apache.maven.plugins</groupId>
736 <artifactId>maven-assembly-plugin</artifactId>
737 <version>2.2-beta-3</version>
738 </plugin>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000739 <plugin>
740 <groupId>org.apache.maven.plugins</groupId>
741 <artifactId>maven-antrun-plugin</artifactId>
742 <version>1.2</version>
743 <dependencies>
744 <dependency>
745 <groupId>ant-contrib</groupId>
746 <artifactId>ant-contrib</artifactId>
747 <version>1.0b3</version>
748 </dependency>
749 <dependency>
750 <groupId>ant</groupId>
751 <artifactId>ant-optional</artifactId>
752 <version>1.5.3-1</version>
753 </dependency>
754 </dependencies>
755 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000756 </plugins>
757 </pluginManagement>
758 <plugins>
759 <plugin>
760 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet60dbfd72009-05-11 14:33:35 +0000761 <artifactId>maven-compiler-plugin</artifactId>
762 <version>2.0.2</version>
763 <configuration>
764 <source>1.5</source>
765 <target>1.5</target>
766 <maxmem>256M</maxmem>
767 <fork>${compiler.fork}</fork>
768 </configuration>
769 </plugin>
770 <plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000771 <artifactId>maven-remote-resources-plugin</artifactId>
772 <version>1.0</version>
773 <executions>
774 <execution>
775 <goals>
776 <goal>process</goal>
777 </goals>
778 <configuration>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000779 <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000780 <resourceBundles>
781 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
782 </resourceBundles>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000783 </configuration>
784 </execution>
785 </executions>
786 </plugin>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000787 <plugin>
788 <groupId>org.apache.maven.plugins</groupId>
789 <artifactId>maven-antrun-plugin</artifactId>
790 <executions>
791 <execution>
792 <id>copy-notice</id>
793 <phase>generate-resources</phase>
794 <configuration>
795 <tasks>
Guillaume Nodet6896d702009-09-22 09:11:12 +0000796 <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" />
Guillaume Nodete73545e2009-09-18 20:25:06 +0000797 </tasks>
798 </configuration>
799 <goals>
800 <goal>run</goal>
801 </goals>
802 </execution>
803 </executions>
804 </plugin>
805 <plugin>
806 <groupId>org.apache.maven.plugins</groupId>
807 <artifactId>maven-resources-plugin</artifactId>
808 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000809 </plugins>
810 </build>
811
812 <reporting>
813 <plugins>
814 <plugin>
815 <groupId>org.apache.maven.plugins</groupId>
816 <artifactId>maven-javadoc-plugin</artifactId>
817 <version>2.3</version>
818 </plugin>
819 <plugin>
820 <groupId>org.apache.maven.plugins</groupId>
821 <artifactId>maven-jxr-plugin</artifactId>
822 <version>2.0</version>
823 </plugin>
824 </plugins>
825 </reporting>
826
827 <profiles>
828 <profile>
829 <id>fastinstall</id>
830 <properties>
831 <maven.test.skip>true</maven.test.skip>
832 </properties>
833 </profile>
834 <profile>
835 <id>rat</id>
836 <build>
837 <plugins>
838 <plugin>
839 <groupId>org.codehaus.mojo</groupId>
840 <artifactId>rat-maven-plugin</artifactId>
841 <version>1.0-alpha-3</version>
842 <executions>
843 <execution>
844 <phase>verify</phase>
845 <goals>
846 <goal>check</goal>
847 </goals>
848 </execution>
849 </executions>
850 <configuration>
851 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
852 <excludes>
853 <exclude>**/target/**/*</exclude>
854 <!-- IDEA files -->
855 <exclude>**/*.iml</exclude>
856 <exclude>**/*.ipr</exclude>
857 <exclude>**/*.iws</exclude>
858 <!-- Eclipse files -->
859 <exclude>**/.*</exclude>
860 <exclude>**/eclipse-classes/**/*</exclude>
861 <exclude>**/dependency-reduced-pom.xml</exclude>
862 </excludes>
863 </configuration>
864 </plugin>
865 </plugins>
866 </build>
867 </profile>
868 <profile>
869 <id>release</id>
870 <build>
871 <plugins>
872 <!-- We want to deploy the artifact to a staging location for perusal -->
873 <plugin>
874 <inherited>true</inherited>
875 <artifactId>maven-deploy-plugin</artifactId>
876 <version>2.3</version>
877 <configuration>
878 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
879 <updateReleaseInfo>true</updateReleaseInfo>
880 </configuration>
881 </plugin>
882 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
883 <plugin>
884 <artifactId>maven-gpg-plugin</artifactId>
885 <version>1.0-alpha-4</version>
886 <executions>
887 <execution>
888 <goals>
889 <goal>sign</goal>
890 </goals>
891 </execution>
892 </executions>
893 </plugin>
Guillaume Nodet20d57732009-09-21 19:29:37 +0000894 <plugin>
895 <groupId>org.apache.maven.plugins</groupId>
896 <artifactId>maven-assembly-plugin</artifactId>
897 <executions>
898 <execution>
899 <id>make-assembly</id>
900 <phase>none</phase>
901 </execution>
902 </executions>
903 </plugin>
904 <plugin>
905 <groupId>org.codehaus.mojo</groupId>
906 <artifactId>build-helper-maven-plugin</artifactId>
907 <executions>
908 <execution>
909 <id>attach-assemblies</id>
910 <phase>none</phase>
911 </execution>
912 </executions>
913 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000914 </plugins>
915 </build>
916 </profile>
917 <profile>
918 <id>setup.eclipse</id>
919 <modules>
920 <module>assembly</module>
921 </modules>
922 <properties>
923 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
924 </properties>
925 <build>
926 <defaultGoal>eclipse:eclipse</defaultGoal>
927 <plugins>
928 <plugin>
929 <groupId>org.apache.maven.plugins</groupId>
930 <artifactId>maven-eclipse-plugin</artifactId>
931 <inherited>false</inherited>
932 <executions>
933 <execution>
934 <id>setup.eclipse.workspace</id>
935 <phase>process-test-sources</phase>
936 <goals>
937 <goal>add-maven-repo</goal>
938 </goals>
939 <configuration>
940 <workspace>${eclipse.workspace.dir}</workspace>
941 </configuration>
942 </execution>
943 </executions>
944 </plugin>
945 </plugins>
946 </build>
947 </profile>
948 <profile>
949 <id>deploy</id>
950 <properties>
951 <createSourcesJar>true</createSourcesJar>
952 </properties>
953 <build>
954 <defaultGoal>deploy</defaultGoal>
955 <plugins>
956 <plugin>
957 <groupId>org.apache.maven.plugins</groupId>
958 <artifactId>maven-source-plugin</artifactId>
959 <version>2.0.4</version>
960 <executions>
961 <execution>
962 <id>attach-sources</id>
963 <goals>
964 <goal>jar</goal>
965 </goals>
966 </execution>
967 </executions>
968 </plugin>
969 <plugin>
970 <groupId>org.apache.maven.plugins</groupId>
971 <artifactId>maven-javadoc-plugin</artifactId>
972 <version>2.4</version>
973 <configuration>
974 <source>1.5</source>
975 </configuration>
976 <executions>
977 <execution>
978 <id>attach-javadocs</id>
979 <goals>
980 <goal>jar</goal>
981 </goals>
982 </execution>
983 </executions>
984 </plugin>
985 </plugins>
986 </build>
987 </profile>
988 </profiles>
989
990</project>