Skip to content

Commit

Permalink
add license file to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
TWI authored and ceki committed Mar 17, 2023
1 parent b363bb3 commit 2a8ca99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
<directory>${project.basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>

<resource>
<directory>.</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>LICENSE.txt</include>
</includes>
</resource>
</resources>

<pluginManagement>
Expand Down

0 comments on commit 2a8ca99

Please sign in to comment.