Skip to content

Commit

Permalink
Add following files to the META-INF of .jar :
Browse files Browse the repository at this point in the history
* LICENSE
* NOTICE.md
* DEPENDENCIES
  • Loading branch information
tunacicek committed Aug 14, 2023
1 parent b6b2faf commit bd42052
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,15 @@
<exclude>**/*.yml</exclude>
</excludes>
</resource>
<resource>
<directory>../</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE.md</include>
<include>DEPENDENCIES</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>
</build>

Expand Down

0 comments on commit bd42052

Please sign in to comment.