Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kterry committed Oct 2, 2014
1 parent 7199606 commit 2790ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<goal>shade</goal>
</goals>
<configuration>

<minimizeJar>true</minimizeJar>
<filters>
<filter>
<artifact>*:*</artifact>
Expand Down Expand Up @@ -162,4 +162,4 @@
</snapshots>
</repository>
</repositories>
</project>
</project>

1 comment on commit 2790ed5

@kterry
Copy link
Collaborator Author

@kterry kterry commented on 2790ed5 Oct 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maven shade plugin has been configurated to make a minimized jar

Please sign in to comment.