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