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