blob: b9c64f5c8289bef04eb22fc1a34626b70fc7780b [file] [log] [blame]
Guillaume Nodet6896d702009-09-22 09:11:12 +00001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Guillaume Nodet05fac962009-04-27 10:01:58 +00002
3 <!--
4
5 Licensed to the Apache Software Foundation (ASF) under one or more
6 contributor license agreements. See the NOTICE file distributed with
7 this work for additional information regarding copyright ownership.
8 The ASF licenses this file to You under the Apache License, Version 2.0
9 (the "License"); you may not use this file except in compliance with
10 the License. You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 -->
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +000020
Guillaume Nodet05fac962009-04-27 10:01:58 +000021 <modelVersion>4.0.0</modelVersion>
22
23 <parent>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000024 <groupId>org.apache.felix</groupId>
Gert Vanthienenabed2af2009-06-16 11:58:10 +000025 <artifactId>felix-parent</artifactId>
Guillaume Nodet8544c0f2009-10-15 12:51:01 +000026 <version>1.2.1</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000027 </parent>
28
Gert Vanthienenf54a8392009-05-02 19:57:13 +000029 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000030 <artifactId>karaf</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +000031 <packaging>pom</packaging>
Chris Custinef6a85b32010-02-19 07:50:10 +000032 <version>1.5.0-SNAPSHOT</version>
Gert Vanthienenf54a8392009-05-02 19:57:13 +000033 <name>Apache Felix Karaf</name>
Guillaume Nodet05fac962009-04-27 10:01:58 +000034 <inceptionYear>2007</inceptionYear>
35
36 <modules>
37 <module>main</module>
Gert Vanthienene7983962010-03-04 12:19:22 +000038 <module>commons</module>
Guillaume Nodete692a962009-08-07 09:55:51 +000039 <module>features</module>
Guillaume Nodet8c0c8eb2009-10-22 18:01:48 +000040 <module>admin</module>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +000041 <module>deployer</module>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +000042 <module>shell</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000043 <module>jaas</module>
44 <module>client</module>
45 <module>management</module>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +000046 <module>webconsole</module>
Guillaume Nodetf06efd92009-10-16 09:35:27 +000047 <module>manual</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000048 <module>assembly</module>
49 <module>demos</module>
Guillaume Nodet751a4872009-08-17 20:22:49 +000050 <module>itests</module>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000051 <module>tooling</module>
Guillaume Nodet05fac962009-04-27 10:01:58 +000052 </modules>
53
54 <scm>
Chris Custinef6a85b32010-02-19 07:50:10 +000055 <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection>
56 <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection>
57 <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000058 </scm>
59
60 <issueManagement>
61 <system>jira</system>
Guillaume Nodetbb681e62009-05-11 11:55:10 +000062 <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url>
Guillaume Nodet05fac962009-04-27 10:01:58 +000063 </issueManagement>
64
65 <prerequisites>
66 <maven>2.0.7</maven>
67 </prerequisites>
68
69 <properties>
Chris Custine4a3018b2009-11-06 04:09:08 +000070 <aopalliance.version>1.0_3</aopalliance.version>
71 <cglib.version>2.1_3_4</cglib.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000072 <commons.logging.version>1.1.1</commons.logging.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000073 <depends.maven.plugin.version>1.0</depends.maven.plugin.version>
74 <easymock.version>2.4</easymock.version>
Chris Custine43f284a2009-10-26 08:54:34 +000075 <equinox.version>3.5.1.v20090827</equinox.version>
Guillaume Nodet741329b2010-02-20 20:37:29 +000076 <felix.bundlerepository.version>1.5.0-SNAPSHOT</felix.bundlerepository.version>
Gert Vanthienenf7897682009-06-06 12:03:00 +000077 <felix.compendium.version>1.2.0</felix.compendium.version>
Guillaume Nodet08f445f2009-09-08 13:25:47 +000078 <felix.configadmin.version>1.2.4</felix.configadmin.version>
Chris Custineee8bd6b2010-01-02 07:16:04 +000079 <felix.fileinstall.version>2.0.8</felix.fileinstall.version>
Chris Custined88acf92010-02-19 07:18:07 +000080 <felix.framework.version>2.0.4</felix.framework.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +000081 <felix.gogo.version>0.2.2</felix.gogo.version>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +000082 <felix.osgi.version>1.4.0</felix.osgi.version>
Guillaume Nodet83ebd4d2010-03-05 15:05:56 +000083 <felix.plugin.version>2.1.0-SNAPSHOT</felix.plugin.version>
Guillaume Nodet983a7272010-02-02 13:21:15 +000084 <felix.prefs.version>1.0.4</felix.prefs.version>
Guillaume Nodet14f2ff62010-02-05 08:37:57 +000085 <felix.webconsole.version>2.0.6</felix.webconsole.version>
Guillaume Nodet75848652009-06-11 08:36:21 +000086 <felix.metatype.version>1.0.2</felix.metatype.version>
Guillaume Nodet264a2872010-03-12 08:10:43 +000087 <aries.blueprint.version>0.1-incubating-SNAPSHOT</aries.blueprint.version>
88 <aries.jmx.version>0.1-incubating-SNAPSHOT</aries.jmx.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000089 <geronimo.servlet.version>1.1.2</geronimo.servlet.version>
Chris Custine2c9ec922010-02-09 21:44:38 +000090 <jansi.version>1.2</jansi.version>
Guillaume Nodet14f2ff62010-02-05 08:37:57 +000091 <jetty.bundle.version>6.1.22_1</jetty.bundle.version>
Guillaume Nodet7341aab2010-02-03 15:18:50 +000092 <junit.version>4.7_1</junit.version>
Chris Custinec981aab2010-02-09 20:17:25 +000093 <jline.version>0.9.95.20100209</jline.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +000094 <log4j.version>1.2.14</log4j.version>
Gert Vanthienencdec0a22009-06-16 07:05:38 +000095 <maven.version>2.0.9</maven.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +000096 <mina.version>2.0.0-RC1</mina.version>
Guillaume Nodet0f4abbf2009-10-15 18:41:10 +000097 <pax.exam.version>1.1.0</pax.exam.version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +000098 <pax.logging.version>1.4</pax.logging.version>
Guillaume Nodet0f4abbf2009-10-15 18:41:10 +000099 <pax.runner.version>1.2.1</pax.runner.version>
Guillaume Nodet30916382009-10-16 09:44:52 +0000100 <pax.url.version>1.1.2</pax.url.version>
Guillaume Nodet14f2ff62010-02-05 08:37:57 +0000101 <pax.web.version>0.7.2</pax.web.version>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000102 <servlet.api.version>2.5</servlet.api.version>
Guillaume Nodet7d40fd32009-06-18 21:13:47 +0000103 <spring.osgi.version>1.2.0</spring.osgi.version>
104 <spring.version>2.5.6.SEC01</spring.version>
Guillaume Nodet24c7b3d2009-11-25 13:08:04 +0000105 <sshd.version>0.3.0</sshd.version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000106
107 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000108 <appendedResourcesDirectory>${basedir}/etc/appended-resources</appendedResourcesDirectory>
Guillaume Nodet4e32cd62009-05-04 16:30:02 +0000109 <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000110 </properties>
111
112 <repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000113 <!-- Apache snapshots -->
114 <repository>
115 <id>apache-snapshots</id>
116 <name>Apache Snapshots Repository</name>
117 <url>http://repository.apache.org/content/groups/snapshots-group</url>
118 <releases>
119 <enabled>false</enabled>
120 </releases>
121 <snapshots>
122 <enabled>true</enabled>
123 </snapshots>
124 </repository>
125 <!-- ServiceMix repo -->
126 <repository>
127 <id>servicemix</id>
128 <name>Apache ServiceMix Repository</name>
129 <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
130 <releases>
131 <enabled>true</enabled>
132 </releases>
133 <snapshots>
134 <enabled>false</enabled>
135 </snapshots>
136 </repository>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000137 <repository>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000138 <id>jansi.release.m2</id>
139 <name>jansi Release Repository</name>
140 <url>http://jansi.fusesource.org/repo/release</url>
141 <snapshots>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000142 <enabled>false</enabled>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000143 </snapshots>
144 <releases>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000145 <enabled>true</enabled>
Guillaume Nodet624fc9d2009-08-25 09:02:04 +0000146 </releases>
Guillaume Nodet39bd3da2009-09-16 13:22:56 +0000147 </repository>
148 </repositories>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000149
150 <dependencyManagement>
151 <dependencies>
152 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000153 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet20e01152009-10-15 21:01:09 +0000154 <artifactId>manual</artifactId>
155 <type>pdf</type>
156 <version>${pom.version}</version>
157 </dependency>
158 <dependency>
159 <groupId>org.apache.felix.karaf</groupId>
160 <artifactId>manual</artifactId>
161 <type>html</type>
162 <version>${pom.version}</version>
163 </dependency>
164 <dependency>
165 <groupId>org.apache.felix.karaf</groupId>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000166 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000167 <version>${pom.version}</version>
168 </dependency>
169 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000170 <groupId>org.apache.felix.karaf</groupId>
171 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000172 <version>${pom.version}</version>
173 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000174 <dependency>
Gert Vanthienene7983962010-03-04 12:19:22 +0000175 <groupId>org.apache.felix.karaf</groupId>
176 <artifactId>org.apache.felix.karaf.commons</artifactId>
177 <version>${pom.version}</version>
178 </dependency>
179 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000180 <groupId>org.apache.felix.karaf.deployer</groupId>
181 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000182 <version>${pom.version}</version>
183 </dependency>
184 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000185 <groupId>org.apache.felix.karaf.deployer</groupId>
186 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet2e6afd12009-04-30 09:10:03 +0000187 <version>${pom.version}</version>
188 </dependency>
189 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000190 <groupId>org.apache.felix.karaf.deployer</groupId>
191 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000192 <version>${pom.version}</version>
193 </dependency>
194 <dependency>
Guillaume Nodet60a69b62010-02-05 09:40:46 +0000195 <groupId>org.apache.felix.karaf.deployer</groupId>
196 <artifactId>org.apache.felix.karaf.deployer.war</artifactId>
197 <version>${pom.version}</version>
198 </dependency>
199 <dependency>
Gert Vanthienenf54a8392009-05-02 19:57:13 +0000200 <groupId>org.apache.felix.karaf</groupId>
201 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000202 <version>${pom.version}</version>
203 </dependency>
204 <dependency>
Guillaume Nodet3daf0b52009-10-30 11:41:19 +0000205 <groupId>org.apache.felix.karaf.demos</groupId>
206 <artifactId>demos</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000207 <version>${pom.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000208 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000209 <dependency>
Guillaume Nodete692a962009-08-07 09:55:51 +0000210 <groupId>org.apache.felix.karaf.features</groupId>
211 <artifactId>org.apache.felix.karaf.features.core</artifactId>
212 <version>${pom.version}</version>
213 </dependency>
214 <dependency>
215 <groupId>org.apache.felix.karaf.features</groupId>
216 <artifactId>org.apache.felix.karaf.features.command</artifactId>
217 <version>${pom.version}</version>
218 </dependency>
219 <dependency>
220 <groupId>org.apache.felix.karaf.features</groupId>
221 <artifactId>org.apache.felix.karaf.features.management</artifactId>
222 <version>${pom.version}</version>
223 </dependency>
224 <dependency>
Guillaume Nodet8c0c8eb2009-10-22 18:01:48 +0000225 <groupId>org.apache.felix.karaf.admin</groupId>
226 <artifactId>org.apache.felix.karaf.admin.core</artifactId>
227 <version>${pom.version}</version>
228 </dependency>
229 <dependency>
230 <groupId>org.apache.felix.karaf.admin</groupId>
231 <artifactId>org.apache.felix.karaf.admin.command</artifactId>
232 <version>${pom.version}</version>
233 </dependency>
234 <dependency>
235 <groupId>org.apache.felix.karaf.admin</groupId>
236 <artifactId>org.apache.felix.karaf.admin.management</artifactId>
237 <version>${pom.version}</version>
238 </dependency>
239 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000240 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000241 <artifactId>org.apache.felix.karaf.shell.console</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000242 <version>${pom.version}</version>
243 </dependency>
244 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000245 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000246 <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000247 <version>${pom.version}</version>
248 </dependency>
249 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000250 <groupId>org.apache.felix.karaf.shell</groupId>
251 <artifactId>org.apache.felix.karaf.shell.osgi</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000252 <version>${pom.version}</version>
253 </dependency>
254 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000255 <groupId>org.apache.felix.karaf.shell</groupId>
256 <artifactId>org.apache.felix.karaf.shell.log</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000257 <version>${pom.version}</version>
258 </dependency>
259 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000260 <groupId>org.apache.felix.karaf.shell</groupId>
261 <artifactId>org.apache.felix.karaf.shell.config</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000262 <version>${pom.version}</version>
263 </dependency>
264 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000265 <groupId>org.apache.felix.karaf.shell</groupId>
266 <artifactId>org.apache.felix.karaf.shell.packages</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000267 <version>${pom.version}</version>
268 </dependency>
269 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000270 <groupId>org.apache.felix.karaf.shell</groupId>
271 <artifactId>org.apache.felix.karaf.shell.ssh</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000272 <version>${pom.version}</version>
273 </dependency>
274 <dependency>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000275 <groupId>org.apache.felix.karaf.shell</groupId>
276 <artifactId>org.apache.felix.karaf.shell.commands</artifactId>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000277 <version>${pom.version}</version>
278 </dependency>
279 <dependency>
Gert Vanthienend52c71a2009-12-04 15:49:54 +0000280 <groupId>org.apache.felix.karaf.shell</groupId>
281 <artifactId>org.apache.felix.karaf.shell.dev</artifactId>
282 <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 Nodet3daf0b52009-10-30 11:41:19 +0000301 <artifactId>web</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000302 <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 Nodeta446ec22010-02-03 12:23:27 +0000323 <groupId>org.apache.felix.karaf.tooling</groupId>
324 <artifactId>org.apache.felix.karaf.tooling.testing</artifactId>
325 <version>${pom.version}</version>
326 </dependency>
327 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000328 <groupId>org.apache.felix</groupId>
329 <artifactId>org.apache.felix.framework</artifactId>
330 <version>${felix.framework.version}</version>
331 <exclusions>
332 <exclusion>
333 <groupId>org.apache.felix</groupId>
334 <artifactId>org.osgi.compendium</artifactId>
335 </exclusion>
336 </exclusions>
337 </dependency>
338 <dependency>
339 <groupId>org.apache.felix</groupId>
340 <artifactId>org.osgi.compendium</artifactId>
341 <version>${felix.compendium.version}</version>
342 <exclusions>
343 <exclusion>
344 <groupId>org.apache.felix</groupId>
345 <artifactId>org.osgi.foundation</artifactId>
346 </exclusion>
347 <exclusion>
348 <groupId>org.apache.felix</groupId>
349 <artifactId>javax.servlet</artifactId>
350 </exclusion>
351 </exclusions>
352 </dependency>
353 <dependency>
354 <groupId>org.apache.felix</groupId>
355 <artifactId>org.osgi.core</artifactId>
356 <version>${felix.osgi.version}</version>
357 </dependency>
358 <dependency>
359 <groupId>org.apache.felix</groupId>
360 <artifactId>org.apache.felix.configadmin</artifactId>
361 <version>${felix.configadmin.version}</version>
362 </dependency>
363 <dependency>
364 <groupId>org.apache.felix</groupId>
365 <artifactId>org.apache.felix.prefs</artifactId>
366 <version>${felix.prefs.version}</version>
367 </dependency>
368 <dependency>
369 <groupId>org.apache.felix</groupId>
370 <artifactId>org.apache.felix.bundlerepository</artifactId>
371 <version>${felix.bundlerepository.version}</version>
372 <exclusions>
373 <exclusion>
374 <groupId>org.apache.felix</groupId>
375 <artifactId>org.osgi.service.obr</artifactId>
376 </exclusion>
377 <exclusion>
378 <groupId>org.apache.felix</groupId>
379 <artifactId>org.apache.felix.shell</artifactId>
380 </exclusion>
381 <exclusion>
382 <groupId>net.sf.kxml</groupId>
383 <artifactId>kxml2</artifactId>
384 </exclusion>
385 </exclusions>
386 </dependency>
387 <dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000388 <groupId>org.apache.felix</groupId>
Guillaume Nodetace13292009-06-18 21:05:47 +0000389 <artifactId>org.apache.felix.metatype</artifactId>
390 <version>${felix.metatype.version}</version>
391 </dependency>
392 <dependency>
393 <groupId>org.apache.felix</groupId>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000394 <artifactId>org.apache.felix.webconsole</artifactId>
395 <version>${felix.webconsole.version}</version>
396 </dependency>
397 <dependency>
Guillaume Nodet75848652009-06-11 08:36:21 +0000398 <groupId>org.apache.felix</groupId>
Guillaume Nodetdce21f42009-08-31 07:19:00 +0000399 <artifactId>org.apache.felix.fileinstall</artifactId>
400 <version>${felix.fileinstall.version}</version>
Guillaume Nodet75848652009-06-11 08:36:21 +0000401 </dependency>
402 <dependency>
Gert Vanthienencdec0a22009-06-16 07:05:38 +0000403 <groupId>org.apache.felix</groupId>
404 <artifactId>maven-bundle-plugin</artifactId>
405 <version>${felix.plugin.version}</version>
406 </dependency>
407 <dependency>
408 <groupId>org.apache.maven</groupId>
409 <artifactId>maven-plugin-api</artifactId>
410 <version>${maven.version}</version>
411 </dependency>
412 <dependency>
413 <groupId>org.apache.maven</groupId>
414 <artifactId>maven-project</artifactId>
415 <version>${maven.version}</version>
416 </dependency>
417 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000418 <groupId>org.springframework</groupId>
419 <artifactId>spring-aop</artifactId>
420 <version>${spring.version}</version>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000421 <exclusions>
422 <exclusion>
423 <groupId>org.aopalliance</groupId>
424 <artifactId>com.springsource.org.aopalliance</artifactId>
425 </exclusion>
426 </exclusions>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000427 </dependency>
428 <dependency>
429 <groupId>org.springframework</groupId>
430 <artifactId>spring-beans</artifactId>
431 <version>${spring.version}</version>
432 </dependency>
433 <dependency>
434 <groupId>org.springframework</groupId>
435 <artifactId>spring-core</artifactId>
436 <version>${spring.version}</version>
437 </dependency>
438 <dependency>
439 <groupId>org.springframework</groupId>
440 <artifactId>spring-context</artifactId>
441 <version>${spring.version}</version>
442 </dependency>
443 <dependency>
444 <groupId>org.springframework</groupId>
445 <artifactId>spring-test</artifactId>
446 <version>${spring.version}</version>
447 </dependency>
448 <dependency>
449 <groupId>org.springframework.osgi</groupId>
450 <artifactId>spring-osgi-core</artifactId>
451 <version>${spring.osgi.version}</version>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000452 <exclusions>
453 <exclusion>
454 <groupId>org.springframework</groupId>
455 <artifactId>org.springframework.aop</artifactId>
456 </exclusion>
457 <exclusion>
458 <groupId>org.springframework</groupId>
459 <artifactId>org.springframework.beans</artifactId>
460 </exclusion>
461 <exclusion>
462 <groupId>org.springframework</groupId>
463 <artifactId>org.springframework.context</artifactId>
464 </exclusion>
465 <exclusion>
466 <groupId>org.springframework</groupId>
467 <artifactId>org.springframework.core</artifactId>
468 </exclusion>
469 </exclusions>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000470 </dependency>
471 <dependency>
472 <groupId>org.springframework.osgi</groupId>
473 <artifactId>spring-osgi-io</artifactId>
474 <version>${spring.osgi.version}</version>
475 </dependency>
476 <dependency>
477 <groupId>org.springframework.osgi</groupId>
478 <artifactId>spring-osgi-extender</artifactId>
479 <version>${spring.osgi.version}</version>
480 </dependency>
481 <dependency>
482 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet99676532009-08-24 07:27:30 +0000483 <artifactId>spring-osgi-annotation</artifactId>
484 <version>${spring.osgi.version}</version>
485 </dependency>
486 <dependency>
487 <groupId>org.springframework.osgi</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000488 <artifactId>spring-osgi-test</artifactId>
489 <version>${spring.osgi.version}</version>
490 <exclusions>
491 <exclusion>
492 <groupId>org.springframework.osgi</groupId>
493 <artifactId>asm.osgi</artifactId>
494 </exclusion>
495 <exclusion>
496 <groupId>org.junit</groupId>
497 <artifactId>com.springsource.junit</artifactId>
498 </exclusion>
499 <exclusion>
500 <groupId>org.objectweb.asm</groupId>
501 <artifactId>com.springsource.org.objectweb.asm</artifactId>
502 </exclusion>
503 </exclusions>
504 </dependency>
505 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000506 <groupId>org.apache.servicemix.bundles</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000507 <artifactId>org.apache.servicemix.bundles.junit</artifactId>
508 <version>${junit.version}</version>
509 </dependency>
510 <dependency>
Guillaume Nodet60a69b62010-02-05 09:40:46 +0000511 <groupId>org.apache.servicemix.bundles</groupId>
512 <artifactId>org.apache.servicemix.bundles.jetty-bundle</artifactId>
513 <version>${jetty.bundle.version}</version>
514 </dependency>
515 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000516 <groupId>log4j</groupId>
517 <artifactId>log4j</artifactId>
518 <version>${log4j.version}</version>
519 </dependency>
520 <dependency>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000521 <groupId>jline</groupId>
522 <artifactId>jline</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000523 <version>${jline.version}</version>
Guillaume Nodetcb2db1b2009-07-10 06:56:47 +0000524 </dependency>
525 <dependency>
526 <groupId>org.fusesource.jansi</groupId>
527 <artifactId>jansi</artifactId>
528 <version>${jansi.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000529 </dependency>
530 <dependency>
531 <groupId>commons-logging</groupId>
532 <artifactId>commons-logging</artifactId>
533 <version>${commons.logging.version}</version>
534 </dependency>
535 <dependency>
536 <groupId>org.apache.maven.artifact</groupId>
537 <artifactId>maven-artifact</artifactId>
538 <version>3.0-alpha-1</version>
539 </dependency>
540 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000541 <groupId>org.apache.mina</groupId>
542 <artifactId>mina-core</artifactId>
543 <version>${mina.version}</version>
544 <exclusions>
545 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000546 <groupId>org.easymock</groupId>
547 <artifactId>easymock</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000548 </exclusion>
549 <exclusion>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000550 <groupId>org.easymock</groupId>
551 <artifactId>easymockclassextension</artifactId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000552 </exclusion>
553 </exclusions>
554 </dependency>
555 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000556 <groupId>org.slf4j</groupId>
557 <artifactId>slf4j-api</artifactId>
558 <version>1.4.3</version>
559 </dependency>
560 <dependency>
561 <groupId>org.slf4j</groupId>
562 <artifactId>slf4j-jdk14</artifactId>
563 <version>1.4.3</version>
564 </dependency>
565 <dependency>
566 <groupId>org.slf4j</groupId>
567 <artifactId>slf4j-nop</artifactId>
568 <version>1.4.3</version>
569 </dependency>
570 <dependency>
Guillaume Nodet3daf0b52009-10-30 11:41:19 +0000571 <groupId>org.slf4j</groupId>
572 <artifactId>slf4j-simple</artifactId>
573 <version>1.4.3</version>
574 </dependency>
575 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000576 <groupId>org.ops4j.pax.logging</groupId>
577 <artifactId>pax-logging-api</artifactId>
578 <version>${pax.logging.version}</version>
579 </dependency>
580 <dependency>
581 <groupId>org.ops4j.pax.logging</groupId>
582 <artifactId>pax-logging-service</artifactId>
583 <version>${pax.logging.version}</version>
584 <exclusions>
585 <exclusion>
586 <groupId>log4j</groupId>
587 <artifactId>log4j</artifactId>
588 </exclusion>
589 </exclusions>
590 </dependency>
591 <dependency>
592 <groupId>org.ops4j.pax.url</groupId>
593 <artifactId>pax-url-mvn</artifactId>
594 <version>${pax.url.version}</version>
595 </dependency>
596 <dependency>
597 <groupId>org.ops4j.pax.url</groupId>
598 <artifactId>pax-url-wrap</artifactId>
599 <version>${pax.url.version}</version>
600 </dependency>
601 <dependency>
Guillaume Nodet60a69b62010-02-05 09:40:46 +0000602 <groupId>org.ops4j.pax.url</groupId>
603 <artifactId>pax-url-war</artifactId>
604 <version>${pax.url.version}</version>
605 </dependency>
606 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000607 <groupId>org.apache.geronimo.specs</groupId>
608 <artifactId>geronimo-servlet_2.5_spec</artifactId>
609 <version>${geronimo.servlet.version}</version>
610 </dependency>
611 <dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000612 <groupId>org.easymock</groupId>
613 <artifactId>easymock</artifactId>
614 <version>${easymock.version}</version>
615 </dependency>
616 <dependency>
617 <groupId>org.apache.sshd</groupId>
618 <artifactId>sshd-core</artifactId>
619 <version>${sshd.version}</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000620 </dependency>
621 <dependency>
Guillaume Nodet59061172009-04-29 16:35:06 +0000622 <groupId>org.ops4j.pax.exam</groupId>
623 <artifactId>pax-exam</artifactId>
624 <version>${pax.exam.version}</version>
625 </dependency>
626 <dependency>
627 <groupId>org.ops4j.pax.exam</groupId>
628 <artifactId>pax-exam-junit</artifactId>
629 <version>${pax.exam.version}</version>
630 </dependency>
631 <dependency>
632 <groupId>org.ops4j.pax.exam</groupId>
633 <artifactId>pax-exam-container-default</artifactId>
634 <version>${pax.exam.version}</version>
635 </dependency>
636 <dependency>
637 <groupId>org.ops4j.pax.exam</groupId>
638 <artifactId>pax-exam-junit-extender-impl</artifactId>
639 <version>${pax.exam.version}</version>
640 </dependency>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000641 <dependency>
642 <groupId>org.eclipse</groupId>
643 <artifactId>osgi</artifactId>
644 <version>${equinox.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000645 </dependency>
Gert Vanthienen0f62b5b2009-06-06 13:57:36 +0000646 <dependency>
647 <groupId>javax.servlet</groupId>
648 <artifactId>servlet-api</artifactId>
649 <version>${servlet.api.version}</version>
Guillaume Nodetb417d982009-05-05 15:46:15 +0000650 </dependency>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000651 <dependency>
Guillaume Nodetcf99b612010-02-20 20:23:14 +0000652 <groupId>org.apache.aries.blueprint</groupId>
653 <artifactId>org.apache.aries.blueprint</artifactId>
654 <version>${aries.blueprint.version}</version>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000655 <exclusions>
656 <exclusion>
657 <groupId>org.apache.felix</groupId>
658 <artifactId>javax.servlet</artifactId>
659 </exclusion>
660 </exclusions>
Guillaume Nodet6b2946d2009-06-18 20:57:23 +0000661 </dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000662 <dependency>
Guillaume Nodetcf99b612010-02-20 20:23:14 +0000663 <groupId>org.apache.aries.jmx</groupId>
664 <artifactId>org.apache.aries.jmx</artifactId>
665 <version>${aries.jmx.version}</version>
666 </dependency>
667 <dependency>
668 <groupId>org.apache.aries.jmx</groupId>
669 <artifactId>org.apache.aries.jmx.blueprint</artifactId>
670 <version>${aries.jmx.version}</version>
671 </dependency>
672 <dependency>
Guillaume Nodet129433d2009-07-09 08:29:14 +0000673 <groupId>org.apache.felix.gogo</groupId>
674 <artifactId>org.apache.felix.gogo.runtime</artifactId>
675 <version>${felix.gogo.version}</version>
676 </dependency>
677 <dependency>
678 <groupId>org.apache.felix.gogo</groupId>
679 <artifactId>org.apache.felix.gogo.commands</artifactId>
680 <version>${felix.gogo.version}</version>
681 </dependency>
Guillaume Nodetc0f02ca2009-08-10 08:16:33 +0000682 <dependency>
683 <groupId>org.ops4j.pax.runner</groupId>
684 <artifactId>pax-runner-no-jcl</artifactId>
685 <version>${pax.runner.version}</version>
686 </dependency>
Guillaume Nodet60a69b62010-02-05 09:40:46 +0000687 <dependency>
688 <groupId>org.ops4j.pax.web</groupId>
689 <artifactId>pax-web-api</artifactId>
690 <version>${pax.web.version}</version>
691 </dependency>
692 <dependency>
693 <groupId>org.ops4j.pax.web</groupId>
694 <artifactId>pax-web-spi</artifactId>
695 <version>${pax.web.version}</version>
696 </dependency>
697 <dependency>
698 <groupId>org.ops4j.pax.web</groupId>
699 <artifactId>pax-web-runtime</artifactId>
700 <version>${pax.web.version}</version>
701 </dependency>
702 <dependency>
703 <groupId>org.ops4j.pax.web</groupId>
704 <artifactId>pax-web-jetty</artifactId>
705 <version>${pax.web.version}</version>
706 </dependency>
707 <dependency>
708 <groupId>org.ops4j.pax.web</groupId>
709 <artifactId>pax-web-jsp</artifactId>
710 <version>${pax.web.version}</version>
711 </dependency>
712 <dependency>
713 <groupId>org.ops4j.pax.web</groupId>
714 <artifactId>pax-web-extender-war</artifactId>
715 <version>${pax.web.version}</version>
716 </dependency>
717 <dependency>
718 <groupId>org.ops4j.pax.web</groupId>
719 <artifactId>pax-web-extender-whiteboard</artifactId>
720 <version>${pax.web.version}</version>
721 </dependency>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000722 </dependencies>
723 </dependencyManagement>
724
725 <build>
726 <defaultGoal>install</defaultGoal>
727
728 <pluginManagement>
729 <plugins>
730 <plugin>
731 <groupId>org.apache.maven.plugins</groupId>
732 <artifactId>maven-eclipse-plugin</artifactId>
733 <version>2.4</version>
734 <configuration>
735 <outputDirectory>${basedir}/eclipse-classes</outputDirectory>
736 <downloadSources>true</downloadSources>
737 <downloadJavadocs>true</downloadJavadocs>
738 </configuration>
739 </plugin>
740 <plugin>
741 <groupId>org.apache.maven.plugins</groupId>
742 <artifactId>maven-release-plugin</artifactId>
Chris Custine8533da62010-02-24 15:29:25 +0000743 <version>2.0</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000744 <configuration>
745 <useReleaseProfile>false</useReleaseProfile>
Guillaume Nodet7398a722009-09-22 09:00:32 +0000746 <preparationGoals>clean install</preparationGoals>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000747 <goals>deploy</goals>
748 <arguments>-Prelease,deploy</arguments>
749 <autoVersionSubmodules>true</autoVersionSubmodules>
750 </configuration>
751 </plugin>
752 <plugin>
753 <groupId>org.apache.felix</groupId>
754 <artifactId>maven-bundle-plugin</artifactId>
755 <version>${felix.plugin.version}</version>
756 <extensions>true</extensions>
757 </plugin>
758 <plugin>
759 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000760 <artifactId>maven-idea-plugin</artifactId>
761 <version>2.1</version>
762 <configuration>
763 <downloadSources>true</downloadSources>
764 <downloadJavadocs>true</downloadJavadocs>
765 </configuration>
766 </plugin>
767 <plugin>
768 <groupId>org.apache.maven.plugins</groupId>
769 <artifactId>maven-surefire-plugin</artifactId>
770 <version>2.3.1</version>
771 </plugin>
772 <plugin>
773 <groupId>org.apache.maven.plugins</groupId>
774 <artifactId>maven-shade-plugin</artifactId>
775 <version>1.2</version>
776 </plugin>
777 <plugin>
778 <groupId>org.apache.maven.plugins</groupId>
779 <artifactId>maven-resources-plugin</artifactId>
780 <version>2.3</version>
781 </plugin>
782 <plugin>
783 <groupId>org.apache.servicemix.tooling</groupId>
784 <artifactId>depends-maven-plugin</artifactId>
785 <version>${depends.maven.plugin.version}</version>
786 </plugin>
787 <plugin>
788 <groupId>org.apache.maven.plugins</groupId>
789 <artifactId>maven-source-plugin</artifactId>
790 <version>2.0.4</version>
791 </plugin>
792 <plugin>
793 <groupId>org.apache.maven.plugins</groupId>
794 <artifactId>maven-assembly-plugin</artifactId>
795 <version>2.2-beta-3</version>
796 </plugin>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000797 <plugin>
798 <groupId>org.apache.maven.plugins</groupId>
799 <artifactId>maven-antrun-plugin</artifactId>
800 <version>1.2</version>
801 <dependencies>
802 <dependency>
803 <groupId>ant-contrib</groupId>
804 <artifactId>ant-contrib</artifactId>
805 <version>1.0b3</version>
806 </dependency>
807 <dependency>
808 <groupId>ant</groupId>
809 <artifactId>ant-optional</artifactId>
810 <version>1.5.3-1</version>
811 </dependency>
Guillaume Nodetf06efd92009-10-16 09:35:27 +0000812 <dependency>
813 <groupId>org.ccil.cowan.tagsoup</groupId>
814 <artifactId>tagsoup</artifactId>
815 <version>1.2</version>
816 </dependency>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000817 </dependencies>
818 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000819 </plugins>
820 </pluginManagement>
821 <plugins>
822 <plugin>
823 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet60dbfd72009-05-11 14:33:35 +0000824 <artifactId>maven-compiler-plugin</artifactId>
825 <version>2.0.2</version>
826 <configuration>
827 <source>1.5</source>
828 <target>1.5</target>
829 <maxmem>256M</maxmem>
830 <fork>${compiler.fork}</fork>
831 </configuration>
832 </plugin>
833 <plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000834 <artifactId>maven-remote-resources-plugin</artifactId>
Chris Custine74789eb2009-11-14 19:56:18 +0000835 <version>1.1</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000836 <executions>
837 <execution>
838 <goals>
839 <goal>process</goal>
840 </goals>
841 <configuration>
Guillaume Nodet23a0f3d2009-09-18 20:14:54 +0000842 <appendedResourcesDirectory>${appendedResourcesDirectory}</appendedResourcesDirectory>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000843 <resourceBundles>
844 <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>
845 </resourceBundles>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000846 </configuration>
847 </execution>
848 </executions>
849 </plugin>
Guillaume Nodete73545e2009-09-18 20:25:06 +0000850 <plugin>
851 <groupId>org.apache.maven.plugins</groupId>
852 <artifactId>maven-antrun-plugin</artifactId>
853 <executions>
854 <execution>
855 <id>copy-notice</id>
856 <phase>generate-resources</phase>
857 <configuration>
858 <tasks>
Guillaume Nodet6896d702009-09-22 09:11:12 +0000859 <copy file="NOTICE" todir="target/maven-shared-archive-resources/META-INF" failonerror="false" overwrite="true" />
Guillaume Nodete73545e2009-09-18 20:25:06 +0000860 </tasks>
861 </configuration>
862 <goals>
863 <goal>run</goal>
864 </goals>
865 </execution>
866 </executions>
867 </plugin>
868 <plugin>
869 <groupId>org.apache.maven.plugins</groupId>
870 <artifactId>maven-resources-plugin</artifactId>
871 </plugin>
Guillaume Nodet83ebd4d2010-03-05 15:05:56 +0000872 <plugin>
873 <groupId>org.apache.felix</groupId>
874 <artifactId>maven-bundle-plugin</artifactId>
875 <inherited>true</inherited>
876 <executions>
877 <execution>
878 <id>cleanVersions</id>
879 <phase>generate-sources</phase>
880 <goals>
881 <goal>cleanVersions</goal>
882 </goals>
883 <configuration>
884 <versions>
885 <karaf.osgi.version>${pom.version}</karaf.osgi.version>
886 </versions>
887 </configuration>
888 </execution>
889 </executions>
890 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000891 </plugins>
892 </build>
893
894 <reporting>
895 <plugins>
896 <plugin>
897 <groupId>org.apache.maven.plugins</groupId>
898 <artifactId>maven-javadoc-plugin</artifactId>
899 <version>2.3</version>
900 </plugin>
901 <plugin>
902 <groupId>org.apache.maven.plugins</groupId>
903 <artifactId>maven-jxr-plugin</artifactId>
904 <version>2.0</version>
905 </plugin>
906 </plugins>
907 </reporting>
908
909 <profiles>
910 <profile>
911 <id>fastinstall</id>
912 <properties>
913 <maven.test.skip>true</maven.test.skip>
914 </properties>
915 </profile>
916 <profile>
917 <id>rat</id>
918 <build>
919 <plugins>
920 <plugin>
Chris Custine7e08f862010-03-01 05:11:13 +0000921 <groupId>org.apache.rat</groupId>
922 <artifactId>apache-rat-plugin</artifactId>
923 <version>0.6</version>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000924 <executions>
925 <execution>
926 <phase>verify</phase>
927 <goals>
928 <goal>check</goal>
929 </goals>
930 </execution>
931 </executions>
932 <configuration>
933 <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
Chris Custine7e08f862010-03-01 05:11:13 +0000934 <excludeSubProjects>false</excludeSubProjects>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000935 <excludes>
936 <exclude>**/target/**/*</exclude>
937 <!-- IDEA files -->
938 <exclude>**/*.iml</exclude>
939 <exclude>**/*.ipr</exclude>
940 <exclude>**/*.iws</exclude>
941 <!-- Eclipse files -->
942 <exclude>**/.*</exclude>
943 <exclude>**/eclipse-classes/**/*</exclude>
944 <exclude>**/dependency-reduced-pom.xml</exclude>
Chris Custine2c211122010-03-01 22:04:04 +0000945 <!--RAT doesn't seem to recognize MIT style licenses-->
946 <exclude>manual/src/styles/print.css</exclude>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000947 </excludes>
948 </configuration>
949 </plugin>
950 </plugins>
951 </build>
952 </profile>
953 <profile>
954 <id>release</id>
955 <build>
956 <plugins>
957 <!-- We want to deploy the artifact to a staging location for perusal -->
958 <plugin>
959 <inherited>true</inherited>
960 <artifactId>maven-deploy-plugin</artifactId>
961 <version>2.3</version>
962 <configuration>
963 <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
964 <updateReleaseInfo>true</updateReleaseInfo>
965 </configuration>
966 </plugin>
967 <!-- We want to sign the artifact, the POM, and all attached artifacts -->
968 <plugin>
969 <artifactId>maven-gpg-plugin</artifactId>
970 <version>1.0-alpha-4</version>
971 <executions>
972 <execution>
Chris Custinec7838962010-03-03 07:20:47 +0000973 <id>sign-artifacts</id>
974 <phase>verify</phase>
Guillaume Nodet05fac962009-04-27 10:01:58 +0000975 <goals>
976 <goal>sign</goal>
977 </goals>
978 </execution>
979 </executions>
980 </plugin>
Guillaume Nodet20d57732009-09-21 19:29:37 +0000981 <plugin>
982 <groupId>org.apache.maven.plugins</groupId>
983 <artifactId>maven-assembly-plugin</artifactId>
984 <executions>
985 <execution>
986 <id>make-assembly</id>
987 <phase>none</phase>
988 </execution>
989 </executions>
990 </plugin>
991 <plugin>
992 <groupId>org.codehaus.mojo</groupId>
993 <artifactId>build-helper-maven-plugin</artifactId>
994 <executions>
995 <execution>
996 <id>attach-assemblies</id>
997 <phase>none</phase>
998 </execution>
999 </executions>
1000 </plugin>
Guillaume Nodet05fac962009-04-27 10:01:58 +00001001 </plugins>
1002 </build>
1003 </profile>
1004 <profile>
1005 <id>setup.eclipse</id>
1006 <modules>
1007 <module>assembly</module>
1008 </modules>
1009 <properties>
1010 <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir>
1011 </properties>
1012 <build>
1013 <defaultGoal>eclipse:eclipse</defaultGoal>
1014 <plugins>
1015 <plugin>
1016 <groupId>org.apache.maven.plugins</groupId>
1017 <artifactId>maven-eclipse-plugin</artifactId>
1018 <inherited>false</inherited>
1019 <executions>
1020 <execution>
1021 <id>setup.eclipse.workspace</id>
1022 <phase>process-test-sources</phase>
1023 <goals>
1024 <goal>add-maven-repo</goal>
1025 </goals>
1026 <configuration>
1027 <workspace>${eclipse.workspace.dir}</workspace>
1028 </configuration>
1029 </execution>
1030 </executions>
1031 </plugin>
1032 </plugins>
1033 </build>
1034 </profile>
1035 <profile>
1036 <id>deploy</id>
1037 <properties>
1038 <createSourcesJar>true</createSourcesJar>
1039 </properties>
1040 <build>
1041 <defaultGoal>deploy</defaultGoal>
1042 <plugins>
1043 <plugin>
1044 <groupId>org.apache.maven.plugins</groupId>
1045 <artifactId>maven-source-plugin</artifactId>
1046 <version>2.0.4</version>
1047 <executions>
1048 <execution>
1049 <id>attach-sources</id>
1050 <goals>
1051 <goal>jar</goal>
1052 </goals>
1053 </execution>
1054 </executions>
1055 </plugin>
1056 <plugin>
1057 <groupId>org.apache.maven.plugins</groupId>
1058 <artifactId>maven-javadoc-plugin</artifactId>
1059 <version>2.4</version>
1060 <configuration>
1061 <source>1.5</source>
1062 </configuration>
1063 <executions>
1064 <execution>
1065 <id>attach-javadocs</id>
1066 <goals>
1067 <goal>jar</goal>
1068 </goals>
1069 </execution>
1070 </executions>
1071 </plugin>
1072 </plugins>
1073 </build>
1074 </profile>
1075 </profiles>
1076
1077</project>