Skip to content

Commit

Permalink
Merge pull request #41 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 11, 2023
2 parents 9b576b1 + d650080 commit 0da1ecd
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 @@ -197,6 +197,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>
</project>

0 comments on commit 0da1ecd

Please sign in to comment.