Skip to content

Commit

Permalink
fix: includes shaded sources
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszmajsak committed Feb 20, 2020
1 parent d58509a commit fda5d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
3 changes: 3 additions & 0 deletions arquillian-jacoco-with-asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
<executions>
<execution>
<id>shade</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadeSourcesContent>true</shadeSourcesContent>
<createSourcesJar>true</createSourcesJar>
<relocations>
<relocation>
<pattern>org.objectweb.asm</pattern>
Expand Down

This file was deleted.

0 comments on commit fda5d26

Please sign in to comment.