]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist.xml
c78533533cab3227cb016d75ce1ced33d8cbaa4a
[lgpl/argeo-commons.git] / dist.xml
1 <!--
2
3 Copyright (C) 2007-2012 Mathieu Baudier
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16
17 -->
18 <assembly
19 xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
20 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21 xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
22 <id>dist</id>
23 <baseDirectory>argeo-node-server</baseDirectory>
24 <formats>
25 <format>tar.gz</format>
26 </formats>
27 <dependencySets>
28 <dependencySet>
29 <unpack>false</unpack>
30 <outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}
31 </outputFileNameMapping>
32 <outputDirectory>lib</outputDirectory>
33 <includes>
34 <include>*:jar</include>
35 </includes>
36 </dependencySet>
37 </dependencySets>
38 </assembly>