forked from grith/sibboleth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sibboleth.withoutJython.assembly.xml
55 lines (53 loc) · 1.64 KB
/
sibboleth.withoutJython.assembly.xml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<assembly>
<id>lib-without-jython</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<unpack>true</unpack>
<useTransitiveDependencies>true</useTransitiveDependencies>
<useTransitiveFiltering>true</useTransitiveFiltering>
<useProjectArtifact>true</useProjectArtifact>
<outputDirectory>/</outputDirectory>
<includes>
<include>grith:sibboleth</include>
</includes>
<excludes>
<exclude>jython:jython</exclude>
<exclude>jython:jythonLib</exclude>
<exclude>jython:jythonLibWithHttpProxy</exclude>
<exclude>junit:junit</exclude>
<exclude>bouncycastle:bcprov-jdk15</exclude>
<exclude>com.jgoodies:forms</exclude>
</excludes>
<unpackOptions>
<excludes>
<exclude>**/INDEX.LIST</exclude>
<exclude>**/MANIFEST.MF</exclude>
<exclude>**/LICENSE.txt</exclude>
<exclude>**/LICENSE</exclude>
<exclude>**/NOTICE.txt</exclude>
<exclude>**/NOTICE</exclude>
<exclude>**/log4j.properties</exclude>
<exclude>META-INF/services/java.sql.Driver</exclude>
<exclude>overview.html</exclude>
<exclude>client-config.wsdd</exclude>
<exclude>gluev12r2-ext-class-map.properties</exclude>
<exclude>ARCS.SF</exclude>
<exclude>ARCS.RSA</exclude>
<exclude>log4j.properties</exclude>
<exclude>log4j.xml</exclude>
</excludes>
</unpackOptions>
</dependencySet>
</dependencySets>
<!--to make sure the right log4j.properties file is used -->
<files>
<file>
<source>src/main/resources/log4j.properties</source>
<outputDirectory>/</outputDirectory>
</file>
</files>
</assembly>