Skip to content

Commit

Permalink
Exclude maven wrapper when package
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jul 30, 2018
1 parent d90540b commit 6429ac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distribution/src/assembly/source-release.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<exclude>**/*.log</exclude>
<exclude>release.properties</exclude>
<exclude>**/*.xml.*</exclude>
<exclude>**/.mvn/**</exclude>
<exclude>**/*.jar</exclude>
<exclude>**/mvnw*</exclude>
</excludes>
</fileSet>
</fileSets>
Expand Down

0 comments on commit 6429ac4

Please sign in to comment.