Skip to content

Commit

Permalink
Merge pull request #1916 from packleader/feature-unshaded-jar
Browse files Browse the repository at this point in the history
Issue #1834 - Publish Non-Shaded JAR For karate-core
  • Loading branch information
ptrthomas committed Mar 3, 2022
2 parents f0758b8 + 0b440e5 commit 8bbbe11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>all</shadedClassifierName>
<artifactSet>
<includes>
<include>com.linecorp.armeria:*</include>
Expand Down

0 comments on commit 8bbbe11

Please sign in to comment.