blob: c2b04c8485d8b61a507d8035c775af4df382f932 [file] [log] [blame]
Guillaume Nodet916f28a2009-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 Nodet91fab3b2009-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 Nodetf9b2bf42009-07-10 06:56:47 +000020
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000021 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000024 <groupId>org.apache.felix</groupId>
Gert Vanthienenc3f669d2009-06-16 11:58:10 +000025 <artifactId>felix-parent</artifactId>
Guillaume Nodet09b081b2009-10-15 12:51:01 +000026 <version>1.2.1</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000027 </parent>
28
Gert Vanthienen607b8522009-05-02 19:57:13 +000029 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000030 <artifactId>karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000031 <packaging>pom</packaging>
Guillaume Nodet3b7f8762009-09-22 09:15:21 +000032 <version>1.1.0-SNAPSHOT</version>
Gert Vanthienen607b8522009-05-02 19:57:13 +000033 <name>Apache Felix Karaf</name>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000034 <inceptionYear>2007</inceptionYear>
35
36 <modules>
37 <module>main</module>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +000038 <module>features</module>
Guillaume Nodeta11a3ce2009-10-22 18:01:48 +000039 <module>admin</module>
Guillaume Nodet18c56a12009-04-30 09:10:03 +000040 <module>deployer</module>
Guillaume Nodet91a52c02009-09-18 20:14:54 +000041 <module>shell</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000042 <module>jaas</module>
43 <module>client</module>
44 <module>management</module>
Gert Vanthienen971f9332009-06-06 13:57:36 +000045 <module>webconsole</module>
Guillaume Nodetc5050bd2009-10-16 09:35:27 +000046 <module>manual</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000047 <module>assembly</module>
48 <module>demos</module>
Guillaume Nodet8d9a1412009-08-17 20:22:49 +000049 <module>itests</module>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000050 <module>tooling</module>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000051 </modules>
52
53 <scm>
Guillaume Nodet3b7f8762009-09-22 09:15:21 +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 Nodet91fab3b2009-04-27 10:01:58 +000057 </scm>
58
59 <issueManagement>
60 <system>jira</system>
Guillaume Nodet1343e1d2009-05-11 11:55:10 +000061 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000062 </issueManagement>
63
64 <prerequisites>
65 <maven>2.0.7</maven>
66 </prerequisites>
67
68 <properties>
Guillaume Nodet6a8e2f12009-08-24 07:27:30 +000069 <aopalliance.version>1.0_1</aopalliance.version>
70 <cglib.version>2.1_3_2</cglib.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000071 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000072 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
73 <easymock.version>2.4</easymock.version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +000074 <equinox.version>3.5.0.v20090520</equinox.version>
Guillaume Nodet89190a12009-04-28 21:28:02 +000075 <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000076 <felix.compendium.version>1.2.0</felix.compendium.version>
Guillaume Nodetcb71ddd2009-09-08 13:25:47 +000077 <felix.configadmin.version>1.2.4</felix.configadmin.version>
Guillaume Nodet7e215c02009-10-12 07:35:02 +000078 <felix.fileinstall.version>2.0.1-SNAPSHOT</felix.fileinstall.version>
Guillaume Nodetf0a64c32009-10-19 18:31:05 +000079 <felix.framework.version>2.0.1</felix.framework.version>
Guillaume Nodetf490b062009-09-16 13:22:56 +000080 <felix.gogo.version>0.2.0</felix.gogo.version>
81 <felix.osgi.version>1.4.0</felix.osgi.version>
Gert Vanthienen9385bac2009-06-06 12:03:00 +000082 <felix.plugin.version>2.0.0</felix.plugin.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000083 <felix.prefs.version>1.0.2</felix.prefs.version>
Guillaume Nodetef2723a2009-10-15 12:51:48 +000084 <felix.webconsole.version>2.0.0</felix.webconsole.version>
Guillaume Nodetafcbf452009-06-11 08:36:21 +000085 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodetf490b062009-09-16 13:22:56 +000086 <geronimo.blueprint.version>1.0.0</geronimo.blueprint.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000087 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Guillaume Nodeta29569e2009-08-25 09:02:04 +000088 <jansi.version>1.0</jansi.version>
Guillaume Nodet653747c2009-06-18 21:13:47 +000089 <jetty.bundle.version>6.1.14_1</jetty.bundle.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000090 <junit.version>3.8.2_1</junit.version>
Chris Custineb479b2d2009-09-10 07:20:43 +000091 <jline.version>0.9.95.200909100109</jline.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000092 <log4j.version>1.2.14</log4j.version>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +000093 <maven.version>2.0.9</maven.version>
Guillaume Nodetedf7d1a2009-06-08 19:25:20 +000094 <mina.version>2.0.0-M6</mina.version>
Guillaume Nodet4eab8e62009-10-15 18:41:10 +000095 <pax.exam.version>1.1.0</pax.exam.version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +000096 <pax.logging.version>1.4</pax.logging.version>
Guillaume Nodet4eab8e62009-10-15 18:41:10 +000097 <pax.runner.version>1.2.1</pax.runner.version>
Guillaume Nodet0a14f942009-10-16 09:44:52 +000098 <pax.url.version>1.1.2</pax.url.version>
Guillaume Nodetc1eebb62009-10-15 19:22:38 +000099 <pax.web.version>0.7.1</pax.web.version>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000100 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet653747c2009-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 Nodet4aa90ac2009-08-26 12:24:15 +0000103 <sshd.version>0.2.0</sshd.version>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000104 <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000105
106 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000107 <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory>
Guillaume Nodet3e9a4282009-05-04 16:30:02 +0000108 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000109 </properties>
110
111 <repositories>
Guillaume Nodet91fab3b2009-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 Nodet91fab3b2009-04-27 10:01:58 +0000136 <repository>
Guillaume Nodeta29569e2009-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 Nodetf490b062009-09-16 13:22:56 +0000141 <enabled>false</enabled>
Guillaume Nodeta29569e2009-08-25 09:02:04 +0000142 </snapshots>
143 <releases>
Guillaume Nodetf490b062009-09-16 13:22:56 +0000144 <enabled>true</enabled>
Guillaume Nodeta29569e2009-08-25 09:02:04 +0000145 </releases>
Guillaume Nodetf490b062009-09-16 13:22:56 +0000146 </repository>
147 </repositories>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000148
149 <dependencyManagement>
150 <dependencies>
151 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000152 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet225b7992009-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 Vanthienen607b8522009-05-02 19:57:13 +0000165 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000166 <version>${pom.version}</version>
167 </dependency>
168 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000169 <groupId>org.apache.felix.karaf</groupId>
170 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000171 <version>${pom.version}</version>
172 </dependency>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000173 <!--
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000174 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000175 <groupId>org.apache.felix.karaf.deployer</groupId>
176 <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000177 <version>${pom.version}</version>
178 </dependency>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000179 -->
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000180 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000181 <groupId>org.apache.felix.karaf.deployer</groupId>
182 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000183 <version>${pom.version}</version>
184 </dependency>
185 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000186 <groupId>org.apache.felix.karaf.deployer</groupId>
187 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +0000188 <version>${pom.version}</version>
189 </dependency>
190 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000191 <groupId>org.apache.felix.karaf.deployer</groupId>
192 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000193 <version>${pom.version}</version>
194 </dependency>
195 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000196 <groupId>org.apache.felix.karaf</groupId>
197 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000198 <version>${pom.version}</version>
199 </dependency>
200 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000201 <groupId>org.apache.felix.karaf</groupId>
202 <artifactId>org.apache.felix.karaf.demos</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000203 <version>${pom.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000204 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000205 <dependency>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +0000206 <groupId>org.apache.felix.karaf.features</groupId>
207 <artifactId>org.apache.felix.karaf.features.core</artifactId>
208 <version>${pom.version}</version>
209 </dependency>
210 <dependency>
211 <groupId>org.apache.felix.karaf.features</groupId>
212 <artifactId>org.apache.felix.karaf.features.command</artifactId>
213 <version>${pom.version}</version>
214 </dependency>
215 <dependency>
216 <groupId>org.apache.felix.karaf.features</groupId>
217 <artifactId>org.apache.felix.karaf.features.management</artifactId>
218 <version>${pom.version}</version>
219 </dependency>
220 <dependency>
Guillaume Nodeta11a3ce2009-10-22 18:01:48 +0000221 <groupId>org.apache.felix.karaf.admin</groupId>
222 <artifactId>org.apache.felix.karaf.admin.core</artifactId>
223 <version>${pom.version}</version>
224 </dependency>
225 <dependency>
226 <groupId>org.apache.felix.karaf.admin</groupId>
227 <artifactId>org.apache.felix.karaf.admin.command</artifactId>
228 <version>${pom.version}</version>
229 </dependency>
230 <dependency>
231 <groupId>org.apache.felix.karaf.admin</groupId>
232 <artifactId>org.apache.felix.karaf.admin.management</artifactId>
233 <version>${pom.version}</version>
234 </dependency>
235 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000236 <groupId>org.apache.felix.karaf.shell</groupId>
237 <artifactId>org.apache.felix.karaf.shell.core</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000238 <version>${pom.version}</version>
239 </dependency>
240 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000241 <groupId>org.apache.felix.karaf.shell</groupId>
242 <artifactId>org.apache.felix.karaf.shell.console</artifactId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000243 <version>${pom.version}</version>
244 </dependency>
245 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000246 <groupId>org.apache.felix.karaf.shell</groupId>
247 <artifactId>org.apache.felix.karaf.shell.run</artifactId>
Guillaume Nodetccfc3d82009-05-06 14:40:12 +0000248 <version>${pom.version}</version>
249 </dependency>
250 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000251 <groupId>org.apache.felix.karaf.shell</groupId>
252 <artifactId>org.apache.felix.karaf.shell.admin</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000253 <version>${pom.version}</version>
254 </dependency>
255 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000256 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodeta11a3ce2009-10-22 18:01:48 +0000257 <artifactId>org.apache.felix.karaf.shell.admin.management</artifactId>
258 <version>${pom.version}</version>
259 </dependency>
260 <dependency>
261 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000262 <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000263 <version>${pom.version}</version>
264 </dependency>
265 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000266 <groupId>org.apache.felix.karaf.shell</groupId>
267 <artifactId>org.apache.felix.karaf.shell.osgi</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000268 <version>${pom.version}</version>
269 </dependency>
270 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000271 <groupId>org.apache.felix.karaf.shell</groupId>
272 <artifactId>org.apache.felix.karaf.shell.log</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000273 <version>${pom.version}</version>
274 </dependency>
275 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000276 <groupId>org.apache.felix.karaf.shell</groupId>
277 <artifactId>org.apache.felix.karaf.shell.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000278 <version>${pom.version}</version>
279 </dependency>
280 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000281 <groupId>org.apache.felix.karaf.shell</groupId>
282 <artifactId>org.apache.felix.karaf.shell.packages</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000283 <version>${pom.version}</version>
284 </dependency>
285 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000286 <groupId>org.apache.felix.karaf.shell</groupId>
287 <artifactId>org.apache.felix.karaf.shell.ssh</artifactId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000288 <version>${pom.version}</version>
289 </dependency>
290 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000291 <groupId>org.apache.felix.karaf.shell</groupId>
292 <artifactId>org.apache.felix.karaf.shell.commands</artifactId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000293 <version>${pom.version}</version>
294 </dependency>
295 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000296 <groupId>org.apache.felix.karaf.jaas</groupId>
297 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000298 <version>${pom.version}</version>
299 </dependency>
300 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000301 <groupId>org.apache.felix.karaf.jaas</groupId>
302 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000303 <version>${pom.version}</version>
304 </dependency>
305 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000306 <groupId>org.apache.felix.karaf.jaas</groupId>
307 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000308 <version>${pom.version}</version>
309 </dependency>
310 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000311 <groupId>org.apache.felix.karaf.demos</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000312 <artifactId>smx4web</artifactId>
313 <version>${pom.version}</version>
314 </dependency>
315 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000316 <groupId>org.apache.felix.karaf</groupId>
317 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000318 <version>${pom.version}</version>
319 </dependency>
320 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000321 <groupId>org.apache.felix.karaf</groupId>
322 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000323 <type>zip</type>
324 <version>${pom.version}</version>
325 </dependency>
326 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000327 <groupId>org.apache.felix.karaf</groupId>
328 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodetf2015012009-04-30 07:04:50 +0000329 <classifier>features</classifier>
330 <type>xml</type>
331 <version>${pom.version}</version>
332 </dependency>
333 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000334 <groupId>org.apache.felix</groupId>
335 <artifactId>org.apache.felix.framework</artifactId>
336 <version>${felix.framework.version}</version>
337 <exclusions>
338 <exclusion>
339 <groupId>org.apache.felix</groupId>
340 <artifactId>org.osgi.compendium</artifactId>
341 </exclusion>
342 </exclusions>
343 </dependency>
344 <dependency>
345 <groupId>org.apache.felix</groupId>
346 <artifactId>org.osgi.compendium</artifactId>
347 <version>${felix.compendium.version}</version>
348 <exclusions>
349 <exclusion>
350 <groupId>org.apache.felix</groupId>
351 <artifactId>org.osgi.foundation</artifactId>
352 </exclusion>
353 <exclusion>
354 <groupId>org.apache.felix</groupId>
355 <artifactId>javax.servlet</artifactId>
356 </exclusion>
357 </exclusions>
358 </dependency>
359 <dependency>
360 <groupId>org.apache.felix</groupId>
361 <artifactId>org.osgi.core</artifactId>
362 <version>${felix.osgi.version}</version>
363 </dependency>
364 <dependency>
365 <groupId>org.apache.felix</groupId>
366 <artifactId>org.apache.felix.configadmin</artifactId>
367 <version>${felix.configadmin.version}</version>
368 </dependency>
369 <dependency>
370 <groupId>org.apache.felix</groupId>
371 <artifactId>org.apache.felix.prefs</artifactId>
372 <version>${felix.prefs.version}</version>
373 </dependency>
374 <dependency>
375 <groupId>org.apache.felix</groupId>
376 <artifactId>org.apache.felix.bundlerepository</artifactId>
377 <version>${felix.bundlerepository.version}</version>
378 <exclusions>
379 <exclusion>
380 <groupId>org.apache.felix</groupId>
381 <artifactId>org.osgi.service.obr</artifactId>
382 </exclusion>
383 <exclusion>
384 <groupId>org.apache.felix</groupId>
385 <artifactId>org.apache.felix.shell</artifactId>
386 </exclusion>
387 <exclusion>
388 <groupId>net.sf.kxml</groupId>
389 <artifactId>kxml2</artifactId>
390 </exclusion>
391 </exclusions>
392 </dependency>
393 <dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000394 <groupId>org.apache.felix</groupId>
Guillaume Nodet8822ca12009-06-18 21:05:47 +0000395 <artifactId>org.apache.felix.metatype</artifactId>
396 <version>${felix.metatype.version}</version>
397 </dependency>
398 <dependency>
399 <groupId>org.apache.felix</groupId>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000400 <artifactId>org.apache.felix.webconsole</artifactId>
401 <version>${felix.webconsole.version}</version>
402 </dependency>
403 <dependency>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000404 <groupId>org.apache.felix</groupId>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000405 <artifactId>org.apache.felix.fileinstall</artifactId>
406 <version>${felix.fileinstall.version}</version>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000407 </dependency>
408 <dependency>
Gert Vanthienen4c5d8152009-06-16 07:05:38 +0000409 <groupId>org.apache.felix</groupId>
410 <artifactId>maven-bundle-plugin</artifactId>
411 <version>${felix.plugin.version}</version>
412 </dependency>
413 <dependency>
414 <groupId>org.apache.maven</groupId>
415 <artifactId>maven-plugin-api</artifactId>
416 <version>${maven.version}</version>
417 </dependency>
418 <dependency>
419 <groupId>org.apache.maven</groupId>
420 <artifactId>maven-project</artifactId>
421 <version>${maven.version}</version>
422 </dependency>
423 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000424 <groupId>org.springframework</groupId>
425 <artifactId>spring-aop</artifactId>
426 <version>${spring.version}</version>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000427 <exclusions>
428 <exclusion>
429 <groupId>org.aopalliance</groupId>
430 <artifactId>com.springsource.org.aopalliance</artifactId>
431 </exclusion>
432 </exclusions>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000433 </dependency>
434 <dependency>
435 <groupId>org.springframework</groupId>
436 <artifactId>spring-beans</artifactId>
437 <version>${spring.version}</version>
438 </dependency>
439 <dependency>
440 <groupId>org.springframework</groupId>
441 <artifactId>spring-core</artifactId>
442 <version>${spring.version}</version>
443 </dependency>
444 <dependency>
445 <groupId>org.springframework</groupId>
446 <artifactId>spring-context</artifactId>
447 <version>${spring.version}</version>
448 </dependency>
449 <dependency>
450 <groupId>org.springframework</groupId>
451 <artifactId>spring-test</artifactId>
452 <version>${spring.version}</version>
453 </dependency>
454 <dependency>
455 <groupId>org.springframework.osgi</groupId>
456 <artifactId>spring-osgi-core</artifactId>
457 <version>${spring.osgi.version}</version>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000458 <exclusions>
459 <exclusion>
460 <groupId>org.springframework</groupId>
461 <artifactId>org.springframework.aop</artifactId>
462 </exclusion>
463 <exclusion>
464 <groupId>org.springframework</groupId>
465 <artifactId>org.springframework.beans</artifactId>
466 </exclusion>
467 <exclusion>
468 <groupId>org.springframework</groupId>
469 <artifactId>org.springframework.context</artifactId>
470 </exclusion>
471 <exclusion>
472 <groupId>org.springframework</groupId>
473 <artifactId>org.springframework.core</artifactId>
474 </exclusion>
475 </exclusions>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000476 </dependency>
477 <dependency>
478 <groupId>org.springframework.osgi</groupId>
479 <artifactId>spring-osgi-io</artifactId>
480 <version>${spring.osgi.version}</version>
481 </dependency>
482 <dependency>
483 <groupId>org.springframework.osgi</groupId>
484 <artifactId>spring-osgi-extender</artifactId>
485 <version>${spring.osgi.version}</version>
486 </dependency>
487 <dependency>
488 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet6a8e2f12009-08-24 07:27:30 +0000489 <artifactId>spring-osgi-annotation</artifactId>
490 <version>${spring.osgi.version}</version>
491 </dependency>
492 <dependency>
493 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000494 <artifactId>spring-osgi-test</artifactId>
495 <version>${spring.osgi.version}</version>
496 <exclusions>
497 <exclusion>
498 <groupId>org.springframework.osgi</groupId>
499 <artifactId>asm.osgi</artifactId>
500 </exclusion>
501 <exclusion>
502 <groupId>org.junit</groupId>
503 <artifactId>com.springsource.junit</artifactId>
504 </exclusion>
505 <exclusion>
506 <groupId>org.objectweb.asm</groupId>
507 <artifactId>com.springsource.org.objectweb.asm</artifactId>
508 </exclusion>
509 </exclusions>
510 </dependency>
511 <dependency>
512 <groupId>org.springframework.osgi</groupId>
513 <artifactId>spring-osgi-extender</artifactId>
514 <version>${spring.osgi.version}</version>
515 </dependency>
516 <dependency>
517 <groupId>org.springframework.osgi</groupId>
518 <artifactId>spring-osgi-annotation</artifactId>
519 <version>${spring.osgi.version}</version>
520 </dependency>
521 <dependency>
522 <groupId>org.apache.mina</groupId>
523 <artifactId>mina-core</artifactId>
524 <version>${mina.version}</version>
525 </dependency>
526 <dependency>
527 <groupId>org.apache.servicemix.bundles</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000528 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
529 <version>${junit.version}</version>
530 </dependency>
531 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000532 <groupId>log4j</groupId>
533 <artifactId>log4j</artifactId>
534 <version>${log4j.version}</version>
535 </dependency>
536 <dependency>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000537 <groupId>jline</groupId>
538 <artifactId>jline</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000539 <version>${jline.version}</version>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000540 </dependency>
541 <dependency>
542 <groupId>org.fusesource.jansi</groupId>
543 <artifactId>jansi</artifactId>
544 <version>${jansi.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000545 </dependency>
546 <dependency>
547 <groupId>commons-logging</groupId>
548 <artifactId>commons-logging</artifactId>
549 <version>${commons.logging.version}</version>
550 </dependency>
551 <dependency>
552 <groupId>org.apache.maven.artifact</groupId>
553 <artifactId>maven-artifact</artifactId>
554 <version>3.0-alpha-1</version>
555 </dependency>
556 <dependency>
557 <groupId>org.apache.servicemix.bundles</groupId>
558 <artifactId>org.apache.servicemix.bundles.commons-io</artifactId>
559 <version>${commons.io.version}</version>
560 </dependency>
561 <dependency>
562 <groupId>org.apache.mina</groupId>
563 <artifactId>mina-core</artifactId>
564 <version>${mina.version}</version>
565 <exclusions>
566 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000567 <groupId>org.easymock</groupId>
568 <artifactId>easymock</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000569 </exclusion>
570 <exclusion>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000571 <groupId>org.easymock</groupId>
572 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000573 </exclusion>
574 </exclusions>
575 </dependency>
576 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000577 <groupId>org.slf4j</groupId>
578 <artifactId>slf4j-api</artifactId>
579 <version>1.4.3</version>
580 </dependency>
581 <dependency>
582 <groupId>org.slf4j</groupId>
583 <artifactId>slf4j-jdk14</artifactId>
584 <version>1.4.3</version>
585 </dependency>
586 <dependency>
587 <groupId>org.slf4j</groupId>
588 <artifactId>slf4j-nop</artifactId>
589 <version>1.4.3</version>
590 </dependency>
591 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000592 <groupId>org.ops4j.pax.logging</groupId>
593 <artifactId>pax-logging-api</artifactId>
594 <version>${pax.logging.version}</version>
595 </dependency>
596 <dependency>
597 <groupId>org.ops4j.pax.logging</groupId>
598 <artifactId>pax-logging-service</artifactId>
599 <version>${pax.logging.version}</version>
600 <exclusions>
601 <exclusion>
602 <groupId>log4j</groupId>
603 <artifactId>log4j</artifactId>
604 </exclusion>
605 </exclusions>
606 </dependency>
607 <dependency>
608 <groupId>org.ops4j.pax.url</groupId>
609 <artifactId>pax-url-mvn</artifactId>
610 <version>${pax.url.version}</version>
611 </dependency>
612 <dependency>
613 <groupId>org.ops4j.pax.url</groupId>
614 <artifactId>pax-url-wrap</artifactId>
615 <version>${pax.url.version}</version>
616 </dependency>
617 <dependency>
618 <groupId>org.apache.geronimo.specs</groupId>
619 <artifactId>geronimo-servlet_2.5_spec</artifactId>
620 <version>${geronimo.servlet.version}</version>
621 </dependency>
622 <dependency>
623 <groupId>org.apache.geronimo.specs</groupId>
624 <artifactId>geronimo-annotation_1.0_spec</artifactId>
625 <version>${geronimo.annotation.version}</version>
626 </dependency>
627 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000628 <groupId>org.easymock</groupId>
629 <artifactId>easymock</artifactId>
630 <version>${easymock.version}</version>
631 </dependency>
632 <dependency>
633 <groupId>org.apache.sshd</groupId>
634 <artifactId>sshd-core</artifactId>
635 <version>${sshd.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000636 </dependency>
637 <dependency>
638 <groupId>org.osgi</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000639 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000640 <version>${osgi.jmx.version}</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000641 </dependency>
Guillaume Nodet5c1894e2009-04-29 16:35:06 +0000642 <dependency>
643 <groupId>org.ops4j.pax.exam</groupId>
644 <artifactId>pax-exam</artifactId>
645 <version>${pax.exam.version}</version>
646 </dependency>
647 <dependency>
648 <groupId>org.ops4j.pax.exam</groupId>
649 <artifactId>pax-exam-junit</artifactId>
650 <version>${pax.exam.version}</version>
651 </dependency>
652 <dependency>
653 <groupId>org.ops4j.pax.exam</groupId>
654 <artifactId>pax-exam-container-default</artifactId>
655 <version>${pax.exam.version}</version>
656 </dependency>
657 <dependency>
658 <groupId>org.ops4j.pax.exam</groupId>
659 <artifactId>pax-exam-junit-extender-impl</artifactId>
660 <version>${pax.exam.version}</version>
661 </dependency>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000662 <dependency>
663 <groupId>org.eclipse</groupId>
664 <artifactId>osgi</artifactId>
665 <version>${equinox.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000666 </dependency>
Gert Vanthienen971f9332009-06-06 13:57:36 +0000667 <dependency>
668 <groupId>javax.servlet</groupId>
669 <artifactId>servlet-api</artifactId>
670 <version>${servlet.api.version}</version>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000671 </dependency>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000672 <dependency>
Guillaume Nodet76d69022009-09-14 13:13:16 +0000673 <groupId>org.apache.geronimo.blueprint</groupId>
674 <artifactId>geronimo-blueprint</artifactId>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000675 <version>${geronimo.blueprint.version}</version>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000676 <exclusions>
677 <exclusion>
678 <groupId>org.apache.felix</groupId>
679 <artifactId>javax.servlet</artifactId>
680 </exclusion>
681 </exclusions>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000682 </dependency>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000683 <dependency>
684 <groupId>org.apache.felix.gogo</groupId>
685 <artifactId>org.apache.felix.gogo.runtime</artifactId>
686 <version>${felix.gogo.version}</version>
687 </dependency>
688 <dependency>
689 <groupId>org.apache.felix.gogo</groupId>
690 <artifactId>org.apache.felix.gogo.commands</artifactId>
691 <version>${felix.gogo.version}</version>
692 </dependency>
Guillaume Nodet4d838bd2009-08-10 08:16:33 +0000693 <dependency>
694 <groupId>org.ops4j.pax.runner</groupId>
695 <artifactId>pax-runner-no-jcl</artifactId>
696 <version>${pax.runner.version}</version>
697 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000698 </dependencies>
699 </dependencyManagement>
700
701 <build>
702 <defaultGoal>install</defaultGoal>
703
704 <pluginManagement>
705 <plugins>
706 <plugin>
707 <groupId>org.apache.maven.plugins</groupId>
708 <artifactId>maven-eclipse-plugin</artifactId>
709 <version>2.4</version>
710 <configuration>
711 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
712 <downloadSources>true</downloadSources>
713 <downloadJavadocs>true</downloadJavadocs>
714 </configuration>
715 </plugin>
716 <plugin>
717 <groupId>org.apache.maven.plugins</groupId>
718 <artifactId>maven-release-plugin</artifactId>
719 <version>2.0-beta-7</version>
720 <configuration>
721 <useReleaseProfile>false</useReleaseProfile>
Guillaume Nodet5cb20962009-09-22 09:00:32 +0000722 <preparationGoals>clean install</preparationGoals>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000723 <goals>deploy</goals>
724 <arguments>-Prelease,deploy</arguments>
725 <autoVersionSubmodules>true</autoVersionSubmodules>
726 </configuration>
727 </plugin>
728 <plugin>
729 <groupId>org.apache.felix</groupId>
730 <artifactId>maven-bundle-plugin</artifactId>
731 <version>${felix.plugin.version}</version>
732 <extensions>true</extensions>
733 </plugin>
734 <plugin>
735 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000736 <artifactId>maven-idea-plugin</artifactId>
737 <version>2.1</version>
738 <configuration>
739 <downloadSources>true</downloadSources>
740 <downloadJavadocs>true</downloadJavadocs>
741 </configuration>
742 </plugin>
743 <plugin>
744 <groupId>org.apache.maven.plugins</groupId>
745 <artifactId>maven-surefire-plugin</artifactId>
746 <version>2.3.1</version>
747 </plugin>
748 <plugin>
749 <groupId>org.apache.maven.plugins</groupId>
750 <artifactId>maven-shade-plugin</artifactId>
751 <version>1.2</version>
752 </plugin>
753 <plugin>
754 <groupId>org.apache.maven.plugins</groupId>
755 <artifactId>maven-resources-plugin</artifactId>
756 <version>2.3</version>
757 </plugin>
758 <plugin>
759 <groupId>org.apache.servicemix.tooling</groupId>
760 <artifactId>depends-maven-plugin</artifactId>
761 <version>${depends.maven.plugin.version}</version>
762 </plugin>
763 <plugin>
764 <groupId>org.apache.maven.plugins</groupId>
765 <artifactId>maven-source-plugin</artifactId>
766 <version>2.0.4</version>
767 </plugin>
768 <plugin>
769 <groupId>org.apache.maven.plugins</groupId>
770 <artifactId>maven-assembly-plugin</artifactId>
771 <version>2.2-beta-3</version>
772 </plugin>
Guillaume Nodetc0d97722009-09-18 20:25:06 +0000773 <plugin>
774 <groupId>org.apache.maven.plugins</groupId>
775 <artifactId>maven-antrun-plugin</artifactId>
776 <version>1.2</version>
777 <dependencies>
778 <dependency>
779 <groupId>ant-contrib</groupId>
780 <artifactId>ant-contrib</artifactId>
781 <version>1.0b3</version>
782 </dependency>
783 <dependency>
784 <groupId>ant</groupId>
785 <artifactId>ant-optional</artifactId>
786 <version>1.5.3-1</version>
787 </dependency>
Guillaume Nodetc5050bd2009-10-16 09:35:27 +0000788 <dependency>
789 <groupId>org.ccil.cowan.tagsoup</groupId>
790 <artifactId>tagsoup</artifactId>
791 <version>1.2</version>
792 </dependency>
Guillaume Nodetc0d97722009-09-18 20:25:06 +0000793 </dependencies>
794 </plugin>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000795 </plugins>
796 </pluginManagement>
797 <plugins>
798 <plugin>
799 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodetb9103c82009-05-11 14:33:35 +0000800 <artifactId>maven-compiler-plugin</artifactId>
801 <version>2.0.2</version>
802 <configuration>
803 <source>1.5</source>
804 <target>1.5</target>
805 <maxmem>256M</maxmem>
806 <fork>${compiler.fork}</fork>
807 </configuration>
808 </plugin>
809 <plugin>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000810 <artifactId>maven-remote-resources-plugin</artifactId>
811 <version>1.0</version>
812 <executions>
813 <execution>
814 <goals>
815 <goal>process</goal>
816 </goals>
817 <configuration>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000818 <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000819 <resourceBundles>
820 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
821 </resourceBundles>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000822 </configuration>
823 </execution>
824 </executions>
825 </plugin>
Guillaume Nodetc0d97722009-09-18 20:25:06 +0000826 <plugin>
827 <groupId>org.apache.maven.plugins</groupId>
828 <artifactId>maven-antrun-plugin</artifactId>
829 <executions>
830 <execution>
831 <id>copy-notice</id>
832 <phase>generate-resources</phase>
833 <configuration>
834 <tasks>
Guillaume Nodet916f28a2009-09-22 09:11:12 +0000835 <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" />
Guillaume Nodetc0d97722009-09-18 20:25:06 +0000836 </tasks>
837 </configuration>
838 <goals>
839 <goal>run</goal>
840 </goals>
841 </execution>
842 </executions>
843 </plugin>
844 <plugin>
845 <groupId>org.apache.maven.plugins</groupId>
846 <artifactId>maven-resources-plugin</artifactId>
847 </plugin>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000848 </plugins>
849 </build>
850
851 <reporting>
852 <plugins>
853 <plugin>
854 <groupId>org.apache.maven.plugins</groupId>
855 <artifactId>maven-javadoc-plugin</artifactId>
856 <version>2.3</version>
857 </plugin>
858 <plugin>
859 <groupId>org.apache.maven.plugins</groupId>
860 <artifactId>maven-jxr-plugin</artifactId>
861 <version>2.0</version>
862 </plugin>
863 </plugins>
864 </reporting>
865
866 <profiles>
867 <profile>
868 <id>fastinstall</id>
869 <properties>
870 <maven.test.skip>true</maven.test.skip>
871 </properties>
872 </profile>
873 <profile>
874 <id>rat</id>
875 <build>
876 <plugins>
877 <plugin>
878 <groupId>org.codehaus.mojo</groupId>
879 <artifactId>rat-maven-plugin</artifactId>
880 <version>1.0-alpha-3</version>
881 <executions>
882 <execution>
883 <phase>verify</phase>
884 <goals>
885 <goal>check</goal>
886 </goals>
887 </execution>
888 </executions>
889 <configuration>
890 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
891 <excludes>
892 <exclude>**/target/**/*</exclude>
893 <!-- IDEA files -->
894 <exclude>**/*.iml</exclude>
895 <exclude>**/*.ipr</exclude>
896 <exclude>**/*.iws</exclude>
897 <!-- Eclipse files -->
898 <exclude>**/.*</exclude>
899 <exclude>**/eclipse-classes/**/*</exclude>
900 <exclude>**/dependency-reduced-pom.xml</exclude>
901 </excludes>
902 </configuration>
903 </plugin>
904 </plugins>
905 </build>
906 </profile>
907 <profile>
908 <id>release</id>
909 <build>
910 <plugins>
911 <!-- We want to deploy the artifact to a staging location for perusal -->
912 <plugin>
913 <inherited>true</inherited>
914 <artifactId>maven-deploy-plugin</artifactId>
915 <version>2.3</version>
916 <configuration>
917 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
918 <updateReleaseInfo>true</updateReleaseInfo>
919 </configuration>
920 </plugin>
921 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
922 <plugin>
923 <artifactId>maven-gpg-plugin</artifactId>
924 <version>1.0-alpha-4</version>
925 <executions>
926 <execution>
927 <goals>
928 <goal>sign</goal>
929 </goals>
930 </execution>
931 </executions>
932 </plugin>
Guillaume Nodetc3d83212009-09-21 19:29:37 +0000933 <plugin>
934 <groupId>org.apache.maven.plugins</groupId>
935 <artifactId>maven-assembly-plugin</artifactId>
936 <executions>
937 <execution>
938 <id>make-assembly</id>
939 <phase>none</phase>
940 </execution>
941 </executions>
942 </plugin>
943 <plugin>
944 <groupId>org.codehaus.mojo</groupId>
945 <artifactId>build-helper-maven-plugin</artifactId>
946 <executions>
947 <execution>
948 <id>attach-assemblies</id>
949 <phase>none</phase>
950 </execution>
951 </executions>
952 </plugin>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000953 </plugins>
954 </build>
955 </profile>
956 <profile>
957 <id>setup.eclipse</id>
958 <modules>
959 <module>assembly</module>
960 </modules>
961 <properties>
962 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
963 </properties>
964 <build>
965 <defaultGoal>eclipse:eclipse</defaultGoal>
966 <plugins>
967 <plugin>
968 <groupId>org.apache.maven.plugins</groupId>
969 <artifactId>maven-eclipse-plugin</artifactId>
970 <inherited>false</inherited>
971 <executions>
972 <execution>
973 <id>setup.eclipse.workspace</id>
974 <phase>process-test-sources</phase>
975 <goals>
976 <goal>add-maven-repo</goal>
977 </goals>
978 <configuration>
979 <workspace>${eclipse.workspace.dir}</workspace>
980 </configuration>
981 </execution>
982 </executions>
983 </plugin>
984 </plugins>
985 </build>
986 </profile>
987 <profile>
988 <id>deploy</id>
989 <properties>
990 <createSourcesJar>true</createSourcesJar>
991 </properties>
992 <build>
993 <defaultGoal>deploy</defaultGoal>
994 <plugins>
995 <plugin>
996 <groupId>org.apache.maven.plugins</groupId>
997 <artifactId>maven-source-plugin</artifactId>
998 <version>2.0.4</version>
999 <executions>
1000 <execution>
1001 <id>attach-sources</id>
1002 <goals>
1003 <goal>jar</goal>
1004 </goals>
1005 </execution>
1006 </executions>
1007 </plugin>
1008 <plugin>
1009 <groupId>org.apache.maven.plugins</groupId>
1010 <artifactId>maven-javadoc-plugin</artifactId>
1011 <version>2.4</version>
1012 <configuration>
1013 <source>1.5</source>
1014 </configuration>
1015 <executions>
1016 <execution>
1017 <id>attach-javadocs</id>
1018 <goals>
1019 <goal>jar</goal>
1020 </goals>
1021 </execution>
1022 </executions>
1023 </plugin>
1024 </plugins>
1025 </build>
1026 </profile>
1027 </profiles>
1028
1029</project>