Skip to content

Commit

Permalink
add doc files to distribution zip
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlib committed Apr 18, 2023
1 parent ac032ed commit 204fb4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/assembly/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,13 @@
<include>*.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.basedir}</directory>
<outputDirectory></outputDirectory>
<includes>
<include>*.md</include>
<include>LICENSE</include>
</includes>
</fileSet>
</fileSets>
</assembly>

0 comments on commit 204fb4a

Please sign in to comment.