summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/pom.xml
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-15 17:24:56 +0200
committerSimon Rettberg2015-09-15 17:24:56 +0200
commit385e80714d7b2d7053394ca6f14bdc914f161117 (patch)
treebc25c6887be12a58582c5804a0494efac9e18822 /dozentenmodul/pom.xml
parentMerge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 (diff)
downloadtutor-module-385e80714d7b2d7053394ca6f14bdc914f161117.tar.gz
tutor-module-385e80714d7b2d7053394ca6f14bdc914f161117.tar.xz
tutor-module-385e80714d7b2d7053394ca6f14bdc914f161117.zip
[client] Fix shade goal removing required logging classes
Diffstat (limited to 'dozentenmodul/pom.xml')
-rw-r--r--dozentenmodul/pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/dozentenmodul/pom.xml b/dozentenmodul/pom.xml
index dda2f8ca..001f63fb 100644
--- a/dozentenmodul/pom.xml
+++ b/dozentenmodul/pom.xml
@@ -10,7 +10,7 @@
<name>DozMod-Client</name>
<url>http://maven.apache.org</url>
<scm>
- <connection>scm:git:git://git.openslx.org/openslx-ng/tutor-module.git</connection>
+ <connection>scm:git:git://git.openslx.org/openslx-ng/tutor-module.git</connection>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -51,12 +51,12 @@
<version>1.3</version>
<executions>
<execution>
- <phase>package</phase>
- <goals>
+ <phase>package</phase>
+ <goals>
<goal>create</goal>
<goal>create-timestamp</goal>
- </goals>
- </execution>
+ </goals>
+ </execution>
</executions>
<configuration>
<doCheck>false</doCheck>
@@ -115,6 +115,14 @@
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
+ <filters>
+ <filter>
+ <artifact>commons-logging:*</artifact>
+ <includes>
+ <include>**</include>
+ </includes>
+ </filter>
+ </filters>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">