Skip to content

Commit

Permalink
OC-102: minimize JARs (#260)
Browse files Browse the repository at this point in the history
* OC-102: minimize JARs (removing non-used classes from bundled third party libraries)

* OC-102: don't minify clover-runtime as maven-shade-plugin cuts mandatory classes from Cajo
  • Loading branch information
marek-parfianowicz authored Jul 2, 2024
1 parent 802f213 commit d5fa9de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clover-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
</excludes>
</filter>
</filters>
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>org.apache.commons.lang3</pattern>
Expand Down
1 change: 1 addition & 0 deletions clover-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
</excludes>
</filter>
</filters>
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>antlr</pattern>
Expand Down

0 comments on commit d5fa9de

Please sign in to comment.