Skip to content

Commit

Permalink
disable shading of test jar
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Dec 7, 2018
1 parent f5c959f commit 26a0f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Expand Up @@ -61,6 +61,7 @@ under the License.
<goal>shade</goal>
</goals>
<configuration>
<shadeTestJar>false</shadeTestJar>
<artifactSet>
<includes>
<include>*:*</include>
Expand Down
6 changes: 0 additions & 6 deletions flink-filesystems/flink-s3-fs-presto/pom.xml
Expand Up @@ -272,12 +272,6 @@ under the License.
<exclude>META-INF/LICENSE.txt</exclude>
</excludes>
</filter>
<filter>
<artifact>com.facebook.presto.hadoop:hadoop-apache2</artifact>
<includes>
<include>com/facebook/presto/hadoop/**</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
Expand Down

0 comments on commit 26a0f98

Please sign in to comment.