Skip to content

Commit

Permalink
Exclude -javadoc.jar from assembled package
Browse files Browse the repository at this point in the history
  • Loading branch information
c-suh committed Oct 30, 2023
1 parent a418ca9 commit 018e202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/assembly/tar-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<excludes>
<exclude>*-sources.jar</exclude>
<exclude>*-test-sources.jar</exclude>
<exclude>*-javadoc.jar</exclude>
</excludes>
</fileSet>
<fileSet>
Expand Down
1 change: 1 addition & 0 deletions src/main/assembly/zip-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<excludes>
<exclude>*-sources.jar</exclude>
<exclude>*-test-sources.jar</exclude>
<exclude>*-javadoc.jar</exclude>
</excludes>
</fileSet>
<fileSet>
Expand Down

0 comments on commit 018e202

Please sign in to comment.