blob: 26b9f2dec015b3af74b004e8a98dd4991f7a48a3 [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 Nodet8544c0f2009-10-15 12:51:01 +000026 <version>1.2.1</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 Nodet1432d502009-11-27 12:32:26 +000032 <version>1.3.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 Nodet8c0c8eb2009-10-22 18:01:48 +000039 <module>admin</module>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000040 <module>deployer</module>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +000041 <module>shell</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000042 <module>jaas</module>
43 <module>client</module>
44 <module>management</module>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000045 <module>webconsole</module>
Guillaume Nodetf06efd92009-10-16 09:35:27 +000046 <module>manual</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000047 <module>assembly</module>
48 <module>demos</module>
Guillaume Nodet751a4872009-08-17 20:22:49 +000049 <module>itests</module>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000050 <module>tooling</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000051 </modules>
52
53 <scm>
Guillaume Nodet1432d502009-11-27 12:32:26 +000054 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
55 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
56 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000057 </scm>
58
59 <issueManagement>
60 <system>jira</system>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000061 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000062 </issueManagement>
63
64 <prerequisites>
65 <maven>2.0.7</maven>
66 </prerequisites>
67
68 <properties>
Chris Custine4a3018b2009-11-06 04:09:08 +000069 <aopalliance.version>1.0_3</aopalliance.version>
70 <cglib.version>2.1_3_4</cglib.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000071 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000072 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
73 <easymock.version>2.4</easymock.version>
Chris Custine43f284a2009-10-26 08:54:34 +000074 <equinox.version>3.5.1.v20090827</equinox.version>
Guillaume Nodet56ee6922009-04-28 21:28:02 +000075 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000076 <felix.compendium.version>1.2.0</felix.compendium.version>
Guillaume Nodet08f445f2009-09-08 13:25:47 +000077 <felix.configadmin.version>1.2.4</felix.configadmin.version>
Chris Custine5ec760a2009-12-09 05:40:37 +000078 <felix.fileinstall.version>2.0.5-SNAPSHOT</felix.fileinstall.version>
Guillaume Nodet62c174d2009-10-19 18:31:05 +000079 <felix.framework.version>2.0.1</felix.framework.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +000080 <felix.gogo.version>0.2.2</felix.gogo.version>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +000081 <felix.osgi.version>1.4.0</felix.osgi.version>
Chris Custine74789eb2009-11-14 19:56:18 +000082 <felix.plugin.version>2.0.1</felix.plugin.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000083 <felix.prefs.version>1.0.2</felix.prefs.version>
Guillaume Nodet2c5b2f62009-10-15 12:51:48 +000084 <felix.webconsole.version>2.0.0</felix.webconsole.version>
Guillaume Nodet75848652009-06-11 08:36:21 +000085 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +000086 <geronimo.blueprint.version>1.0.0</geronimo.blueprint.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000087 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +000088 <jansi.version>1.1</jansi.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +000089 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000090 <junit.version>3.8.2_1</junit.version>
Chris Custined6b46522009-10-26 08:37:06 +000091 <jline.version>0.9.95-20091026.080844</jline.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000092 <log4j.version>1.2.14</log4j.version>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000093 <maven.version>2.0.9</maven.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +000094 <mina.version>2.0.0-RC1</mina.version>
Guillaume Nodet0f4abbf2009-10-15 18:41:10 +000095 <pax.exam.version>1.1.0</pax.exam.version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +000096 <pax.logging.version>1.4</pax.logging.version>
Guillaume Nodet0f4abbf2009-10-15 18:41:10 +000097 <pax.runner.version>1.2.1</pax.runner.version>
Guillaume Nodet30916382009-10-16 09:44:52 +000098 <pax.url.version>1.1.2</pax.url.version>
Guillaume Nodet2f2aecc2009-10-15 19:22:38 +000099 <pax.web.version>0.7.1</pax.web.version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000100 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +0000101 <spring.osgi.version>1.2.0</spring.osgi.version>
102 <spring.version>2.5.6.SEC01</spring.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +0000103 <sshd.version>0.3.0</sshd.version>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000104 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000105
106 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000107 <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +0000108 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000109 </properties>
110
111 <repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000112 <!-- Apache snapshots -->
113 <repository>
114 <id>apache-snapshots</id>
115 <name>Apache Snapshots Repository</name>
116 <url>http://repository.apache.org/content/groups/snapshots-group</url>
117 <releases>
118 <enabled>false</enabled>
119 </releases>
120 <snapshots>
121 <enabled>true</enabled>
122 </snapshots>
123 </repository>
124 <!-- ServiceMix repo -->
125 <repository>
126 <id>servicemix</id>
127 <name>Apache ServiceMix Repository</name>
128 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
129 <releases>
130 <enabled>true</enabled>
131 </releases>
132 <snapshots>
133 <enabled>false</enabled>
134 </snapshots>
135 </repository>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000136 <repository>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000137 <id>jansi.release.m2</id>
138 <name>jansi Release Repository</name>
139 <url>http://jansi.fusesource.org/repo/release</url>
140 <snapshots>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000141 <enabled>false</enabled>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000142 </snapshots>
143 <releases>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000144 <enabled>true</enabled>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000145 </releases>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000146 </repository>
147 </repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000148
149 <dependencyManagement>
150 <dependencies>
151 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000152 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet20e01152009-10-15 21:01:09 +0000153 <artifactId>manual</artifactId>
154 <type>pdf</type>
155 <version>${pom.version}</version>
156 </dependency>
157 <dependency>
158 <groupId>org.apache.felix.karaf</groupId>
159 <artifactId>manual</artifactId>
160 <type>html</type>
161 <version>${pom.version}</version>
162 </dependency>
163 <dependency>
164 <groupId>org.apache.felix.karaf</groupId>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000165 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000166 <version>${pom.version}</version>
167 </dependency>
168 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000169 <groupId>org.apache.felix.karaf</groupId>
170 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000171 <version>${pom.version}</version>
172 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000173 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000174 <groupId>org.apache.felix.karaf.deployer</groupId>
175 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000176 <version>${pom.version}</version>
177 </dependency>
178 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000179 <groupId>org.apache.felix.karaf.deployer</groupId>
180 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000181 <version>${pom.version}</version>
182 </dependency>
183 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000184 <groupId>org.apache.felix.karaf.deployer</groupId>
185 <artifactId>org.apache.felix.karaf.deployer.features</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.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000191 <version>${pom.version}</version>
192 </dependency>
193 <dependency>
Guillaume Nodet3daf0b52009-10-30 11:41:19 +0000194 <groupId>org.apache.felix.karaf.demos</groupId>
195 <artifactId>demos</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000196 <version>${pom.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000197 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000198 <dependency>
Guillaume Nodete692a962009-08-07 09:55:51 +0000199 <groupId>org.apache.felix.karaf.features</groupId>
200 <artifactId>org.apache.felix.karaf.features.core</artifactId>
201 <version>${pom.version}</version>
202 </dependency>
203 <dependency>
204 <groupId>org.apache.felix.karaf.features</groupId>
205 <artifactId>org.apache.felix.karaf.features.command</artifactId>
206 <version>${pom.version}</version>
207 </dependency>
208 <dependency>
209 <groupId>org.apache.felix.karaf.features</groupId>
210 <artifactId>org.apache.felix.karaf.features.management</artifactId>
211 <version>${pom.version}</version>
212 </dependency>
213 <dependency>
Guillaume Nodet8c0c8eb2009-10-22 18:01:48 +0000214 <groupId>org.apache.felix.karaf.admin</groupId>
215 <artifactId>org.apache.felix.karaf.admin.core</artifactId>
216 <version>${pom.version}</version>
217 </dependency>
218 <dependency>
219 <groupId>org.apache.felix.karaf.admin</groupId>
220 <artifactId>org.apache.felix.karaf.admin.command</artifactId>
221 <version>${pom.version}</version>
222 </dependency>
223 <dependency>
224 <groupId>org.apache.felix.karaf.admin</groupId>
225 <artifactId>org.apache.felix.karaf.admin.management</artifactId>
226 <version>${pom.version}</version>
227 </dependency>
228 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000229 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000230 <artifactId>org.apache.felix.karaf.shell.console</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000231 <version>${pom.version}</version>
232 </dependency>
233 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000234 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000235 <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000236 <version>${pom.version}</version>
237 </dependency>
238 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000239 <groupId>org.apache.felix.karaf.shell</groupId>
240 <artifactId>org.apache.felix.karaf.shell.osgi</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000241 <version>${pom.version}</version>
242 </dependency>
243 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000244 <groupId>org.apache.felix.karaf.shell</groupId>
245 <artifactId>org.apache.felix.karaf.shell.log</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000246 <version>${pom.version}</version>
247 </dependency>
248 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000249 <groupId>org.apache.felix.karaf.shell</groupId>
250 <artifactId>org.apache.felix.karaf.shell.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000251 <version>${pom.version}</version>
252 </dependency>
253 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000254 <groupId>org.apache.felix.karaf.shell</groupId>
255 <artifactId>org.apache.felix.karaf.shell.packages</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000256 <version>${pom.version}</version>
257 </dependency>
258 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000259 <groupId>org.apache.felix.karaf.shell</groupId>
260 <artifactId>org.apache.felix.karaf.shell.ssh</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000261 <version>${pom.version}</version>
262 </dependency>
263 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000264 <groupId>org.apache.felix.karaf.shell</groupId>
265 <artifactId>org.apache.felix.karaf.shell.commands</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000266 <version>${pom.version}</version>
267 </dependency>
268 <dependency>
Gert Vanthienend52c71a2009-12-04 15:49:54 +0000269 <groupId>org.apache.felix.karaf.shell</groupId>
270 <artifactId>org.apache.felix.karaf.shell.dev</artifactId>
271 <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.boot</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.jaas</groupId>
280 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000281 <version>${pom.version}</version>
282 </dependency>
283 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000284 <groupId>org.apache.felix.karaf.jaas</groupId>
285 <artifactId>org.apache.felix.karaf.jaas.modules</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.demos</groupId>
Guillaume Nodet3daf0b52009-10-30 11:41:19 +0000290 <artifactId>web</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000291 <version>${pom.version}</version>
292 </dependency>
293 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000294 <groupId>org.apache.felix.karaf</groupId>
295 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000296 <version>${pom.version}</version>
297 </dependency>
298 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000299 <groupId>org.apache.felix.karaf</groupId>
300 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000301 <type>zip</type>
302 <version>${pom.version}</version>
303 </dependency>
304 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000305 <groupId>org.apache.felix.karaf</groupId>
306 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetcbb5cb52009-04-30 07:04:50 +0000307 <classifier>features</classifier>
308 <type>xml</type>
309 <version>${pom.version}</version>
310 </dependency>
311 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000312 <groupId>org.apache.felix</groupId>
313 <artifactId>org.apache.felix.framework</artifactId>
314 <version>${felix.framework.version}</version>
315 <exclusions>
316 <exclusion>
317 <groupId>org.apache.felix</groupId>
318 <artifactId>org.osgi.compendium</artifactId>
319 </exclusion>
320 </exclusions>
321 </dependency>
322 <dependency>
323 <groupId>org.apache.felix</groupId>
324 <artifactId>org.osgi.compendium</artifactId>
325 <version>${felix.compendium.version}</version>
326 <exclusions>
327 <exclusion>
328 <groupId>org.apache.felix</groupId>
329 <artifactId>org.osgi.foundation</artifactId>
330 </exclusion>
331 <exclusion>
332 <groupId>org.apache.felix</groupId>
333 <artifactId>javax.servlet</artifactId>
334 </exclusion>
335 </exclusions>
336 </dependency>
337 <dependency>
338 <groupId>org.apache.felix</groupId>
339 <artifactId>org.osgi.core</artifactId>
340 <version>${felix.osgi.version}</version>
341 </dependency>
342 <dependency>
343 <groupId>org.apache.felix</groupId>
344 <artifactId>org.apache.felix.configadmin</artifactId>
345 <version>${felix.configadmin.version}</version>
346 </dependency>
347 <dependency>
348 <groupId>org.apache.felix</groupId>
349 <artifactId>org.apache.felix.prefs</artifactId>
350 <version>${felix.prefs.version}</version>
351 </dependency>
352 <dependency>
353 <groupId>org.apache.felix</groupId>
354 <artifactId>org.apache.felix.bundlerepository</artifactId>
355 <version>${felix.bundlerepository.version}</version>
356 <exclusions>
357 <exclusion>
358 <groupId>org.apache.felix</groupId>
359 <artifactId>org.osgi.service.obr</artifactId>
360 </exclusion>
361 <exclusion>
362 <groupId>org.apache.felix</groupId>
363 <artifactId>org.apache.felix.shell</artifactId>
364 </exclusion>
365 <exclusion>
366 <groupId>net.sf.kxml</groupId>
367 <artifactId>kxml2</artifactId>
368 </exclusion>
369 </exclusions>
370 </dependency>
371 <dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000372 <groupId>org.apache.felix</groupId>
Guillaume Nodetace13292009-06-18 21:05:47 +0000373 <artifactId>org.apache.felix.metatype</artifactId>
374 <version>${felix.metatype.version}</version>
375 </dependency>
376 <dependency>
377 <groupId>org.apache.felix</groupId>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000378 <artifactId>org.apache.felix.webconsole</artifactId>
379 <version>${felix.webconsole.version}</version>
380 </dependency>
381 <dependency>
Guillaume Nodet75848652009-06-11 08:36:21 +0000382 <groupId>org.apache.felix</groupId>
Guillaume Nodetdce21f42009-08-31 07:19:00 +0000383 <artifactId>org.apache.felix.fileinstall</artifactId>
384 <version>${felix.fileinstall.version}</version>
Guillaume Nodet75848652009-06-11 08:36:21 +0000385 </dependency>
386 <dependency>
Gert Vanthienencdec0a22009-06-16 07:05:38 +0000387 <groupId>org.apache.felix</groupId>
388 <artifactId>maven-bundle-plugin</artifactId>
389 <version>${felix.plugin.version}</version>
390 </dependency>
391 <dependency>
392 <groupId>org.apache.maven</groupId>
393 <artifactId>maven-plugin-api</artifactId>
394 <version>${maven.version}</version>
395 </dependency>
396 <dependency>
397 <groupId>org.apache.maven</groupId>
398 <artifactId>maven-project</artifactId>
399 <version>${maven.version}</version>
400 </dependency>
401 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000402 <groupId>org.springframework</groupId>
403 <artifactId>spring-aop</artifactId>
404 <version>${spring.version}</version>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000405 <exclusions>
406 <exclusion>
407 <groupId>org.aopalliance</groupId>
408 <artifactId>com.springsource.org.aopalliance</artifactId>
409 </exclusion>
410 </exclusions>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000411 </dependency>
412 <dependency>
413 <groupId>org.springframework</groupId>
414 <artifactId>spring-beans</artifactId>
415 <version>${spring.version}</version>
416 </dependency>
417 <dependency>
418 <groupId>org.springframework</groupId>
419 <artifactId>spring-core</artifactId>
420 <version>${spring.version}</version>
421 </dependency>
422 <dependency>
423 <groupId>org.springframework</groupId>
424 <artifactId>spring-context</artifactId>
425 <version>${spring.version}</version>
426 </dependency>
427 <dependency>
428 <groupId>org.springframework</groupId>
429 <artifactId>spring-test</artifactId>
430 <version>${spring.version}</version>
431 </dependency>
432 <dependency>
433 <groupId>org.springframework.osgi</groupId>
434 <artifactId>spring-osgi-core</artifactId>
435 <version>${spring.osgi.version}</version>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000436 <exclusions>
437 <exclusion>
438 <groupId>org.springframework</groupId>
439 <artifactId>org.springframework.aop</artifactId>
440 </exclusion>
441 <exclusion>
442 <groupId>org.springframework</groupId>
443 <artifactId>org.springframework.beans</artifactId>
444 </exclusion>
445 <exclusion>
446 <groupId>org.springframework</groupId>
447 <artifactId>org.springframework.context</artifactId>
448 </exclusion>
449 <exclusion>
450 <groupId>org.springframework</groupId>
451 <artifactId>org.springframework.core</artifactId>
452 </exclusion>
453 </exclusions>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000454 </dependency>
455 <dependency>
456 <groupId>org.springframework.osgi</groupId>
457 <artifactId>spring-osgi-io</artifactId>
458 <version>${spring.osgi.version}</version>
459 </dependency>
460 <dependency>
461 <groupId>org.springframework.osgi</groupId>
462 <artifactId>spring-osgi-extender</artifactId>
463 <version>${spring.osgi.version}</version>
464 </dependency>
465 <dependency>
466 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet99676532009-08-24 07:27:30 +0000467 <artifactId>spring-osgi-annotation</artifactId>
468 <version>${spring.osgi.version}</version>
469 </dependency>
470 <dependency>
471 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000472 <artifactId>spring-osgi-test</artifactId>
473 <version>${spring.osgi.version}</version>
474 <exclusions>
475 <exclusion>
476 <groupId>org.springframework.osgi</groupId>
477 <artifactId>asm.osgi</artifactId>
478 </exclusion>
479 <exclusion>
480 <groupId>org.junit</groupId>
481 <artifactId>com.springsource.junit</artifactId>
482 </exclusion>
483 <exclusion>
484 <groupId>org.objectweb.asm</groupId>
485 <artifactId>com.springsource.org.objectweb.asm</artifactId>
486 </exclusion>
487 </exclusions>
488 </dependency>
489 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000490 <groupId>org.apache.servicemix.bundles</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000491 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
492 <version>${junit.version}</version>
493 </dependency>
494 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000495 <groupId>log4j</groupId>
496 <artifactId>log4j</artifactId>
497 <version>${log4j.version}</version>
498 </dependency>
499 <dependency>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000500 <groupId>jline</groupId>
501 <artifactId>jline</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000502 <version>${jline.version}</version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000503 </dependency>
504 <dependency>
505 <groupId>org.fusesource.jansi</groupId>
506 <artifactId>jansi</artifactId>
507 <version>${jansi.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000508 </dependency>
509 <dependency>
510 <groupId>commons-logging</groupId>
511 <artifactId>commons-logging</artifactId>
512 <version>${commons.logging.version}</version>
513 </dependency>
514 <dependency>
515 <groupId>org.apache.maven.artifact</groupId>
516 <artifactId>maven-artifact</artifactId>
517 <version>3.0-alpha-1</version>
518 </dependency>
519 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000520 <groupId>org.apache.mina</groupId>
521 <artifactId>mina-core</artifactId>
522 <version>${mina.version}</version>
523 <exclusions>
524 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000525 <groupId>org.easymock</groupId>
526 <artifactId>easymock</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000527 </exclusion>
528 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000529 <groupId>org.easymock</groupId>
530 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000531 </exclusion>
532 </exclusions>
533 </dependency>
534 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000535 <groupId>org.slf4j</groupId>
536 <artifactId>slf4j-api</artifactId>
537 <version>1.4.3</version>
538 </dependency>
539 <dependency>
540 <groupId>org.slf4j</groupId>
541 <artifactId>slf4j-jdk14</artifactId>
542 <version>1.4.3</version>
543 </dependency>
544 <dependency>
545 <groupId>org.slf4j</groupId>
546 <artifactId>slf4j-nop</artifactId>
547 <version>1.4.3</version>
548 </dependency>
549 <dependency>
Guillaume Nodet3daf0b52009-10-30 11:41:19 +0000550 <groupId>org.slf4j</groupId>
551 <artifactId>slf4j-simple</artifactId>
552 <version>1.4.3</version>
553 </dependency>
554 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000555 <groupId>org.ops4j.pax.logging</groupId>
556 <artifactId>pax-logging-api</artifactId>
557 <version>${pax.logging.version}</version>
558 </dependency>
559 <dependency>
560 <groupId>org.ops4j.pax.logging</groupId>
561 <artifactId>pax-logging-service</artifactId>
562 <version>${pax.logging.version}</version>
563 <exclusions>
564 <exclusion>
565 <groupId>log4j</groupId>
566 <artifactId>log4j</artifactId>
567 </exclusion>
568 </exclusions>
569 </dependency>
570 <dependency>
571 <groupId>org.ops4j.pax.url</groupId>
572 <artifactId>pax-url-mvn</artifactId>
573 <version>${pax.url.version}</version>
574 </dependency>
575 <dependency>
576 <groupId>org.ops4j.pax.url</groupId>
577 <artifactId>pax-url-wrap</artifactId>
578 <version>${pax.url.version}</version>
579 </dependency>
580 <dependency>
581 <groupId>org.apache.geronimo.specs</groupId>
582 <artifactId>geronimo-servlet_2.5_spec</artifactId>
583 <version>${geronimo.servlet.version}</version>
584 </dependency>
585 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000586 <groupId>org.easymock</groupId>
587 <artifactId>easymock</artifactId>
588 <version>${easymock.version}</version>
589 </dependency>
590 <dependency>
591 <groupId>org.apache.sshd</groupId>
592 <artifactId>sshd-core</artifactId>
593 <version>${sshd.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000594 </dependency>
595 <dependency>
596 <groupId>org.osgi</groupId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000597 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000598 <version>${osgi.jmx.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000599 </dependency>
Guillaume Nodet59061172009-04-29 16:35:06 +0000600 <dependency>
601 <groupId>org.ops4j.pax.exam</groupId>
602 <artifactId>pax-exam</artifactId>
603 <version>${pax.exam.version}</version>
604 </dependency>
605 <dependency>
606 <groupId>org.ops4j.pax.exam</groupId>
607 <artifactId>pax-exam-junit</artifactId>
608 <version>${pax.exam.version}</version>
609 </dependency>
610 <dependency>
611 <groupId>org.ops4j.pax.exam</groupId>
612 <artifactId>pax-exam-container-default</artifactId>
613 <version>${pax.exam.version}</version>
614 </dependency>
615 <dependency>
616 <groupId>org.ops4j.pax.exam</groupId>
617 <artifactId>pax-exam-junit-extender-impl</artifactId>
618 <version>${pax.exam.version}</version>
619 </dependency>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000620 <dependency>
621 <groupId>org.eclipse</groupId>
622 <artifactId>osgi</artifactId>
623 <version>${equinox.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000624 </dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000625 <dependency>
626 <groupId>javax.servlet</groupId>
627 <artifactId>servlet-api</artifactId>
628 <version>${servlet.api.version}</version>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000629 </dependency>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000630 <dependency>
Guillaume Nodet60dc3482009-09-14 13:13:16 +0000631 <groupId>org.apache.geronimo.blueprint</groupId>
632 <artifactId>geronimo-blueprint</artifactId>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000633 <version>${geronimo.blueprint.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000634 <exclusions>
635 <exclusion>
636 <groupId>org.apache.felix</groupId>
637 <artifactId>javax.servlet</artifactId>
638 </exclusion>
639 </exclusions>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000640 </dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000641 <dependency>
642 <groupId>org.apache.felix.gogo</groupId>
643 <artifactId>org.apache.felix.gogo.runtime</artifactId>
644 <version>${felix.gogo.version}</version>
645 </dependency>
646 <dependency>
647 <groupId>org.apache.felix.gogo</groupId>
648 <artifactId>org.apache.felix.gogo.commands</artifactId>
649 <version>${felix.gogo.version}</version>
650 </dependency>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000651 <dependency>
652 <groupId>org.ops4j.pax.runner</groupId>
653 <artifactId>pax-runner-no-jcl</artifactId>
654 <version>${pax.runner.version}</version>
655 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000656 </dependencies>
657 </dependencyManagement>
658
659 <build>
660 <defaultGoal>install</defaultGoal>
661
662 <pluginManagement>
663 <plugins>
664 <plugin>
665 <groupId>org.apache.maven.plugins</groupId>
666 <artifactId>maven-eclipse-plugin</artifactId>
667 <version>2.4</version>
668 <configuration>
669 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
670 <downloadSources>true</downloadSources>
671 <downloadJavadocs>true</downloadJavadocs>
672 </configuration>
673 </plugin>
674 <plugin>
675 <groupId>org.apache.maven.plugins</groupId>
676 <artifactId>maven-release-plugin</artifactId>
677 <version>2.0-beta-7</version>
678 <configuration>
679 <useReleaseProfile>false</useReleaseProfile>
Guillaume Nodet7398a722009-09-22 09:00:32 +0000680 <preparationGoals>clean install</preparationGoals>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000681 <goals>deploy</goals>
682 <arguments>-Prelease,deploy</arguments>
683 <autoVersionSubmodules>true</autoVersionSubmodules>
684 </configuration>
685 </plugin>
686 <plugin>
687 <groupId>org.apache.felix</groupId>
688 <artifactId>maven-bundle-plugin</artifactId>
689 <version>${felix.plugin.version}</version>
690 <extensions>true</extensions>
691 </plugin>
692 <plugin>
693 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000694 <artifactId>maven-idea-plugin</artifactId>
695 <version>2.1</version>
696 <configuration>
697 <downloadSources>true</downloadSources>
698 <downloadJavadocs>true</downloadJavadocs>
699 </configuration>
700 </plugin>
701 <plugin>
702 <groupId>org.apache.maven.plugins</groupId>
703 <artifactId>maven-surefire-plugin</artifactId>
704 <version>2.3.1</version>
705 </plugin>
706 <plugin>
707 <groupId>org.apache.maven.plugins</groupId>
708 <artifactId>maven-shade-plugin</artifactId>
709 <version>1.2</version>
710 </plugin>
711 <plugin>
712 <groupId>org.apache.maven.plugins</groupId>
713 <artifactId>maven-resources-plugin</artifactId>
714 <version>2.3</version>
715 </plugin>
716 <plugin>
717 <groupId>org.apache.servicemix.tooling</groupId>
718 <artifactId>depends-maven-plugin</artifactId>
719 <version>${depends.maven.plugin.version}</version>
720 </plugin>
721 <plugin>
722 <groupId>org.apache.maven.plugins</groupId>
723 <artifactId>maven-source-plugin</artifactId>
724 <version>2.0.4</version>
725 </plugin>
726 <plugin>
727 <groupId>org.apache.maven.plugins</groupId>
728 <artifactId>maven-assembly-plugin</artifactId>
729 <version>2.2-beta-3</version>
730 </plugin>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000731 <plugin>
732 <groupId>org.apache.maven.plugins</groupId>
733 <artifactId>maven-antrun-plugin</artifactId>
734 <version>1.2</version>
735 <dependencies>
736 <dependency>
737 <groupId>ant-contrib</groupId>
738 <artifactId>ant-contrib</artifactId>
739 <version>1.0b3</version>
740 </dependency>
741 <dependency>
742 <groupId>ant</groupId>
743 <artifactId>ant-optional</artifactId>
744 <version>1.5.3-1</version>
745 </dependency>
Guillaume Nodetf06efd92009-10-16 09:35:27 +0000746 <dependency>
747 <groupId>org.ccil.cowan.tagsoup</groupId>
748 <artifactId>tagsoup</artifactId>
749 <version>1.2</version>
750 </dependency>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000751 </dependencies>
752 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000753 </plugins>
754 </pluginManagement>
755 <plugins>
756 <plugin>
757 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet60dbfd72009-05-11 14:33:35 +0000758 <artifactId>maven-compiler-plugin</artifactId>
759 <version>2.0.2</version>
760 <configuration>
761 <source>1.5</source>
762 <target>1.5</target>
763 <maxmem>256M</maxmem>
764 <fork>${compiler.fork}</fork>
765 </configuration>
766 </plugin>
767 <plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000768 <artifactId>maven-remote-resources-plugin</artifactId>
Chris Custine74789eb2009-11-14 19:56:18 +0000769 <version>1.1</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000770 <executions>
771 <execution>
772 <goals>
773 <goal>process</goal>
774 </goals>
775 <configuration>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000776 <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000777 <resourceBundles>
778 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
779 </resourceBundles>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000780 </configuration>
781 </execution>
782 </executions>
783 </plugin>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000784 <plugin>
785 <groupId>org.apache.maven.plugins</groupId>
786 <artifactId>maven-antrun-plugin</artifactId>
787 <executions>
788 <execution>
789 <id>copy-notice</id>
790 <phase>generate-resources</phase>
791 <configuration>
792 <tasks>
Guillaume Nodet6896d702009-09-22 09:11:12 +0000793 <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" />
Guillaume Nodete73545e2009-09-18 20:25:06 +0000794 </tasks>
795 </configuration>
796 <goals>
797 <goal>run</goal>
798 </goals>
799 </execution>
800 </executions>
801 </plugin>
802 <plugin>
803 <groupId>org.apache.maven.plugins</groupId>
804 <artifactId>maven-resources-plugin</artifactId>
805 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000806 </plugins>
807 </build>
808
809 <reporting>
810 <plugins>
811 <plugin>
812 <groupId>org.apache.maven.plugins</groupId>
813 <artifactId>maven-javadoc-plugin</artifactId>
814 <version>2.3</version>
815 </plugin>
816 <plugin>
817 <groupId>org.apache.maven.plugins</groupId>
818 <artifactId>maven-jxr-plugin</artifactId>
819 <version>2.0</version>
820 </plugin>
821 </plugins>
822 </reporting>
823
824 <profiles>
825 <profile>
826 <id>fastinstall</id>
827 <properties>
828 <maven.test.skip>true</maven.test.skip>
829 </properties>
830 </profile>
831 <profile>
832 <id>rat</id>
833 <build>
834 <plugins>
835 <plugin>
836 <groupId>org.codehaus.mojo</groupId>
837 <artifactId>rat-maven-plugin</artifactId>
838 <version>1.0-alpha-3</version>
839 <executions>
840 <execution>
841 <phase>verify</phase>
842 <goals>
843 <goal>check</goal>
844 </goals>
845 </execution>
846 </executions>
847 <configuration>
848 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
849 <excludes>
850 <exclude>**/target/**/*</exclude>
851 <!-- IDEA files -->
852 <exclude>**/*.iml</exclude>
853 <exclude>**/*.ipr</exclude>
854 <exclude>**/*.iws</exclude>
855 <!-- Eclipse files -->
856 <exclude>**/.*</exclude>
857 <exclude>**/eclipse-classes/**/*</exclude>
858 <exclude>**/dependency-reduced-pom.xml</exclude>
859 </excludes>
860 </configuration>
861 </plugin>
862 </plugins>
863 </build>
864 </profile>
865 <profile>
866 <id>release</id>
867 <build>
868 <plugins>
869 <!-- We want to deploy the artifact to a staging location for perusal -->
870 <plugin>
871 <inherited>true</inherited>
872 <artifactId>maven-deploy-plugin</artifactId>
873 <version>2.3</version>
874 <configuration>
875 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
876 <updateReleaseInfo>true</updateReleaseInfo>
877 </configuration>
878 </plugin>
879 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
880 <plugin>
881 <artifactId>maven-gpg-plugin</artifactId>
882 <version>1.0-alpha-4</version>
883 <executions>
884 <execution>
885 <goals>
886 <goal>sign</goal>
887 </goals>
888 </execution>
889 </executions>
890 </plugin>
Guillaume Nodet20d57732009-09-21 19:29:37 +0000891 <plugin>
892 <groupId>org.apache.maven.plugins</groupId>
893 <artifactId>maven-assembly-plugin</artifactId>
894 <executions>
895 <execution>
896 <id>make-assembly</id>
897 <phase>none</phase>
898 </execution>
899 </executions>
900 </plugin>
901 <plugin>
902 <groupId>org.codehaus.mojo</groupId>
903 <artifactId>build-helper-maven-plugin</artifactId>
904 <executions>
905 <execution>
906 <id>attach-assemblies</id>
907 <phase>none</phase>
908 </execution>
909 </executions>
910 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000911 </plugins>
912 </build>
913 </profile>
914 <profile>
915 <id>setup.eclipse</id>
916 <modules>
917 <module>assembly</module>
918 </modules>
919 <properties>
920 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
921 </properties>
922 <build>
923 <defaultGoal>eclipse:eclipse</defaultGoal>
924 <plugins>
925 <plugin>
926 <groupId>org.apache.maven.plugins</groupId>
927 <artifactId>maven-eclipse-plugin</artifactId>
928 <inherited>false</inherited>
929 <executions>
930 <execution>
931 <id>setup.eclipse.workspace</id>
932 <phase>process-test-sources</phase>
933 <goals>
934 <goal>add-maven-repo</goal>
935 </goals>
936 <configuration>
937 <workspace>${eclipse.workspace.dir}</workspace>
938 </configuration>
939 </execution>
940 </executions>
941 </plugin>
942 </plugins>
943 </build>
944 </profile>
945 <profile>
946 <id>deploy</id>
947 <properties>
948 <createSourcesJar>true</createSourcesJar>
949 </properties>
950 <build>
951 <defaultGoal>deploy</defaultGoal>
952 <plugins>
953 <plugin>
954 <groupId>org.apache.maven.plugins</groupId>
955 <artifactId>maven-source-plugin</artifactId>
956 <version>2.0.4</version>
957 <executions>
958 <execution>
959 <id>attach-sources</id>
960 <goals>
961 <goal>jar</goal>
962 </goals>
963 </execution>
964 </executions>
965 </plugin>
966 <plugin>
967 <groupId>org.apache.maven.plugins</groupId>
968 <artifactId>maven-javadoc-plugin</artifactId>
969 <version>2.4</version>
970 <configuration>
971 <source>1.5</source>
972 </configuration>
973 <executions>
974 <execution>
975 <id>attach-javadocs</id>
976 <goals>
977 <goal>jar</goal>
978 </goals>
979 </execution>
980 </executions>
981 </plugin>
982 </plugins>
983 </build>
984 </profile>
985 </profiles>
986
987</project>