Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 1 | <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 | --> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 21 | |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 22 | <modelVersion>4.0.0</modelVersion> |
| 23 | |
| 24 | <parent> |
Guillaume Nodet | bb681e6 | 2009-05-11 11:55:10 +0000 | [diff] [blame] | 25 | <groupId>org.apache.felix</groupId> |
Gert Vanthienen | abed2af | 2009-06-16 11:58:10 +0000 | [diff] [blame] | 26 | <artifactId>felix-parent</artifactId> |
| 27 | <version>1.2.0</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 28 | </parent> |
| 29 | |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 30 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | bb681e6 | 2009-05-11 11:55:10 +0000 | [diff] [blame] | 31 | <artifactId>karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 32 | <packaging>pom</packaging> |
Guillaume Nodet | adc9d28 | 2009-08-25 09:03:55 +0000 | [diff] [blame] | 33 | <version>0.9.0-SNAPSHOT</version> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 34 | <name>Apache Felix Karaf</name> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 35 | <inceptionYear>2007</inceptionYear> |
| 36 | |
| 37 | <modules> |
| 38 | <module>main</module> |
Guillaume Nodet | e692a96 | 2009-08-07 09:55:51 +0000 | [diff] [blame] | 39 | <module>features</module> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 40 | <module>deployer</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 41 | <module>gshell</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 42 | <module>jaas</module> |
| 43 | <module>client</module> |
| 44 | <module>management</module> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 45 | <module>webconsole</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 46 | <module>assembly</module> |
| 47 | <module>demos</module> |
Guillaume Nodet | 751a487 | 2009-08-17 20:22:49 +0000 | [diff] [blame] | 48 | <module>itests</module> |
Gert Vanthienen | cdec0a2 | 2009-06-16 07:05:38 +0000 | [diff] [blame] | 49 | <module>tooling</module> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 50 | </modules> |
| 51 | |
| 52 | <scm> |
Carsten Ziegeler | b52a53f | 2009-04-27 18:39:46 +0000 | [diff] [blame] | 53 | <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/karaf</connection> |
| 54 | <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/karaf</developerConnection> |
| 55 | <url>http://svn.apache.org/viewvc/felix/trunk/karaf/</url> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 56 | </scm> |
| 57 | |
| 58 | <issueManagement> |
| 59 | <system>jira</system> |
Guillaume Nodet | bb681e6 | 2009-05-11 11:55:10 +0000 | [diff] [blame] | 60 | <url>https://issues.apache.org/jira/browse/FELIX/component/12312824</url> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 61 | </issueManagement> |
| 62 | |
| 63 | <prerequisites> |
| 64 | <maven>2.0.7</maven> |
| 65 | </prerequisites> |
| 66 | |
| 67 | <properties> |
Guillaume Nodet | 9967653 | 2009-08-24 07:27:30 +0000 | [diff] [blame] | 68 | <aopalliance.version>1.0_1</aopalliance.version> |
| 69 | <cglib.version>2.1_3_2</cglib.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 70 | <commons.logging.version>1.1.1</commons.logging.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 71 | <depends.maven.plugin.version>1.0</depends.maven.plugin.version> |
| 72 | <easymock.version>2.4</easymock.version> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 73 | <equinox.version>3.5.0.v20090520</equinox.version> |
Guillaume Nodet | 56ee692 | 2009-04-28 21:28:02 +0000 | [diff] [blame] | 74 | <felix.bundlerepository.version>1.4.0</felix.bundlerepository.version> |
Gert Vanthienen | f789768 | 2009-06-06 12:03:00 +0000 | [diff] [blame] | 75 | <felix.compendium.version>1.2.0</felix.compendium.version> |
| 76 | <felix.configadmin.version>1.0.4</felix.configadmin.version> |
Guillaume Nodet | dce21f4 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 77 | <felix.fileinstall.version>1.3.0-SNAPSHOT</felix.fileinstall.version> |
Guillaume Nodet | 71725de | 2009-06-18 21:09:10 +0000 | [diff] [blame] | 78 | <felix.framework.version>1.9.0-SNAPSHOT</felix.framework.version> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 79 | <felix.gogo.version>0.9.0-SNAPSHOT</felix.gogo.version> |
Guillaume Nodet | 71725de | 2009-06-18 21:09:10 +0000 | [diff] [blame] | 80 | <felix.osgi.version>1.3.0-SNAPSHOT</felix.osgi.version> |
Gert Vanthienen | f789768 | 2009-06-06 12:03:00 +0000 | [diff] [blame] | 81 | <felix.plugin.version>2.0.0</felix.plugin.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 82 | <felix.prefs.version>1.0.2</felix.prefs.version> |
Gert Vanthienen | 3b48560 | 2009-07-03 14:05:00 +0000 | [diff] [blame] | 83 | <felix.webconsole.version>1.2.11-SNAPSHOT</felix.webconsole.version> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 84 | <felix.metatype.version>1.0.2</felix.metatype.version> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 85 | <geronimo.blueprint.version>1.0.0-SNAPSHOT</geronimo.blueprint.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 86 | <geronimo.servlet.version>1.1.2</geronimo.servlet.version> |
Guillaume Nodet | 624fc9d | 2009-08-25 09:02:04 +0000 | [diff] [blame] | 87 | <jansi.version>1.0</jansi.version> |
Guillaume Nodet | 7d40fd3 | 2009-06-18 21:13:47 +0000 | [diff] [blame] | 88 | <jetty.bundle.version>6.1.14_1</jetty.bundle.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 89 | <junit.version>3.8.2_1</junit.version> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 90 | <jline.version>0.9.95-SNAPSHOT</jline.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 91 | <log4j.version>1.2.14</log4j.version> |
Gert Vanthienen | cdec0a2 | 2009-06-16 07:05:38 +0000 | [diff] [blame] | 92 | <maven.version>2.0.9</maven.version> |
Guillaume Nodet | 65b51e9 | 2009-06-08 19:25:20 +0000 | [diff] [blame] | 93 | <mina.version>2.0.0-M6</mina.version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 94 | <pax.exam.version>1.0.0</pax.exam.version> |
| 95 | <pax.logging.version>1.4</pax.logging.version> |
| 96 | <pax.runner.version>1.1.1</pax.runner.version> |
| 97 | <pax.url.version>1.0.0</pax.url.version> |
Guillaume Nodet | 7d40fd3 | 2009-06-18 21:13:47 +0000 | [diff] [blame] | 98 | <pax.web.version>0.6.0</pax.web.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 99 | <servicemix.legal.version>1.0</servicemix.legal.version> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 100 | <servlet.api.version>2.5</servlet.api.version> |
Guillaume Nodet | 7d40fd3 | 2009-06-18 21:13:47 +0000 | [diff] [blame] | 101 | <spring.osgi.version>1.2.0</spring.osgi.version> |
| 102 | <spring.version>2.5.6.SEC01</spring.version> |
Guillaume Nodet | fd301ae | 2009-08-26 12:24:15 +0000 | [diff] [blame] | 103 | <sshd.version>0.2.0</sshd.version> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 104 | <osgi.jmx.version>4.2.0.200907080519</osgi.jmx.version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 105 | |
| 106 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Guillaume Nodet | 4e32cd6 | 2009-05-04 16:30:02 +0000 | [diff] [blame] | 107 | |
Guillaume Nodet | 4e32cd6 | 2009-05-04 16:30:02 +0000 | [diff] [blame] | 108 | <bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 109 | </properties> |
| 110 | |
| 111 | <repositories> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 112 | <!-- Apache snapshots --> |
| 113 | <repository> |
| 114 | <id>apache-snapshots</id> |
| 115 | <name>Apache Snapshots Repository</name> |
| 116 | <url>http://repository.apache.org/content/groups/snapshots-group</url> |
| 117 | <releases> |
| 118 | <enabled>false</enabled> |
| 119 | </releases> |
| 120 | <snapshots> |
| 121 | <enabled>true</enabled> |
| 122 | </snapshots> |
| 123 | </repository> |
| 124 | <!-- ServiceMix repo --> |
| 125 | <repository> |
| 126 | <id>servicemix</id> |
| 127 | <name>Apache ServiceMix Repository</name> |
| 128 | <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url> |
| 129 | <releases> |
| 130 | <enabled>true</enabled> |
| 131 | </releases> |
| 132 | <snapshots> |
| 133 | <enabled>false</enabled> |
| 134 | </snapshots> |
| 135 | </repository> |
| 136 | <!-- OPS4J repo --> |
| 137 | <repository> |
| 138 | <id>ops4j</id> |
| 139 | <name>OPS4j Repository</name> |
| 140 | <url>http://repository.ops4j.org/maven2</url> |
| 141 | <releases> |
| 142 | <enabled>true</enabled> |
| 143 | </releases> |
| 144 | <snapshots> |
| 145 | <enabled>false</enabled> |
| 146 | </snapshots> |
| 147 | </repository> |
Guillaume Nodet | 9642338 | 2009-06-19 10:36:37 +0000 | [diff] [blame] | 148 | <!-- OPS4J Snapshot repo --> |
| 149 | <repository> |
| 150 | <id>ops4j-snapshots</id> |
| 151 | <name>OPS4j Repository Snapshot</name> |
| 152 | <url>http://repository.ops4j.org/mvn-snapshots</url> |
| 153 | <releases> |
| 154 | <enabled>false</enabled> |
| 155 | </releases> |
| 156 | <snapshots> |
| 157 | <enabled>true</enabled> |
| 158 | </snapshots> |
| 159 | </repository> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 160 | <!-- Spring milestones repository --> |
| 161 | <!-- TODO: remove this repo when spring-dm 1.2.0 is out --> |
| 162 | <repository> |
| 163 | <id>spring-milestone</id> |
| 164 | <name>Spring Portfolio Milestone Repository</name> |
| 165 | <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url> |
| 166 | <releases> |
| 167 | <enabled>true</enabled> |
| 168 | </releases> |
| 169 | <snapshots> |
| 170 | <enabled>false</enabled> |
| 171 | </snapshots> |
| 172 | </repository> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 173 | |
| 174 | <repository> |
| 175 | <id>gnodet.snapshots</id> |
| 176 | <url>http://people.apache.org/~gnodet/snapshots</url> |
| 177 | <releases> |
| 178 | <enabled>false</enabled> |
| 179 | </releases> |
| 180 | <snapshots> |
| 181 | <enabled>true</enabled> |
| 182 | </snapshots> |
| 183 | </repository> |
Gert Vanthienen | 14110c1 | 2009-08-06 21:36:13 +0000 | [diff] [blame] | 184 | |
| 185 | <repository> |
| 186 | <id>jansi.snapshot.m2</id> |
| 187 | <url>http://jansi.fusesource.org/repo/snapshot</url> |
| 188 | <releases> |
| 189 | <enabled>false</enabled> |
| 190 | </releases> |
| 191 | <snapshots> |
| 192 | <enabled>true</enabled> |
| 193 | </snapshots> |
| 194 | </repository> |
Guillaume Nodet | 624fc9d | 2009-08-25 09:02:04 +0000 | [diff] [blame] | 195 | <repository> |
| 196 | <id>jansi.release.m2</id> |
| 197 | <name>jansi Release Repository</name> |
| 198 | <url>http://jansi.fusesource.org/repo/release</url> |
| 199 | <snapshots> |
| 200 | <enabled>false</enabled> |
| 201 | </snapshots> |
| 202 | <releases> |
| 203 | <enabled>true</enabled> |
| 204 | </releases> |
| 205 | </repository> |
| 206 | </repositories> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 207 | <pluginRepositories> |
| 208 | <!-- ServiceMix repo --> |
| 209 | <pluginRepository> |
| 210 | <id>servicemix</id> |
| 211 | <name>Apache ServiceMix Repository</name> |
| 212 | <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url> |
| 213 | </pluginRepository> |
| 214 | </pluginRepositories> |
| 215 | |
| 216 | <dependencyManagement> |
| 217 | <dependencies> |
| 218 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 219 | <groupId>org.apache.felix.karaf</groupId> |
| 220 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 221 | <version>${pom.version}</version> |
| 222 | </dependency> |
| 223 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 224 | <groupId>org.apache.felix.karaf</groupId> |
| 225 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 226 | <version>${pom.version}</version> |
| 227 | </dependency> |
Guillaume Nodet | dce21f4 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 228 | <!-- |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 229 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 230 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 231 | <artifactId>org.apache.felix.karaf.deployer.filemonitor</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 232 | <version>${pom.version}</version> |
| 233 | </dependency> |
Guillaume Nodet | dce21f4 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 234 | --> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 235 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 236 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 237 | <artifactId>org.apache.felix.karaf.deployer.spring</artifactId> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 238 | <version>${pom.version}</version> |
| 239 | </dependency> |
| 240 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 241 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 242 | <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 243 | <version>${pom.version}</version> |
| 244 | </dependency> |
| 245 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 246 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 247 | <artifactId>org.apache.felix.karaf.deployer.features</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 248 | <version>${pom.version}</version> |
| 249 | </dependency> |
| 250 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 251 | <groupId>org.apache.felix.karaf</groupId> |
| 252 | <artifactId>org.apache.felix.karaf.management</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 253 | <version>${pom.version}</version> |
| 254 | </dependency> |
| 255 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 256 | <groupId>org.apache.felix.karaf</groupId> |
| 257 | <artifactId>org.apache.felix.karaf.demos</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 258 | <version>${pom.version}</version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 259 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 260 | <dependency> |
Guillaume Nodet | e692a96 | 2009-08-07 09:55:51 +0000 | [diff] [blame] | 261 | <groupId>org.apache.felix.karaf.features</groupId> |
| 262 | <artifactId>org.apache.felix.karaf.features.core</artifactId> |
| 263 | <version>${pom.version}</version> |
| 264 | </dependency> |
| 265 | <dependency> |
| 266 | <groupId>org.apache.felix.karaf.features</groupId> |
| 267 | <artifactId>org.apache.felix.karaf.features.command</artifactId> |
| 268 | <version>${pom.version}</version> |
| 269 | </dependency> |
| 270 | <dependency> |
| 271 | <groupId>org.apache.felix.karaf.features</groupId> |
| 272 | <artifactId>org.apache.felix.karaf.features.management</artifactId> |
| 273 | <version>${pom.version}</version> |
| 274 | </dependency> |
| 275 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 276 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 277 | <artifactId>org.apache.felix.karaf.gshell.core</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 278 | <version>${pom.version}</version> |
| 279 | </dependency> |
| 280 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 281 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 282 | <artifactId>org.apache.felix.karaf.gshell.console</artifactId> |
| 283 | <version>${pom.version}</version> |
| 284 | </dependency> |
| 285 | <dependency> |
| 286 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Guillaume Nodet | 22d03c6 | 2009-05-06 14:40:12 +0000 | [diff] [blame] | 287 | <artifactId>org.apache.felix.karaf.gshell.run</artifactId> |
| 288 | <version>${pom.version}</version> |
| 289 | </dependency> |
| 290 | <dependency> |
| 291 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 292 | <artifactId>org.apache.felix.karaf.gshell.admin</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 293 | <version>${pom.version}</version> |
| 294 | </dependency> |
| 295 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 296 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 297 | <artifactId>org.apache.felix.karaf.gshell.obr</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 298 | <version>${pom.version}</version> |
| 299 | </dependency> |
| 300 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 301 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 302 | <artifactId>org.apache.felix.karaf.gshell.osgi</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 303 | <version>${pom.version}</version> |
| 304 | </dependency> |
| 305 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 306 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 307 | <artifactId>org.apache.felix.karaf.gshell.log</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 308 | <version>${pom.version}</version> |
| 309 | </dependency> |
| 310 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 311 | <groupId>org.apache.felix.karaf.gshell</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 312 | <artifactId>org.apache.felix.karaf.gshell.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 313 | <version>${pom.version}</version> |
| 314 | </dependency> |
| 315 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 316 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 317 | <artifactId>org.apache.felix.karaf.gshell.packages</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 318 | <version>${pom.version}</version> |
| 319 | </dependency> |
| 320 | <dependency> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 321 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 322 | <artifactId>org.apache.felix.karaf.gshell.ssh</artifactId> |
| 323 | <version>${pom.version}</version> |
| 324 | </dependency> |
| 325 | <dependency> |
| 326 | <groupId>org.apache.felix.karaf.gshell</groupId> |
| 327 | <artifactId>org.apache.felix.karaf.gshell.commands</artifactId> |
| 328 | <version>${pom.version}</version> |
| 329 | </dependency> |
| 330 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 331 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 332 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 333 | <version>${pom.version}</version> |
| 334 | </dependency> |
| 335 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 336 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 337 | <artifactId>org.apache.felix.karaf.jaas.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 338 | <version>${pom.version}</version> |
| 339 | </dependency> |
| 340 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 341 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 342 | <artifactId>org.apache.felix.karaf.jaas.modules</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 343 | <version>${pom.version}</version> |
| 344 | </dependency> |
| 345 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 346 | <groupId>org.apache.felix.karaf.demos</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 347 | <artifactId>smx4web</artifactId> |
| 348 | <version>${pom.version}</version> |
| 349 | </dependency> |
| 350 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 351 | <groupId>org.apache.felix.karaf</groupId> |
| 352 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 353 | <version>${pom.version}</version> |
| 354 | </dependency> |
| 355 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 356 | <groupId>org.apache.felix.karaf</groupId> |
| 357 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 358 | <type>zip</type> |
| 359 | <version>${pom.version}</version> |
| 360 | </dependency> |
| 361 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 362 | <groupId>org.apache.felix.karaf</groupId> |
| 363 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | cbb5cb5 | 2009-04-30 07:04:50 +0000 | [diff] [blame] | 364 | <classifier>features</classifier> |
| 365 | <type>xml</type> |
| 366 | <version>${pom.version}</version> |
| 367 | </dependency> |
| 368 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 369 | <groupId>org.apache.felix</groupId> |
| 370 | <artifactId>org.apache.felix.framework</artifactId> |
| 371 | <version>${felix.framework.version}</version> |
| 372 | <exclusions> |
| 373 | <exclusion> |
| 374 | <groupId>org.apache.felix</groupId> |
| 375 | <artifactId>org.osgi.compendium</artifactId> |
| 376 | </exclusion> |
| 377 | </exclusions> |
| 378 | </dependency> |
| 379 | <dependency> |
| 380 | <groupId>org.apache.felix</groupId> |
| 381 | <artifactId>org.osgi.compendium</artifactId> |
| 382 | <version>${felix.compendium.version}</version> |
| 383 | <exclusions> |
| 384 | <exclusion> |
| 385 | <groupId>org.apache.felix</groupId> |
| 386 | <artifactId>org.osgi.foundation</artifactId> |
| 387 | </exclusion> |
| 388 | <exclusion> |
| 389 | <groupId>org.apache.felix</groupId> |
| 390 | <artifactId>javax.servlet</artifactId> |
| 391 | </exclusion> |
| 392 | </exclusions> |
| 393 | </dependency> |
| 394 | <dependency> |
| 395 | <groupId>org.apache.felix</groupId> |
| 396 | <artifactId>org.osgi.core</artifactId> |
| 397 | <version>${felix.osgi.version}</version> |
| 398 | </dependency> |
| 399 | <dependency> |
| 400 | <groupId>org.apache.felix</groupId> |
| 401 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 402 | <version>${felix.configadmin.version}</version> |
| 403 | </dependency> |
| 404 | <dependency> |
| 405 | <groupId>org.apache.felix</groupId> |
| 406 | <artifactId>org.apache.felix.prefs</artifactId> |
| 407 | <version>${felix.prefs.version}</version> |
| 408 | </dependency> |
| 409 | <dependency> |
| 410 | <groupId>org.apache.felix</groupId> |
| 411 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
| 412 | <version>${felix.bundlerepository.version}</version> |
| 413 | <exclusions> |
| 414 | <exclusion> |
| 415 | <groupId>org.apache.felix</groupId> |
| 416 | <artifactId>org.osgi.service.obr</artifactId> |
| 417 | </exclusion> |
| 418 | <exclusion> |
| 419 | <groupId>org.apache.felix</groupId> |
| 420 | <artifactId>org.apache.felix.shell</artifactId> |
| 421 | </exclusion> |
| 422 | <exclusion> |
| 423 | <groupId>net.sf.kxml</groupId> |
| 424 | <artifactId>kxml2</artifactId> |
| 425 | </exclusion> |
| 426 | </exclusions> |
| 427 | </dependency> |
| 428 | <dependency> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 429 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | ace1329 | 2009-06-18 21:05:47 +0000 | [diff] [blame] | 430 | <artifactId>org.apache.felix.metatype</artifactId> |
| 431 | <version>${felix.metatype.version}</version> |
| 432 | </dependency> |
| 433 | <dependency> |
| 434 | <groupId>org.apache.felix</groupId> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 435 | <artifactId>org.apache.felix.webconsole</artifactId> |
| 436 | <version>${felix.webconsole.version}</version> |
| 437 | </dependency> |
| 438 | <dependency> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 439 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | dce21f4 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 440 | <artifactId>org.apache.felix.fileinstall</artifactId> |
| 441 | <version>${felix.fileinstall.version}</version> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 442 | </dependency> |
| 443 | <dependency> |
Gert Vanthienen | cdec0a2 | 2009-06-16 07:05:38 +0000 | [diff] [blame] | 444 | <groupId>org.apache.felix</groupId> |
| 445 | <artifactId>maven-bundle-plugin</artifactId> |
| 446 | <version>${felix.plugin.version}</version> |
| 447 | </dependency> |
| 448 | <dependency> |
| 449 | <groupId>org.apache.maven</groupId> |
| 450 | <artifactId>maven-plugin-api</artifactId> |
| 451 | <version>${maven.version}</version> |
| 452 | </dependency> |
| 453 | <dependency> |
| 454 | <groupId>org.apache.maven</groupId> |
| 455 | <artifactId>maven-project</artifactId> |
| 456 | <version>${maven.version}</version> |
| 457 | </dependency> |
| 458 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 459 | <groupId>org.springframework</groupId> |
| 460 | <artifactId>spring-aop</artifactId> |
| 461 | <version>${spring.version}</version> |
| 462 | </dependency> |
| 463 | <dependency> |
| 464 | <groupId>org.springframework</groupId> |
| 465 | <artifactId>spring-beans</artifactId> |
| 466 | <version>${spring.version}</version> |
| 467 | </dependency> |
| 468 | <dependency> |
| 469 | <groupId>org.springframework</groupId> |
| 470 | <artifactId>spring-core</artifactId> |
| 471 | <version>${spring.version}</version> |
| 472 | </dependency> |
| 473 | <dependency> |
| 474 | <groupId>org.springframework</groupId> |
| 475 | <artifactId>spring-context</artifactId> |
| 476 | <version>${spring.version}</version> |
| 477 | </dependency> |
| 478 | <dependency> |
| 479 | <groupId>org.springframework</groupId> |
| 480 | <artifactId>spring-test</artifactId> |
| 481 | <version>${spring.version}</version> |
| 482 | </dependency> |
| 483 | <dependency> |
| 484 | <groupId>org.springframework.osgi</groupId> |
| 485 | <artifactId>spring-osgi-core</artifactId> |
| 486 | <version>${spring.osgi.version}</version> |
| 487 | </dependency> |
| 488 | <dependency> |
| 489 | <groupId>org.springframework.osgi</groupId> |
| 490 | <artifactId>spring-osgi-io</artifactId> |
| 491 | <version>${spring.osgi.version}</version> |
| 492 | </dependency> |
| 493 | <dependency> |
| 494 | <groupId>org.springframework.osgi</groupId> |
| 495 | <artifactId>spring-osgi-extender</artifactId> |
| 496 | <version>${spring.osgi.version}</version> |
| 497 | </dependency> |
| 498 | <dependency> |
| 499 | <groupId>org.springframework.osgi</groupId> |
Guillaume Nodet | 9967653 | 2009-08-24 07:27:30 +0000 | [diff] [blame] | 500 | <artifactId>spring-osgi-annotation</artifactId> |
| 501 | <version>${spring.osgi.version}</version> |
| 502 | </dependency> |
| 503 | <dependency> |
| 504 | <groupId>org.springframework.osgi</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 505 | <artifactId>spring-osgi-test</artifactId> |
| 506 | <version>${spring.osgi.version}</version> |
| 507 | <exclusions> |
| 508 | <exclusion> |
| 509 | <groupId>org.springframework.osgi</groupId> |
| 510 | <artifactId>asm.osgi</artifactId> |
| 511 | </exclusion> |
| 512 | <exclusion> |
| 513 | <groupId>org.junit</groupId> |
| 514 | <artifactId>com.springsource.junit</artifactId> |
| 515 | </exclusion> |
| 516 | <exclusion> |
| 517 | <groupId>org.objectweb.asm</groupId> |
| 518 | <artifactId>com.springsource.org.objectweb.asm</artifactId> |
| 519 | </exclusion> |
| 520 | </exclusions> |
| 521 | </dependency> |
| 522 | <dependency> |
| 523 | <groupId>org.springframework.osgi</groupId> |
| 524 | <artifactId>spring-osgi-extender</artifactId> |
| 525 | <version>${spring.osgi.version}</version> |
| 526 | </dependency> |
| 527 | <dependency> |
| 528 | <groupId>org.springframework.osgi</groupId> |
| 529 | <artifactId>spring-osgi-annotation</artifactId> |
| 530 | <version>${spring.osgi.version}</version> |
| 531 | </dependency> |
| 532 | <dependency> |
| 533 | <groupId>org.apache.mina</groupId> |
| 534 | <artifactId>mina-core</artifactId> |
| 535 | <version>${mina.version}</version> |
| 536 | </dependency> |
| 537 | <dependency> |
| 538 | <groupId>org.apache.servicemix.bundles</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 539 | <artifactId>org.apache.servicemix.bundles.junit</artifactId> |
| 540 | <version>${junit.version}</version> |
| 541 | </dependency> |
| 542 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 543 | <groupId>log4j</groupId> |
| 544 | <artifactId>log4j</artifactId> |
| 545 | <version>${log4j.version}</version> |
| 546 | </dependency> |
| 547 | <dependency> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 548 | <groupId>jline</groupId> |
| 549 | <artifactId>jline</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 550 | <version>${jline.version}</version> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 551 | </dependency> |
| 552 | <dependency> |
| 553 | <groupId>org.fusesource.jansi</groupId> |
| 554 | <artifactId>jansi</artifactId> |
| 555 | <version>${jansi.version}</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 556 | </dependency> |
| 557 | <dependency> |
| 558 | <groupId>commons-logging</groupId> |
| 559 | <artifactId>commons-logging</artifactId> |
| 560 | <version>${commons.logging.version}</version> |
| 561 | </dependency> |
| 562 | <dependency> |
| 563 | <groupId>org.apache.maven.artifact</groupId> |
| 564 | <artifactId>maven-artifact</artifactId> |
| 565 | <version>3.0-alpha-1</version> |
| 566 | </dependency> |
| 567 | <dependency> |
| 568 | <groupId>org.apache.servicemix.bundles</groupId> |
| 569 | <artifactId>org.apache.servicemix.bundles.commons-io</artifactId> |
| 570 | <version>${commons.io.version}</version> |
| 571 | </dependency> |
| 572 | <dependency> |
| 573 | <groupId>org.apache.mina</groupId> |
| 574 | <artifactId>mina-core</artifactId> |
| 575 | <version>${mina.version}</version> |
| 576 | <exclusions> |
| 577 | <exclusion> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 578 | <groupId>org.easymock</groupId> |
| 579 | <artifactId>easymock</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 580 | </exclusion> |
| 581 | <exclusion> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 582 | <groupId>org.easymock</groupId> |
| 583 | <artifactId>easymockclassextension</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 584 | </exclusion> |
| 585 | </exclusions> |
| 586 | </dependency> |
| 587 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 588 | <groupId>org.slf4j</groupId> |
| 589 | <artifactId>slf4j-api</artifactId> |
| 590 | <version>1.4.3</version> |
| 591 | </dependency> |
| 592 | <dependency> |
| 593 | <groupId>org.slf4j</groupId> |
| 594 | <artifactId>slf4j-jdk14</artifactId> |
| 595 | <version>1.4.3</version> |
| 596 | </dependency> |
| 597 | <dependency> |
| 598 | <groupId>org.slf4j</groupId> |
| 599 | <artifactId>slf4j-nop</artifactId> |
| 600 | <version>1.4.3</version> |
| 601 | </dependency> |
| 602 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 603 | <groupId>org.ops4j.pax.logging</groupId> |
| 604 | <artifactId>pax-logging-api</artifactId> |
| 605 | <version>${pax.logging.version}</version> |
| 606 | </dependency> |
| 607 | <dependency> |
| 608 | <groupId>org.ops4j.pax.logging</groupId> |
| 609 | <artifactId>pax-logging-service</artifactId> |
| 610 | <version>${pax.logging.version}</version> |
| 611 | <exclusions> |
| 612 | <exclusion> |
| 613 | <groupId>log4j</groupId> |
| 614 | <artifactId>log4j</artifactId> |
| 615 | </exclusion> |
| 616 | </exclusions> |
| 617 | </dependency> |
| 618 | <dependency> |
| 619 | <groupId>org.ops4j.pax.url</groupId> |
| 620 | <artifactId>pax-url-mvn</artifactId> |
| 621 | <version>${pax.url.version}</version> |
| 622 | </dependency> |
| 623 | <dependency> |
| 624 | <groupId>org.ops4j.pax.url</groupId> |
| 625 | <artifactId>pax-url-wrap</artifactId> |
| 626 | <version>${pax.url.version}</version> |
| 627 | </dependency> |
| 628 | <dependency> |
| 629 | <groupId>org.apache.geronimo.specs</groupId> |
| 630 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 631 | <version>${geronimo.servlet.version}</version> |
| 632 | </dependency> |
| 633 | <dependency> |
| 634 | <groupId>org.apache.geronimo.specs</groupId> |
| 635 | <artifactId>geronimo-annotation_1.0_spec</artifactId> |
| 636 | <version>${geronimo.annotation.version}</version> |
| 637 | </dependency> |
| 638 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 639 | <groupId>org.easymock</groupId> |
| 640 | <artifactId>easymock</artifactId> |
| 641 | <version>${easymock.version}</version> |
| 642 | </dependency> |
| 643 | <dependency> |
| 644 | <groupId>org.apache.sshd</groupId> |
| 645 | <artifactId>sshd-core</artifactId> |
| 646 | <version>${sshd.version}</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 647 | </dependency> |
| 648 | <dependency> |
| 649 | <groupId>org.osgi</groupId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 650 | <artifactId>org.osgi.impl.bundle.jmx</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 651 | <version>${osgi.jmx.version}</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 652 | </dependency> |
Guillaume Nodet | 5906117 | 2009-04-29 16:35:06 +0000 | [diff] [blame] | 653 | <dependency> |
| 654 | <groupId>org.ops4j.pax.exam</groupId> |
| 655 | <artifactId>pax-exam</artifactId> |
| 656 | <version>${pax.exam.version}</version> |
| 657 | </dependency> |
| 658 | <dependency> |
| 659 | <groupId>org.ops4j.pax.exam</groupId> |
| 660 | <artifactId>pax-exam-junit</artifactId> |
| 661 | <version>${pax.exam.version}</version> |
| 662 | </dependency> |
| 663 | <dependency> |
| 664 | <groupId>org.ops4j.pax.exam</groupId> |
| 665 | <artifactId>pax-exam-container-default</artifactId> |
| 666 | <version>${pax.exam.version}</version> |
| 667 | </dependency> |
| 668 | <dependency> |
| 669 | <groupId>org.ops4j.pax.exam</groupId> |
| 670 | <artifactId>pax-exam-junit-extender-impl</artifactId> |
| 671 | <version>${pax.exam.version}</version> |
| 672 | </dependency> |
Guillaume Nodet | b417d98 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 673 | <dependency> |
| 674 | <groupId>org.eclipse</groupId> |
| 675 | <artifactId>osgi</artifactId> |
| 676 | <version>${equinox.version}</version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 677 | </dependency> |
Gert Vanthienen | 0f62b5b | 2009-06-06 13:57:36 +0000 | [diff] [blame] | 678 | <dependency> |
| 679 | <groupId>javax.servlet</groupId> |
| 680 | <artifactId>servlet-api</artifactId> |
| 681 | <version>${servlet.api.version}</version> |
Guillaume Nodet | b417d98 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 682 | </dependency> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 683 | <dependency> |
| 684 | <groupId>org.apache.geronimo</groupId> |
| 685 | <artifactId>blueprint-bundle</artifactId> |
| 686 | <version>${geronimo.blueprint.version}</version> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 687 | <exclusions> |
| 688 | <exclusion> |
| 689 | <groupId>org.apache.felix</groupId> |
| 690 | <artifactId>javax.servlet</artifactId> |
| 691 | </exclusion> |
| 692 | </exclusions> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 693 | </dependency> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 694 | <dependency> |
| 695 | <groupId>org.apache.felix.gogo</groupId> |
| 696 | <artifactId>org.apache.felix.gogo.runtime</artifactId> |
| 697 | <version>${felix.gogo.version}</version> |
| 698 | </dependency> |
| 699 | <dependency> |
| 700 | <groupId>org.apache.felix.gogo</groupId> |
| 701 | <artifactId>org.apache.felix.gogo.commands</artifactId> |
| 702 | <version>${felix.gogo.version}</version> |
| 703 | </dependency> |
Guillaume Nodet | c0f02ca | 2009-08-10 08:16:33 +0000 | [diff] [blame] | 704 | <dependency> |
| 705 | <groupId>org.ops4j.pax.runner</groupId> |
| 706 | <artifactId>pax-runner-no-jcl</artifactId> |
| 707 | <version>${pax.runner.version}</version> |
| 708 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 709 | </dependencies> |
| 710 | </dependencyManagement> |
| 711 | |
| 712 | <build> |
| 713 | <defaultGoal>install</defaultGoal> |
| 714 | |
| 715 | <pluginManagement> |
| 716 | <plugins> |
| 717 | <plugin> |
| 718 | <groupId>org.apache.maven.plugins</groupId> |
| 719 | <artifactId>maven-eclipse-plugin</artifactId> |
| 720 | <version>2.4</version> |
| 721 | <configuration> |
| 722 | <outputDirectory>${basedir}/eclipse-classes</outputDirectory> |
| 723 | <downloadSources>true</downloadSources> |
| 724 | <downloadJavadocs>true</downloadJavadocs> |
| 725 | </configuration> |
| 726 | </plugin> |
| 727 | <plugin> |
| 728 | <groupId>org.apache.maven.plugins</groupId> |
| 729 | <artifactId>maven-release-plugin</artifactId> |
| 730 | <version>2.0-beta-7</version> |
| 731 | <configuration> |
| 732 | <useReleaseProfile>false</useReleaseProfile> |
| 733 | <preparationGoals>clean verify install</preparationGoals> |
| 734 | <goals>deploy</goals> |
| 735 | <arguments>-Prelease,deploy</arguments> |
| 736 | <autoVersionSubmodules>true</autoVersionSubmodules> |
| 737 | </configuration> |
| 738 | </plugin> |
| 739 | <plugin> |
| 740 | <groupId>org.apache.felix</groupId> |
| 741 | <artifactId>maven-bundle-plugin</artifactId> |
| 742 | <version>${felix.plugin.version}</version> |
| 743 | <extensions>true</extensions> |
| 744 | </plugin> |
| 745 | <plugin> |
| 746 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 747 | <artifactId>maven-idea-plugin</artifactId> |
| 748 | <version>2.1</version> |
| 749 | <configuration> |
| 750 | <downloadSources>true</downloadSources> |
| 751 | <downloadJavadocs>true</downloadJavadocs> |
| 752 | </configuration> |
| 753 | </plugin> |
| 754 | <plugin> |
| 755 | <groupId>org.apache.maven.plugins</groupId> |
| 756 | <artifactId>maven-surefire-plugin</artifactId> |
| 757 | <version>2.3.1</version> |
| 758 | </plugin> |
| 759 | <plugin> |
| 760 | <groupId>org.apache.maven.plugins</groupId> |
| 761 | <artifactId>maven-shade-plugin</artifactId> |
| 762 | <version>1.2</version> |
| 763 | </plugin> |
| 764 | <plugin> |
| 765 | <groupId>org.apache.maven.plugins</groupId> |
| 766 | <artifactId>maven-resources-plugin</artifactId> |
| 767 | <version>2.3</version> |
| 768 | </plugin> |
| 769 | <plugin> |
| 770 | <groupId>org.apache.servicemix.tooling</groupId> |
| 771 | <artifactId>depends-maven-plugin</artifactId> |
| 772 | <version>${depends.maven.plugin.version}</version> |
| 773 | </plugin> |
| 774 | <plugin> |
| 775 | <groupId>org.apache.maven.plugins</groupId> |
| 776 | <artifactId>maven-source-plugin</artifactId> |
| 777 | <version>2.0.4</version> |
| 778 | </plugin> |
| 779 | <plugin> |
| 780 | <groupId>org.apache.maven.plugins</groupId> |
| 781 | <artifactId>maven-assembly-plugin</artifactId> |
| 782 | <version>2.2-beta-3</version> |
| 783 | </plugin> |
| 784 | </plugins> |
| 785 | </pluginManagement> |
| 786 | <plugins> |
| 787 | <plugin> |
| 788 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 60dbfd7 | 2009-05-11 14:33:35 +0000 | [diff] [blame] | 789 | <artifactId>maven-compiler-plugin</artifactId> |
| 790 | <version>2.0.2</version> |
| 791 | <configuration> |
| 792 | <source>1.5</source> |
| 793 | <target>1.5</target> |
| 794 | <maxmem>256M</maxmem> |
| 795 | <fork>${compiler.fork}</fork> |
| 796 | </configuration> |
| 797 | </plugin> |
| 798 | <plugin> |
| 799 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 800 | <artifactId>maven-dependency-plugin</artifactId> |
| 801 | <version>2.0</version> |
| 802 | <executions> |
| 803 | <execution> |
| 804 | <id>copy-legal</id> |
| 805 | <phase>generate-resources</phase> |
| 806 | <goals> |
| 807 | <goal>copy</goal> |
| 808 | </goals> |
| 809 | <configuration> |
| 810 | <artifactItems> |
| 811 | <artifactItem> |
| 812 | <groupId>org.apache.servicemix.legal</groupId> |
| 813 | <artifactId>legal</artifactId> |
| 814 | <version>${servicemix.legal.version}</version> |
| 815 | <type>xml</type> |
| 816 | <outputDirectory>target/legal/</outputDirectory> |
| 817 | </artifactItem> |
| 818 | </artifactItems> |
| 819 | <stripVersion>true</stripVersion> |
| 820 | </configuration> |
| 821 | </execution> |
| 822 | </executions> |
| 823 | <dependencies> |
| 824 | <dependency> |
| 825 | <groupId>org.apache.servicemix.legal</groupId> |
| 826 | <artifactId>legal</artifactId> |
| 827 | <version>${servicemix.legal.version}</version> |
| 828 | <type>xml</type> |
| 829 | </dependency> |
| 830 | </dependencies> |
| 831 | </plugin> |
| 832 | <plugin> |
| 833 | <artifactId>maven-remote-resources-plugin</artifactId> |
| 834 | <version>1.0</version> |
| 835 | <executions> |
| 836 | <execution> |
| 837 | <goals> |
| 838 | <goal>process</goal> |
| 839 | </goals> |
| 840 | <configuration> |
| 841 | <resourceBundles> |
| 842 | <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> |
| 843 | </resourceBundles> |
| 844 | <supplementalModels> |
| 845 | <supplementalModel>target/legal/legal.xml</supplementalModel> |
| 846 | </supplementalModels> |
| 847 | <properties> |
| 848 | <addLicense>true</addLicense> |
| 849 | <addArtifact>true</addArtifact> |
| 850 | <projectName>Apache ServiceMix</projectName> |
| 851 | </properties> |
| 852 | </configuration> |
| 853 | </execution> |
| 854 | </executions> |
| 855 | </plugin> |
| 856 | </plugins> |
| 857 | </build> |
| 858 | |
| 859 | <reporting> |
| 860 | <plugins> |
| 861 | <plugin> |
| 862 | <groupId>org.apache.maven.plugins</groupId> |
| 863 | <artifactId>maven-javadoc-plugin</artifactId> |
| 864 | <version>2.3</version> |
| 865 | </plugin> |
| 866 | <plugin> |
| 867 | <groupId>org.apache.maven.plugins</groupId> |
| 868 | <artifactId>maven-jxr-plugin</artifactId> |
| 869 | <version>2.0</version> |
| 870 | </plugin> |
| 871 | </plugins> |
| 872 | </reporting> |
| 873 | |
| 874 | <profiles> |
| 875 | <profile> |
| 876 | <id>fastinstall</id> |
| 877 | <properties> |
| 878 | <maven.test.skip>true</maven.test.skip> |
| 879 | </properties> |
| 880 | </profile> |
| 881 | <profile> |
| 882 | <id>rat</id> |
| 883 | <build> |
| 884 | <plugins> |
| 885 | <plugin> |
| 886 | <groupId>org.codehaus.mojo</groupId> |
| 887 | <artifactId>rat-maven-plugin</artifactId> |
| 888 | <version>1.0-alpha-3</version> |
| 889 | <executions> |
| 890 | <execution> |
| 891 | <phase>verify</phase> |
| 892 | <goals> |
| 893 | <goal>check</goal> |
| 894 | </goals> |
| 895 | </execution> |
| 896 | </executions> |
| 897 | <configuration> |
| 898 | <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile> |
| 899 | <excludes> |
| 900 | <exclude>**/target/**/*</exclude> |
| 901 | <!-- IDEA files --> |
| 902 | <exclude>**/*.iml</exclude> |
| 903 | <exclude>**/*.ipr</exclude> |
| 904 | <exclude>**/*.iws</exclude> |
| 905 | <!-- Eclipse files --> |
| 906 | <exclude>**/.*</exclude> |
| 907 | <exclude>**/eclipse-classes/**/*</exclude> |
| 908 | <exclude>**/dependency-reduced-pom.xml</exclude> |
| 909 | </excludes> |
| 910 | </configuration> |
| 911 | </plugin> |
| 912 | </plugins> |
| 913 | </build> |
| 914 | </profile> |
| 915 | <profile> |
| 916 | <id>release</id> |
| 917 | <build> |
| 918 | <plugins> |
| 919 | <!-- We want to deploy the artifact to a staging location for perusal --> |
| 920 | <plugin> |
| 921 | <inherited>true</inherited> |
| 922 | <artifactId>maven-deploy-plugin</artifactId> |
| 923 | <version>2.3</version> |
| 924 | <configuration> |
| 925 | <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository> |
| 926 | <updateReleaseInfo>true</updateReleaseInfo> |
| 927 | </configuration> |
| 928 | </plugin> |
| 929 | <!-- We want to sign the artifact, the POM, and all attached artifacts --> |
| 930 | <plugin> |
| 931 | <artifactId>maven-gpg-plugin</artifactId> |
| 932 | <version>1.0-alpha-4</version> |
| 933 | <executions> |
| 934 | <execution> |
| 935 | <goals> |
| 936 | <goal>sign</goal> |
| 937 | </goals> |
| 938 | </execution> |
| 939 | </executions> |
| 940 | </plugin> |
| 941 | </plugins> |
| 942 | </build> |
| 943 | </profile> |
| 944 | <profile> |
| 945 | <id>setup.eclipse</id> |
| 946 | <modules> |
| 947 | <module>assembly</module> |
| 948 | </modules> |
| 949 | <properties> |
| 950 | <eclipse.workspace.dir>${basedir}/../workspace</eclipse.workspace.dir> |
| 951 | </properties> |
| 952 | <build> |
| 953 | <defaultGoal>eclipse:eclipse</defaultGoal> |
| 954 | <plugins> |
| 955 | <plugin> |
| 956 | <groupId>org.apache.maven.plugins</groupId> |
| 957 | <artifactId>maven-eclipse-plugin</artifactId> |
| 958 | <inherited>false</inherited> |
| 959 | <executions> |
| 960 | <execution> |
| 961 | <id>setup.eclipse.workspace</id> |
| 962 | <phase>process-test-sources</phase> |
| 963 | <goals> |
| 964 | <goal>add-maven-repo</goal> |
| 965 | </goals> |
| 966 | <configuration> |
| 967 | <workspace>${eclipse.workspace.dir}</workspace> |
| 968 | </configuration> |
| 969 | </execution> |
| 970 | </executions> |
| 971 | </plugin> |
| 972 | </plugins> |
| 973 | </build> |
| 974 | </profile> |
| 975 | <profile> |
| 976 | <id>deploy</id> |
| 977 | <properties> |
| 978 | <createSourcesJar>true</createSourcesJar> |
| 979 | </properties> |
| 980 | <build> |
| 981 | <defaultGoal>deploy</defaultGoal> |
| 982 | <plugins> |
| 983 | <plugin> |
| 984 | <groupId>org.apache.maven.plugins</groupId> |
| 985 | <artifactId>maven-source-plugin</artifactId> |
| 986 | <version>2.0.4</version> |
| 987 | <executions> |
| 988 | <execution> |
| 989 | <id>attach-sources</id> |
| 990 | <goals> |
| 991 | <goal>jar</goal> |
| 992 | </goals> |
| 993 | </execution> |
| 994 | </executions> |
| 995 | </plugin> |
| 996 | <plugin> |
| 997 | <groupId>org.apache.maven.plugins</groupId> |
| 998 | <artifactId>maven-javadoc-plugin</artifactId> |
| 999 | <version>2.4</version> |
| 1000 | <configuration> |
| 1001 | <source>1.5</source> |
| 1002 | </configuration> |
| 1003 | <executions> |
| 1004 | <execution> |
| 1005 | <id>attach-javadocs</id> |
| 1006 | <goals> |
| 1007 | <goal>jar</goal> |
| 1008 | </goals> |
| 1009 | </execution> |
| 1010 | </executions> |
| 1011 | </plugin> |
| 1012 | </plugins> |
| 1013 | </build> |
| 1014 | </profile> |
| 1015 | </profiles> |
| 1016 | |
| 1017 | </project> |