-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathassembly.xml
More file actions
32 lines (31 loc) · 1.07 KB
/
assembly.xml
File metadata and controls
32 lines (31 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<assembly>
<id>bin</id>
<formats>
<format>dir</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<excludes>
<exclude>javax.activation:*</exclude>
<exclude>javax.xml.bind:jaxb-api</exclude>
<exclude>com.google.code.findbugs:jsr305</exclude>
<exclude>com.structurizr:structurizr-dsl</exclude>
<exclude>com.structurizr:structurizr-client</exclude>
<exclude>com.structurizr:structurizr-import</exclude>
</excludes>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>lib</outputDirectory>
<unpack>false</unpack>
</dependencySet>
</dependencySets>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
<outputDirectory></outputDirectory>
<includes>
<include>*.jar</include>
</includes>
</fileSet>
</fileSets>
</assembly>