Skip to content

Commit

Permalink
Merge pull request #73 from catenax-ng/chore/add_legal_docs_to_jar
Browse files Browse the repository at this point in the history
chore: add required legal documents to META-INF directory
  • Loading branch information
almadigabor authored Nov 24, 2023
2 parents 245153c + fc6867a commit 3557e9c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,20 @@
</plugin>
</plugins>
</pluginManagement>
<resources>
<resource>
<directory>${project.basedir}/src/main/resources</directory>
</resource>
<resource>
<directory>${project.basedir}</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE.md</include>
<include>DEPENDENCIES</include>
</includes>
<targetPath>META-INF/</targetPath>
</resource>
</resources>
</build>
<repositories>
<repository>
Expand Down

0 comments on commit 3557e9c

Please sign in to comment.