Line | |
---|
1 | <assembly |
---|
2 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" |
---|
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
---|
4 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> |
---|
5 | <id>bin</id> |
---|
6 | <formats> |
---|
7 | <format>tar.gz</format> |
---|
8 | <format>dir</format> |
---|
9 | <!-- format>tar.bz2</format> |
---|
10 | <format>zip</format--> |
---|
11 | </formats> |
---|
12 | <dependencySets> |
---|
13 | <dependencySet> |
---|
14 | <includes></includes> |
---|
15 | <excludes> |
---|
16 | <exclude>de.ugoe.cs.autoquest:autoquest-httpmonitor</exclude> |
---|
17 | </excludes> |
---|
18 | <outputDirectory>lib</outputDirectory> |
---|
19 | </dependencySet> |
---|
20 | <dependencySet> |
---|
21 | <includes> |
---|
22 | <include>de.ugoe.cs.autoquest:autoquest-httpmonitor</include> |
---|
23 | </includes> |
---|
24 | <outputDirectory></outputDirectory> |
---|
25 | </dependencySet> |
---|
26 | </dependencySets> |
---|
27 | <fileSets> |
---|
28 | <fileSet> |
---|
29 | <directory>bin</directory> |
---|
30 | <outputDirectory></outputDirectory> |
---|
31 | <fileMode>775</fileMode> |
---|
32 | <includes> |
---|
33 | <include>*</include> |
---|
34 | </includes> |
---|
35 | </fileSet> |
---|
36 | </fileSets> |
---|
37 | </assembly> |
---|
Note: See
TracBrowser
for help on using the repository browser.