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