Make apache-jsp jar artifact without META-INF/services juli log
This commit is contained in:
Jan Bartel 2016-10-27 10:35:49 +11:00
parent 7256d75e9c
commit dadb86c831
1 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,18 @@
<goal>test-jar</goal>
</goals>
</execution>
<execution>
<id>nolog-jar</id>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>nolog</classifier>
<excludes>
<exclude>META-INF/services/org.apache.juli.logging.Log</exclude>
</excludes>
</configuration>
</execution>
</executions>
<configuration>
<archive>