blob: 3c0b1bd5dbbc6d0b24492797da29844ceba49432 [file] [log] [blame]
Guillaume Nodet916f28a2009-09-22 09:11:12 +00001<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 Nodet91fab3b2009-04-27 10:01:58 +00002
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 Vanthienen607b8522009-05-02 19:57:13 +000024 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodetb9103c82009-05-11 14:33:35 +000025 <artifactId>karaf</artifactId>
Guillaume Nodet6392dfe2009-11-27 12:32:26 +000026 <version>1.3.0-SNAPSHOT</version>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000027 </parent>
28
Gert Vanthienen607b8522009-05-02 19:57:13 +000029 <groupId>org.apache.felix.karaf</groupId>
30 <artifactId>apache-felix-karaf</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000031 <packaging>pom</packaging>
Guillaume Nodet6392dfe2009-11-27 12:32:26 +000032 <version>1.3.0-SNAPSHOT</version>
Gert Vanthienen607b8522009-05-02 19:57:13 +000033 <name>Apache Felix Karaf :: Assembly</name>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000034
Guillaume Nodet91a52c02009-09-18 20:14:54 +000035 <properties>
36 <appendedResourcesDirectory>${basedir}/../etc/appended-resources</appendedResourcesDirectory>
37 </properties>
38
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000039 <dependencies>
40 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +000041 <groupId>org.apache.felix.karaf</groupId>
Guillaume Nodet225b7992009-10-15 21:01:09 +000042 <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 Vanthienen607b8522009-05-02 19:57:13 +000052 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000053 </dependency>
54 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +000055 <groupId>org.apache.felix.karaf</groupId>
56 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000057 </dependency>
58 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +000059 <groupId>org.apache.felix.karaf.deployer</groupId>
Gert Vanthienen607b8522009-05-02 19:57:13 +000060 <artifactId>org.apache.felix.karaf.deployer.spring</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +000061 </dependency>
62 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +000063 <groupId>org.apache.felix.karaf.deployer</groupId>
64 <artifactId>org.apache.felix.karaf.deployer.blueprint</artifactId>
Guillaume Nodet18c56a12009-04-30 09:10:03 +000065 </dependency>
66 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +000067 <groupId>org.apache.felix.karaf.deployer</groupId>
68 <artifactId>org.apache.felix.karaf.deployer.features</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +000069 </dependency>
70 <dependency>
Guillaume Nodeta5561af2010-02-05 09:40:46 +000071 <groupId>org.apache.felix.karaf.deployer</groupId>
72 <artifactId>org.apache.felix.karaf.deployer.war</artifactId>
73 </dependency>
74 <dependency>
Guillaume Nodet2cb94d02009-08-07 09:55:51 +000075 <groupId>org.apache.felix.karaf.features</groupId>
76 <artifactId>org.apache.felix.karaf.features.core</artifactId>
77 </dependency>
78 <dependency>
79 <groupId>org.apache.felix.karaf.features</groupId>
80 <artifactId>org.apache.felix.karaf.features.command</artifactId>
81 </dependency>
82 <dependency>
83 <groupId>org.apache.felix.karaf.features</groupId>
84 <artifactId>org.apache.felix.karaf.features.management</artifactId>
85 </dependency>
86 <dependency>
Guillaume Nodeta11a3ce2009-10-22 18:01:48 +000087 <groupId>org.apache.felix.karaf.admin</groupId>
88 <artifactId>org.apache.felix.karaf.admin.core</artifactId>
89 </dependency>
90 <dependency>
91 <groupId>org.apache.felix.karaf.admin</groupId>
92 <artifactId>org.apache.felix.karaf.admin.command</artifactId>
93 </dependency>
94 <dependency>
95 <groupId>org.apache.felix.karaf.admin</groupId>
96 <artifactId>org.apache.felix.karaf.admin.management</artifactId>
Guillaume Nodetccfc3d82009-05-06 14:40:12 +000097 </dependency>
98 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +000099 <groupId>org.apache.felix.karaf.shell</groupId>
Guillaume Nodeta11a3ce2009-10-22 18:01:48 +0000100 <artifactId>org.apache.felix.karaf.shell.console</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000101 </dependency>
102 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000103 <groupId>org.apache.felix.karaf.shell</groupId>
104 <artifactId>org.apache.felix.karaf.shell.obr</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000105 </dependency>
106 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000107 <groupId>org.apache.felix.karaf.shell</groupId>
108 <artifactId>org.apache.felix.karaf.shell.osgi</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000109 </dependency>
110 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000111 <groupId>org.apache.felix.karaf.shell</groupId>
112 <artifactId>org.apache.felix.karaf.shell.log</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000113 </dependency>
114 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000115 <groupId>org.apache.felix.karaf.shell</groupId>
116 <artifactId>org.apache.felix.karaf.shell.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000117 </dependency>
118 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000119 <groupId>org.apache.felix.karaf.shell</groupId>
120 <artifactId>org.apache.felix.karaf.shell.packages</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000121 </dependency>
122 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000123 <groupId>org.apache.felix.karaf.shell</groupId>
124 <artifactId>org.apache.felix.karaf.shell.commands</artifactId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000125 </dependency>
126 <dependency>
Guillaume Nodet91a52c02009-09-18 20:14:54 +0000127 <groupId>org.apache.felix.karaf.shell</groupId>
128 <artifactId>org.apache.felix.karaf.shell.ssh</artifactId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000129 </dependency>
130 <dependency>
Gert Vanthienen70c155b2009-12-04 15:49:54 +0000131 <groupId>org.apache.felix.karaf.shell</groupId>
132 <artifactId>org.apache.felix.karaf.shell.dev</artifactId>
133 </dependency>
134 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000135 <groupId>org.apache.felix.karaf.jaas</groupId>
136 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000137 </dependency>
138 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000139 <groupId>org.apache.felix.karaf.jaas</groupId>
140 <artifactId>org.apache.felix.karaf.jaas.config</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000141 </dependency>
142 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000143 <groupId>org.apache.felix.karaf.jaas</groupId>
144 <artifactId>org.apache.felix.karaf.jaas.modules</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000145 </dependency>
146 <dependency>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000147 <groupId>org.apache.felix.karaf</groupId>
148 <artifactId>org.apache.felix.karaf.management</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000149 </dependency>
150 <dependency>
151 <groupId>org.springframework.osgi</groupId>
152 <artifactId>spring-osgi-extender</artifactId>
153 </dependency>
154 <dependency>
155 <groupId>org.springframework.osgi</groupId>
156 <artifactId>spring-osgi-core</artifactId>
157 </dependency>
158 <dependency>
159 <groupId>org.springframework.osgi</groupId>
160 <artifactId>spring-osgi-io</artifactId>
161 </dependency>
162 <dependency>
Guillaume Nodet6a8e2f12009-08-24 07:27:30 +0000163 <groupId>org.springframework.osgi</groupId>
164 <artifactId>spring-osgi-annotation</artifactId>
165 </dependency>
166 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000167 <groupId>org.springframework</groupId>
168 <artifactId>spring-context</artifactId>
169 </dependency>
170 <dependency>
171 <groupId>org.springframework</groupId>
172 <artifactId>spring-beans</artifactId>
173 </dependency>
174 <dependency>
175 <groupId>org.springframework</groupId>
176 <artifactId>spring-core</artifactId>
177 </dependency>
178 <dependency>
179 <groupId>org.springframework</groupId>
180 <artifactId>spring-aop</artifactId>
181 </dependency>
182 <dependency>
183 <groupId>org.apache.felix</groupId>
184 <artifactId>org.apache.felix.bundlerepository</artifactId>
185 </dependency>
186 <dependency>
Guillaume Nodet30fdfb92009-08-31 07:19:00 +0000187 <groupId>org.apache.felix</groupId>
188 <artifactId>org.apache.felix.fileinstall</artifactId>
189 </dependency>
190 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000191 <groupId>org.apache.mina</groupId>
192 <artifactId>mina-core</artifactId>
193 </dependency>
194 <dependency>
Guillaume Nodetf9b2bf42009-07-10 06:56:47 +0000195 <groupId>jline</groupId>
196 <artifactId>jline</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000197 </dependency>
198 <dependency>
199 <groupId>org.apache.felix</groupId>
200 <artifactId>org.osgi.compendium</artifactId>
201 </dependency>
202 <dependency>
203 <groupId>org.apache.felix</groupId>
204 <artifactId>org.apache.felix.configadmin</artifactId>
205 </dependency>
206 <dependency>
207 <groupId>org.apache.felix</groupId>
Guillaume Nodetafcbf452009-06-11 08:36:21 +0000208 <artifactId>org.apache.felix.metatype</artifactId>
209 </dependency>
210 <dependency>
211 <groupId>org.apache.felix</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000212 <artifactId>org.apache.felix.prefs</artifactId>
213 </dependency>
214 <dependency>
215 <groupId>org.ops4j.pax.logging</groupId>
216 <artifactId>pax-logging-api</artifactId>
217 </dependency>
218 <dependency>
219 <groupId>org.ops4j.pax.logging</groupId>
220 <artifactId>pax-logging-service</artifactId>
221 </dependency>
222 <dependency>
223 <groupId>org.ops4j.pax.url</groupId>
224 <artifactId>pax-url-mvn</artifactId>
225 </dependency>
226 <dependency>
227 <groupId>org.ops4j.pax.url</groupId>
228 <artifactId>pax-url-wrap</artifactId>
229 </dependency>
230 <dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000231 <groupId>org.apache.sshd</groupId>
232 <artifactId>sshd-core</artifactId>
233 </dependency>
234 <dependency>
235 <groupId>org.osgi</groupId>
Guillaume Nodet077bac52009-07-09 08:29:14 +0000236 <artifactId>org.osgi.impl.bundle.jmx</artifactId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000237 </dependency>
Guillaume Nodet350b1502009-05-05 15:46:15 +0000238 <dependency>
239 <groupId>org.eclipse</groupId>
240 <artifactId>osgi</artifactId>
241 </dependency>
242 <dependency>
243 <groupId>org.apache.felix</groupId>
244 <artifactId>org.apache.felix.framework</artifactId>
245 </dependency>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000246 <dependency>
Guillaume Nodet76d69022009-09-14 13:13:16 +0000247 <groupId>org.apache.geronimo.blueprint</groupId>
248 <artifactId>geronimo-blueprint</artifactId>
Guillaume Nodetfcf2d342009-06-18 20:57:23 +0000249 </dependency>
Guillaume Nodeta5561af2010-02-05 09:40:46 +0000250 <dependency>
251 <groupId>org.apache.geronimo.specs</groupId>
252 <artifactId>geronimo-servlet_2.5_spec</artifactId>
253 <optional>true</optional>
254 </dependency>
255 <dependency>
256 <groupId>org.ops4j.pax.url</groupId>
257 <artifactId>pax-url-wrap</artifactId>
258 <optional>true</optional>
259 </dependency>
260 <dependency>
261 <groupId>org.apache.servicemix.bundles</groupId>
262 <artifactId>org.apache.servicemix.bundles.jetty-bundle</artifactId>
263 <optional>true</optional>
264 </dependency>
265 <dependency>
266 <groupId>org.ops4j.pax.web</groupId>
267 <artifactId>pax-web-api</artifactId>
268 <optional>true</optional>
269 </dependency>
270 <dependency>
271 <groupId>org.ops4j.pax.web</groupId>
272 <artifactId>pax-web-spi</artifactId>
273 <optional>true</optional>
274 </dependency>
275 <dependency>
276 <groupId>org.ops4j.pax.web</groupId>
277 <artifactId>pax-web-runtime</artifactId>
278 <optional>true</optional>
279 </dependency>
280 <dependency>
281 <groupId>org.ops4j.pax.web</groupId>
282 <artifactId>pax-web-jetty</artifactId>
283 <optional>true</optional>
284 </dependency>
285 <dependency>
286 <groupId>org.ops4j.pax.web</groupId>
287 <artifactId>pax-web-jsp</artifactId>
288 <optional>true</optional>
289 </dependency>
290 <dependency>
291 <groupId>org.ops4j.pax.web</groupId>
292 <artifactId>pax-web-extender-war</artifactId>
293 <optional>true</optional>
294 </dependency>
295 <dependency>
296 <groupId>org.ops4j.pax.web</groupId>
297 <artifactId>pax-web-extender-whiteboard</artifactId>
298 <optional>true</optional>
299 </dependency>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000300 </dependencies>
301 <build>
302 <resources>
303 <resource>
304 <directory>${pom.basedir}/src/main/filtered-resources</directory>
305 <filtering>true</filtering>
306 <includes>
307 <include>**/*</include>
308 </includes>
309 </resource>
310 </resources>
Guillaume Nodet992a2af2009-08-27 15:03:40 +0000311 <filters>
312 <filter>target/filter.txt</filter>
313 </filters>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000314 <plugins>
315 <plugin>
316 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet992a2af2009-08-27 15:03:40 +0000317 <artifactId>maven-antrun-plugin</artifactId>
Guillaume Nodet992a2af2009-08-27 15:03:40 +0000318 <executions>
319 <execution>
320 <id>create-prop</id>
321 <phase>generate-resources</phase>
322 <configuration>
323 <tasks>
Guillaume Nodet916f28a2009-09-22 09:11:12 +0000324 <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath" />
325 <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp" />
326 <property name="mv" value="${project.version}" />
327 <echo message="Maven version: ${mv}" />
328 <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0" />
329 <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0" />
330 <propertyregex property="ov.p3" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\3" defaultValue=".0" />
331 <propertyregex property="ov.p4" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\4" defaultValue="" />
332 <propertyregex property="ov.p1a" input="${ov.p1}" regexp="(.+)" replace="\1" defaultValue="0" />
333 <propertyregex property="ov.p2a" input="${ov.p2}" regexp="(\..+)" replace="\1" defaultValue=".0" />
334 <propertyregex property="ov.p3a" input="${ov.p3}" regexp="(\..+)" replace="\1" defaultValue=".0" />
335 <propertyregex property="ov.p4a" input="${ov.p4}" regexp="(\..+)" replace="\1" defaultValue="" />
336 <property name="ov" value="${ov.p1a}${ov.p2a}${ov.p3a}${ov.p4a}" />
337 <echo message="OSGi version: ${ov}" />
338 <mkdir dir="target" />
339 <echo message="karaf.osgi.version = ${ov}" file="target/filter.txt" />
Guillaume Nodet992a2af2009-08-27 15:03:40 +0000340 </tasks>
341 </configuration>
342 <goals>
343 <goal>run</goal>
344 </goals>
345 </execution>
346 </executions>
Guillaume Nodet992a2af2009-08-27 15:03:40 +0000347 </plugin>
348 <plugin>
349 <groupId>org.apache.maven.plugins</groupId>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000350 <artifactId>maven-resources-plugin</artifactId>
351 <executions>
352 <execution>
353 <id>filter</id>
354 <phase>generate-resources</phase>
355 <goals>
356 <goal>resources</goal>
357 </goals>
358 </execution>
359 </executions>
360 </plugin>
361 <plugin>
362 <groupId>org.apache.maven.plugins</groupId>
363 <artifactId>maven-dependency-plugin</artifactId>
364 <executions>
365 <execution>
366 <id>copy</id>
367 <phase>generate-resources</phase>
368 <goals>
369 <goal>copy</goal>
370 </goals>
371 <configuration>
372 <artifactItems>
373 <artifactItem>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000374 <groupId>org.apache.felix.karaf</groupId>
375 <artifactId>org.apache.felix.karaf.main</artifactId>
Guillaume Nodet225b7992009-10-15 21:01:09 +0000376 <outputDirectory>target/dependencies/lib</outputDirectory>
Guillaume Nodet874ecc82009-05-04 07:56:47 +0000377 <destFileName>karaf.jar</destFileName>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000378 </artifactItem>
379 <artifactItem>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000380 <groupId>org.apache.felix.karaf</groupId>
381 <artifactId>org.apache.felix.karaf.client</artifactId>
Guillaume Nodet225b7992009-10-15 21:01:09 +0000382 <outputDirectory>target/dependencies/lib</outputDirectory>
Guillaume Nodet874ecc82009-05-04 07:56:47 +0000383 <destFileName>karaf-client.jar</destFileName>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000384 </artifactItem>
385 <artifactItem>
Gert Vanthienen607b8522009-05-02 19:57:13 +0000386 <groupId>org.apache.felix.karaf.jaas</groupId>
387 <artifactId>org.apache.felix.karaf.jaas.boot</artifactId>
Guillaume Nodet225b7992009-10-15 21:01:09 +0000388 <outputDirectory>target/dependencies/lib</outputDirectory>
Guillaume Nodet874ecc82009-05-04 07:56:47 +0000389 <destFileName>karaf-jaas-boot.jar</destFileName>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000390 </artifactItem>
Guillaume Nodet225b7992009-10-15 21:01:09 +0000391 <artifactItem>
392 <groupId>org.apache.felix.karaf</groupId>
393 <artifactId>manual</artifactId>
394 <type>pdf</type>
395 <outputDirectory>target/dependencies</outputDirectory>
Guillaume Nodet225b7992009-10-15 21:01:09 +0000396 </artifactItem>
397 <artifactItem>
398 <groupId>org.apache.felix.karaf</groupId>
399 <artifactId>manual</artifactId>
400 <type>html</type>
401 <outputDirectory>target/dependencies</outputDirectory>
Guillaume Nodet225b7992009-10-15 21:01:09 +0000402 </artifactItem>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000403 </artifactItems>
404 </configuration>
405 </execution>
406 </executions>
407 </plugin>
408 <plugin>
409 <groupId>org.codehaus.mojo</groupId>
410 <artifactId>build-helper-maven-plugin</artifactId>
411 <executions>
412 <execution>
413 <id>attach-artifacts</id>
414 <phase>package</phase>
415 <goals>
416 <goal>attach-artifact</goal>
417 </goals>
418 <configuration>
419 <artifacts>
420 <artifact>
421 <file>target/classes/features.xml</file>
422 <type>xml</type>
423 <classifier>features</classifier>
424 </artifact>
425 </artifacts>
426 </configuration>
427 </execution>
428 </executions>
429 </plugin>
430 <plugin>
431 <groupId>org.apache.maven.plugins</groupId>
432 <artifactId>maven-assembly-plugin</artifactId>
433 <executions>
434 <execution>
Guillaume Nodet9b259a42009-09-21 14:02:52 +0000435 <id>make-assembly</id>
436 <phase>none</phase>
437 </execution>
438 <execution>
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000439 <id>unix-bin</id>
440 <phase>package</phase>
441 <goals>
442 <goal>single</goal>
443 </goals>
444 <configuration>
445 <descriptors>
446 <descriptor>src/main/descriptors/unix-bin.xml</descriptor>
447 </descriptors>
448 <finalName>${pom.artifactId}-${pom.version}</finalName>
449 <tarLongFileMode>gnu</tarLongFileMode>
450 </configuration>
451 </execution>
452 <execution>
453 <id>windows-bin</id>
454 <phase>package</phase>
455 <goals>
456 <goal>single</goal>
457 </goals>
458 <configuration>
459 <descriptors>
460 <descriptor>src/main/descriptors/windows-bin.xml</descriptor>
461 </descriptors>
462 <finalName>${pom.artifactId}-${pom.version}</finalName>
463 <appendAssemblyId>true</appendAssemblyId>
Guillaume Nodet916f28a2009-09-22 09:11:12 +0000464 <assemblyId />
Guillaume Nodet91fab3b2009-04-27 10:01:58 +0000465 </configuration>
466 </execution>
467 <execution>
468 <id>unix-src</id>
469 <phase>package</phase>
470 <goals>
471 <goal>single</goal>
472 </goals>
473 <configuration>
474 <descriptors>
475 <descriptor>src/main/descriptors/unix-src.xml</descriptor>
476 </descriptors>
477 <tarLongFileMode>gnu</tarLongFileMode>
478 </configuration>
479 </execution>
480 <execution>
481 <id>windows-src</id>
482 <phase>package</phase>
483 <goals>
484 <goal>single</goal>
485 </goals>
486 <configuration>
487 <descriptors>
488 <descriptor>src/main/descriptors/windows-src.xml</descriptor>
489 </descriptors>
490 </configuration>
491 </execution>
492 </executions>
493 </plugin>
494 </plugins>
495 </build>
496
497 <profiles>
498 <profile>
499 <id>assembly-src</id>
500 <build>
501 <plugins>
502 <plugin>
503 <groupId>org.apache.maven.plugins</groupId>
504 <artifactId>maven-assembly-plugin</artifactId>
505 <executions>
506 <execution>
507 <id>unix-src</id>
508 <phase>package</phase>
509 <goals>
510 <goal>attached</goal>
511 </goals>
512 <configuration>
513 <descriptors>
514 <descriptor>src/main/descriptors/unix-src.xml</descriptor>
515 </descriptors>
516 </configuration>
517 </execution>
518 <execution>
519 <id>windows-src</id>
520 <phase>package</phase>
521 <goals>
522 <goal>attached</goal>
523 </goals>
524 <configuration>
525 <descriptors>
526 <descriptor>src/main/descriptors/windows-src.xml</descriptor>
527 </descriptors>
528 </configuration>
529 </execution>
530 </executions>
531 </plugin>
532 </plugins>
533 </build>
534 </profile>
535 </profiles>
536</project>