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