Skip to content

Commit

Permalink
Merge pull request #190 from bci-oss/feature/legal-information-in-jar
Browse files Browse the repository at this point in the history
Legal Information in META-INF (.jar File)
  • Loading branch information
tunacicek authored Aug 15, 2023
2 parents 637cc9f + f74d950 commit 6dc8c19
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 @@ -264,6 +264,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 6dc8c19

Please sign in to comment.