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 | --> |
| 20 | |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | |
| 23 | <parent> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 24 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | 60dbfd7 | 2009-05-11 14:33:35 +0000 | [diff] [blame] | 25 | <artifactId>karaf</artifactId> |
Guillaume Nodet | 6f17f4f | 2009-09-22 09:15:21 +0000 | [diff] [blame] | 26 | <version>1.1.0-SNAPSHOT</version> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 27 | </parent> |
| 28 | |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 29 | <groupId>org.apache.felix.karaf</groupId> |
| 30 | <artifactId>apache-felix-karaf</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 31 | <packaging>pom</packaging> |
Guillaume Nodet | 6f17f4f | 2009-09-22 09:15:21 +0000 | [diff] [blame] | 32 | <version>1.1.0-SNAPSHOT</version> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 33 | <name>Apache Felix Karaf :: Assembly</name> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 34 | |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 35 | <properties> |
| 36 | <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory> |
| 37 | </properties> |
| 38 | |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 39 | <dependencies> |
| 40 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 41 | <groupId>org.apache.felix.karaf</groupId> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 42 | <artifactId>manual</artifactId> |
| 43 | <type>pdf</type> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.felix.karaf</groupId> |
| 47 | <artifactId>manual</artifactId> |
| 48 | <type>html</type> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.apache.felix.karaf</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 52 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 53 | </dependency> |
| 54 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 55 | <groupId>org.apache.felix.karaf</groupId> |
| 56 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 59 | <groupId>org.apache.felix.karaf.deployer</groupId> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 60 | <artifactId>org.apache.felix.karaf.deployer.spring</artifactId> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 63 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 64 | <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId> |
Guillaume Nodet | 2e6afd1 | 2009-04-30 09:10:03 +0000 | [diff] [blame] | 65 | </dependency> |
| 66 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 67 | <groupId>org.apache.felix.karaf.deployer</groupId> |
| 68 | <artifactId>org.apache.felix.karaf.deployer.features</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
Guillaume Nodet | e692a96 | 2009-08-07 09:55:51 +0000 | [diff] [blame] | 71 | <groupId>org.apache.felix.karaf.features</groupId> |
| 72 | <artifactId>org.apache.felix.karaf.features.core</artifactId> |
| 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.felix.karaf.features</groupId> |
| 76 | <artifactId>org.apache.felix.karaf.features.command</artifactId> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.apache.felix.karaf.features</groupId> |
| 80 | <artifactId>org.apache.felix.karaf.features.management</artifactId> |
| 81 | </dependency> |
| 82 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 83 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 84 | <artifactId>org.apache.felix.karaf.shell.console</artifactId> |
Guillaume Nodet | 22d03c6 | 2009-05-06 14:40:12 +0000 | [diff] [blame] | 85 | </dependency> |
| 86 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 87 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 88 | <artifactId>org.apache.felix.karaf.shell.admin</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 89 | </dependency> |
| 90 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 91 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 92 | <artifactId>org.apache.felix.karaf.shell.obr</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 93 | </dependency> |
| 94 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 95 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 96 | <artifactId>org.apache.felix.karaf.shell.osgi</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 97 | </dependency> |
| 98 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 99 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 100 | <artifactId>org.apache.felix.karaf.shell.log</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 101 | </dependency> |
| 102 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 103 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 104 | <artifactId>org.apache.felix.karaf.shell.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 105 | </dependency> |
| 106 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 107 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 108 | <artifactId>org.apache.felix.karaf.shell.packages</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 109 | </dependency> |
| 110 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 111 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 112 | <artifactId>org.apache.felix.karaf.shell.commands</artifactId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 113 | </dependency> |
| 114 | <dependency> |
Guillaume Nodet | 23a0f3d | 2009-09-18 20:14:54 +0000 | [diff] [blame] | 115 | <groupId>org.apache.felix.karaf.shell</groupId> |
| 116 | <artifactId>org.apache.felix.karaf.shell.ssh</artifactId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 117 | </dependency> |
| 118 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 119 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 120 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 121 | </dependency> |
| 122 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 123 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 124 | <artifactId>org.apache.felix.karaf.jaas.config</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 125 | </dependency> |
| 126 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 127 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 128 | <artifactId>org.apache.felix.karaf.jaas.modules</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 129 | </dependency> |
| 130 | <dependency> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 131 | <groupId>org.apache.felix.karaf</groupId> |
| 132 | <artifactId>org.apache.felix.karaf.management</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 133 | </dependency> |
| 134 | <dependency> |
| 135 | <groupId>org.springframework.osgi</groupId> |
| 136 | <artifactId>spring-osgi-extender</artifactId> |
| 137 | </dependency> |
| 138 | <dependency> |
| 139 | <groupId>org.springframework.osgi</groupId> |
| 140 | <artifactId>spring-osgi-core</artifactId> |
| 141 | </dependency> |
| 142 | <dependency> |
| 143 | <groupId>org.springframework.osgi</groupId> |
| 144 | <artifactId>spring-osgi-io</artifactId> |
| 145 | </dependency> |
| 146 | <dependency> |
Guillaume Nodet | 9967653 | 2009-08-24 07:27:30 +0000 | [diff] [blame] | 147 | <groupId>org.springframework.osgi</groupId> |
| 148 | <artifactId>spring-osgi-annotation</artifactId> |
| 149 | </dependency> |
| 150 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 151 | <groupId>org.springframework</groupId> |
| 152 | <artifactId>spring-context</artifactId> |
| 153 | </dependency> |
| 154 | <dependency> |
| 155 | <groupId>org.springframework</groupId> |
| 156 | <artifactId>spring-beans</artifactId> |
| 157 | </dependency> |
| 158 | <dependency> |
| 159 | <groupId>org.springframework</groupId> |
| 160 | <artifactId>spring-core</artifactId> |
| 161 | </dependency> |
| 162 | <dependency> |
| 163 | <groupId>org.springframework</groupId> |
| 164 | <artifactId>spring-aop</artifactId> |
| 165 | </dependency> |
| 166 | <dependency> |
| 167 | <groupId>org.apache.felix</groupId> |
| 168 | <artifactId>org.apache.felix.bundlerepository</artifactId> |
| 169 | </dependency> |
| 170 | <dependency> |
Guillaume Nodet | dce21f4 | 2009-08-31 07:19:00 +0000 | [diff] [blame] | 171 | <groupId>org.apache.felix</groupId> |
| 172 | <artifactId>org.apache.felix.fileinstall</artifactId> |
| 173 | </dependency> |
| 174 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 175 | <groupId>org.apache.mina</groupId> |
| 176 | <artifactId>mina-core</artifactId> |
| 177 | </dependency> |
| 178 | <dependency> |
Guillaume Nodet | cb2db1b | 2009-07-10 06:56:47 +0000 | [diff] [blame] | 179 | <groupId>jline</groupId> |
| 180 | <artifactId>jline</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 181 | </dependency> |
| 182 | <dependency> |
| 183 | <groupId>org.apache.felix</groupId> |
| 184 | <artifactId>org.osgi.compendium</artifactId> |
| 185 | </dependency> |
| 186 | <dependency> |
| 187 | <groupId>org.apache.felix</groupId> |
| 188 | <artifactId>org.apache.felix.configadmin</artifactId> |
| 189 | </dependency> |
| 190 | <dependency> |
| 191 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | 7584865 | 2009-06-11 08:36:21 +0000 | [diff] [blame] | 192 | <artifactId>org.apache.felix.metatype</artifactId> |
| 193 | </dependency> |
| 194 | <dependency> |
| 195 | <groupId>org.apache.felix</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 196 | <artifactId>org.apache.felix.prefs</artifactId> |
| 197 | </dependency> |
| 198 | <dependency> |
| 199 | <groupId>org.ops4j.pax.logging</groupId> |
| 200 | <artifactId>pax-logging-api</artifactId> |
| 201 | </dependency> |
| 202 | <dependency> |
| 203 | <groupId>org.ops4j.pax.logging</groupId> |
| 204 | <artifactId>pax-logging-service</artifactId> |
| 205 | </dependency> |
| 206 | <dependency> |
| 207 | <groupId>org.ops4j.pax.url</groupId> |
| 208 | <artifactId>pax-url-mvn</artifactId> |
| 209 | </dependency> |
| 210 | <dependency> |
| 211 | <groupId>org.ops4j.pax.url</groupId> |
| 212 | <artifactId>pax-url-wrap</artifactId> |
| 213 | </dependency> |
| 214 | <dependency> |
| 215 | <groupId>org.apache.geronimo.specs</groupId> |
| 216 | <artifactId>geronimo-servlet_2.5_spec</artifactId> |
| 217 | </dependency> |
| 218 | <dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 219 | <groupId>org.apache.sshd</groupId> |
| 220 | <artifactId>sshd-core</artifactId> |
| 221 | </dependency> |
| 222 | <dependency> |
| 223 | <groupId>org.osgi</groupId> |
Guillaume Nodet | 129433d | 2009-07-09 08:29:14 +0000 | [diff] [blame] | 224 | <artifactId>org.osgi.impl.bundle.jmx</artifactId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 225 | </dependency> |
Guillaume Nodet | b417d98 | 2009-05-05 15:46:15 +0000 | [diff] [blame] | 226 | <dependency> |
| 227 | <groupId>org.eclipse</groupId> |
| 228 | <artifactId>osgi</artifactId> |
| 229 | </dependency> |
| 230 | <dependency> |
| 231 | <groupId>org.apache.felix</groupId> |
| 232 | <artifactId>org.apache.felix.framework</artifactId> |
| 233 | </dependency> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 234 | <dependency> |
Guillaume Nodet | 60dc348 | 2009-09-14 13:13:16 +0000 | [diff] [blame] | 235 | <groupId>org.apache.geronimo.blueprint</groupId> |
| 236 | <artifactId>geronimo-blueprint</artifactId> |
Guillaume Nodet | 6b2946d | 2009-06-18 20:57:23 +0000 | [diff] [blame] | 237 | </dependency> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 238 | </dependencies> |
| 239 | <build> |
| 240 | <resources> |
| 241 | <resource> |
| 242 | <directory>${pom.basedir}/src/main/filtered-resources</directory> |
| 243 | <filtering>true</filtering> |
| 244 | <includes> |
| 245 | <include>**/*</include> |
| 246 | </includes> |
| 247 | </resource> |
| 248 | </resources> |
Guillaume Nodet | 88896e3 | 2009-08-27 15:03:40 +0000 | [diff] [blame] | 249 | <filters> |
| 250 | <filter>target/filter.txt</filter> |
| 251 | </filters> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 252 | <plugins> |
| 253 | <plugin> |
| 254 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 88896e3 | 2009-08-27 15:03:40 +0000 | [diff] [blame] | 255 | <artifactId>maven-antrun-plugin</artifactId> |
Guillaume Nodet | 88896e3 | 2009-08-27 15:03:40 +0000 | [diff] [blame] | 256 | <executions> |
| 257 | <execution> |
| 258 | <id>create-prop</id> |
| 259 | <phase>generate-resources</phase> |
| 260 | <configuration> |
| 261 | <tasks> |
Guillaume Nodet | 6896d70 | 2009-09-22 09:11:12 +0000 | [diff] [blame] | 262 | <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" /> |
| 263 | <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" /> |
| 264 | <property name="mv" value="${project.version}" /> |
| 265 | <echo message="Maven version: ${mv}" /> |
| 266 | <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0" /> |
| 267 | <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0" /> |
| 268 | <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0" /> |
| 269 | <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue="" /> |
| 270 | <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0" /> |
| 271 | <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0" /> |
| 272 | <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0" /> |
| 273 | <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue="" /> |
| 274 | <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}" /> |
| 275 | <echo message="OSGi version: ${ov}" /> |
| 276 | <mkdir dir="target" /> |
| 277 | <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt" /> |
Guillaume Nodet | 88896e3 | 2009-08-27 15:03:40 +0000 | [diff] [blame] | 278 | </tasks> |
| 279 | </configuration> |
| 280 | <goals> |
| 281 | <goal>run</goal> |
| 282 | </goals> |
| 283 | </execution> |
| 284 | </executions> |
Guillaume Nodet | 88896e3 | 2009-08-27 15:03:40 +0000 | [diff] [blame] | 285 | </plugin> |
| 286 | <plugin> |
| 287 | <groupId>org.apache.maven.plugins</groupId> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 288 | <artifactId>maven-resources-plugin</artifactId> |
| 289 | <executions> |
| 290 | <execution> |
| 291 | <id>filter</id> |
| 292 | <phase>generate-resources</phase> |
| 293 | <goals> |
| 294 | <goal>resources</goal> |
| 295 | </goals> |
| 296 | </execution> |
| 297 | </executions> |
| 298 | </plugin> |
| 299 | <plugin> |
| 300 | <groupId>org.apache.maven.plugins</groupId> |
| 301 | <artifactId>maven-dependency-plugin</artifactId> |
| 302 | <executions> |
| 303 | <execution> |
| 304 | <id>copy</id> |
| 305 | <phase>generate-resources</phase> |
| 306 | <goals> |
| 307 | <goal>copy</goal> |
| 308 | </goals> |
| 309 | <configuration> |
| 310 | <artifactItems> |
| 311 | <artifactItem> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 312 | <groupId>org.apache.felix.karaf</groupId> |
| 313 | <artifactId>org.apache.felix.karaf.main</artifactId> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 314 | <outputDirectory>target/dependencies/lib</outputDirectory> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 315 | <destFileName>karaf.jar</destFileName> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 316 | </artifactItem> |
| 317 | <artifactItem> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 318 | <groupId>org.apache.felix.karaf</groupId> |
| 319 | <artifactId>org.apache.felix.karaf.client</artifactId> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 320 | <outputDirectory>target/dependencies/lib</outputDirectory> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 321 | <destFileName>karaf-client.jar</destFileName> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 322 | </artifactItem> |
| 323 | <artifactItem> |
Gert Vanthienen | f54a839 | 2009-05-02 19:57:13 +0000 | [diff] [blame] | 324 | <groupId>org.apache.felix.karaf.jaas</groupId> |
| 325 | <artifactId>org.apache.felix.karaf.jaas.boot</artifactId> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 326 | <outputDirectory>target/dependencies/lib</outputDirectory> |
Guillaume Nodet | 1becb5b | 2009-05-04 07:56:47 +0000 | [diff] [blame] | 327 | <destFileName>karaf-jaas-boot.jar</destFileName> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 328 | </artifactItem> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 329 | <artifactItem> |
| 330 | <groupId>org.apache.felix.karaf</groupId> |
| 331 | <artifactId>manual</artifactId> |
| 332 | <type>pdf</type> |
| 333 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 334 | </artifactItem> |
| 335 | <artifactItem> |
| 336 | <groupId>org.apache.felix.karaf</groupId> |
| 337 | <artifactId>manual</artifactId> |
| 338 | <type>html</type> |
| 339 | <outputDirectory>target/dependencies</outputDirectory> |
Guillaume Nodet | 20e0115 | 2009-10-15 21:01:09 +0000 | [diff] [blame] | 340 | </artifactItem> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 341 | </artifactItems> |
| 342 | </configuration> |
| 343 | </execution> |
| 344 | </executions> |
| 345 | </plugin> |
| 346 | <plugin> |
| 347 | <groupId>org.codehaus.mojo</groupId> |
| 348 | <artifactId>build-helper-maven-plugin</artifactId> |
| 349 | <executions> |
| 350 | <execution> |
| 351 | <id>attach-artifacts</id> |
| 352 | <phase>package</phase> |
| 353 | <goals> |
| 354 | <goal>attach-artifact</goal> |
| 355 | </goals> |
| 356 | <configuration> |
| 357 | <artifacts> |
| 358 | <artifact> |
| 359 | <file>target/classes/features.xml</file> |
| 360 | <type>xml</type> |
| 361 | <classifier>features</classifier> |
| 362 | </artifact> |
| 363 | </artifacts> |
| 364 | </configuration> |
| 365 | </execution> |
| 366 | </executions> |
| 367 | </plugin> |
| 368 | <plugin> |
| 369 | <groupId>org.apache.maven.plugins</groupId> |
| 370 | <artifactId>maven-assembly-plugin</artifactId> |
| 371 | <executions> |
| 372 | <execution> |
Guillaume Nodet | e3406a0 | 2009-09-21 14:02:52 +0000 | [diff] [blame] | 373 | <id>make-assembly</id> |
| 374 | <phase>none</phase> |
| 375 | </execution> |
| 376 | <execution> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 377 | <id>unix-bin</id> |
| 378 | <phase>package</phase> |
| 379 | <goals> |
| 380 | <goal>single</goal> |
| 381 | </goals> |
| 382 | <configuration> |
| 383 | <descriptors> |
| 384 | <descriptor>src/main/descriptors/unix-bin.xml</descriptor> |
| 385 | </descriptors> |
| 386 | <finalName>${pom.artifactId}-${pom.version}</finalName> |
| 387 | <tarLongFileMode>gnu</tarLongFileMode> |
| 388 | </configuration> |
| 389 | </execution> |
| 390 | <execution> |
| 391 | <id>windows-bin</id> |
| 392 | <phase>package</phase> |
| 393 | <goals> |
| 394 | <goal>single</goal> |
| 395 | </goals> |
| 396 | <configuration> |
| 397 | <descriptors> |
| 398 | <descriptor>src/main/descriptors/windows-bin.xml</descriptor> |
| 399 | </descriptors> |
| 400 | <finalName>${pom.artifactId}-${pom.version}</finalName> |
| 401 | <appendAssemblyId>true</appendAssemblyId> |
Guillaume Nodet | 6896d70 | 2009-09-22 09:11:12 +0000 | [diff] [blame] | 402 | <assemblyId /> |
Guillaume Nodet | 05fac96 | 2009-04-27 10:01:58 +0000 | [diff] [blame] | 403 | </configuration> |
| 404 | </execution> |
| 405 | <execution> |
| 406 | <id>unix-src</id> |
| 407 | <phase>package</phase> |
| 408 | <goals> |
| 409 | <goal>single</goal> |
| 410 | </goals> |
| 411 | <configuration> |
| 412 | <descriptors> |
| 413 | <descriptor>src/main/descriptors/unix-src.xml</descriptor> |
| 414 | </descriptors> |
| 415 | <tarLongFileMode>gnu</tarLongFileMode> |
| 416 | </configuration> |
| 417 | </execution> |
| 418 | <execution> |
| 419 | <id>windows-src</id> |
| 420 | <phase>package</phase> |
| 421 | <goals> |
| 422 | <goal>single</goal> |
| 423 | </goals> |
| 424 | <configuration> |
| 425 | <descriptors> |
| 426 | <descriptor>src/main/descriptors/windows-src.xml</descriptor> |
| 427 | </descriptors> |
| 428 | </configuration> |
| 429 | </execution> |
| 430 | </executions> |
| 431 | </plugin> |
| 432 | </plugins> |
| 433 | </build> |
| 434 | |
| 435 | <profiles> |
| 436 | <profile> |
| 437 | <id>assembly-src</id> |
| 438 | <build> |
| 439 | <plugins> |
| 440 | <plugin> |
| 441 | <groupId>org.apache.maven.plugins</groupId> |
| 442 | <artifactId>maven-assembly-plugin</artifactId> |
| 443 | <executions> |
| 444 | <execution> |
| 445 | <id>unix-src</id> |
| 446 | <phase>package</phase> |
| 447 | <goals> |
| 448 | <goal>attached</goal> |
| 449 | </goals> |
| 450 | <configuration> |
| 451 | <descriptors> |
| 452 | <descriptor>src/main/descriptors/unix-src.xml</descriptor> |
| 453 | </descriptors> |
| 454 | </configuration> |
| 455 | </execution> |
| 456 | <execution> |
| 457 | <id>windows-src</id> |
| 458 | <phase>package</phase> |
| 459 | <goals> |
| 460 | <goal>attached</goal> |
| 461 | </goals> |
| 462 | <configuration> |
| 463 | <descriptors> |
| 464 | <descriptor>src/main/descriptors/windows-src.xml</descriptor> |
| 465 | </descriptors> |
| 466 | </configuration> |
| 467 | </execution> |
| 468 | </executions> |
| 469 | </plugin> |
| 470 | </plugins> |
| 471 | </build> |
| 472 | </profile> |
| 473 | </profiles> |
| 474 | </project> |