Skip to content

Commit

Permalink
[build system] Exclude log4j.properties files from uberjar and module…
Browse files Browse the repository at this point in the history
… jars

This closes apache#586
  • Loading branch information
rmetzger committed Apr 14, 2015
1 parent c910300 commit f50d754
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,15 @@ under the License.
<shadedArtifactAttached>false</shadedArtifactAttached>
<createDependencyReducedPom>true</createDependencyReducedPom>
<dependencyReducedPomLocation>${project.basedir}/target/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<filters>
<filter>
<artifact>org.apache.flink:*</artifact>
<excludes>
<exclude>log4j.properties</exclude>
<exclude>log4j-test.properties</exclude>
</excludes>
</filter>
</filters>
<artifactSet>
<includes>
<include>com.google.guava:*</include>
Expand Down

0 comments on commit f50d754

Please sign in to comment.