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