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