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