Skip to content

Commit

Permalink
filter unwanted files from META-INF directory (#6956)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored and skuruppu committed Dec 5, 2019
1 parent 26415a1 commit e90e7a6
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,17 @@
<resource>com.google.cloud.spanner.jdbc</resource>
<file>*.sql</file>
</transformer>
<transformer implementation="org.apache.maven.plugins.shade.resource.DontIncludeResourceTransformer">
<resources>
<resource>META-INF/SIGNINGC.RSA</resource>
<resource>META-INF/SIGNINGC.SF</resource>
<resource>META-INF/DEPENDENCIES</resource>
<resource>META-INF/LICENSE</resource>
<resource>META-INF/LICENSE.txt</resource>
<resource>META-INF/NOTICE</resource>
<resource>META-INF/NOTICE.txt</resource>
</resources>
</transformer>
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit e90e7a6

Please sign in to comment.