Skip to content

Commit

Permalink
Remove log4j.properties from jar file
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuhn committed Mar 9, 2018
1 parent 04ca5b3 commit 58850e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,16 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<excludes>
<exclude>**/log4j.properties</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>
Expand Down

0 comments on commit 58850e7

Please sign in to comment.