Skip to content

Commit

Permalink
Merge pull request eclipse-tractusx#402 from catenax-ng/fix/quality_g…
Browse files Browse the repository at this point in the history
…ate_issue

fix(bpdm): TRG issue of missing legal documents in JAR
  • Loading branch information
nicoprow authored Aug 22, 2023
2 parents 197f8ca + 33b4fbb commit 3241b51
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,10 @@ The Swagger login uses the client specified in the property `springdoc.swagger-u

This repository contains Helm files for deploying the BPDM Bridge Dummy to a Kubernetes environment.
See the [BPDM Bridge Dummy Helm README](/charts/bpdm/charts/bpdm-bridge-dummy/README.md) for details.

## NOTICE

This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0).

- SPDX-License-Identifier: Apache-2.0
- Source URL: https://github.com/eclipse-tractusx/bpdm
9 changes: 9 additions & 0 deletions bpdm-bridge-dummy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,15 @@
<exclude>*.properties</exclude>
</excludes>
</resource>
<resource>
<directory>${project.basedir}/..</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE.md</include>
<include>DEPENDENCIES</include>
</includes>
<targetPath>META-INF</targetPath>
</resource>
</resources>

<plugins>
Expand Down
9 changes: 9 additions & 0 deletions bpdm-gate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,15 @@
<exclude>*.properties</exclude>
</excludes>
</resource>
<resource>
<directory>${project.basedir}/..</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE.md</include>
<include>DEPENDENCIES</include>
</includes>
<targetPath>META-INF/</targetPath>
</resource>
</resources>
<plugins>
<plugin>
Expand Down
9 changes: 9 additions & 0 deletions bpdm-pool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,15 @@
<exclude>*.properties</exclude>
</excludes>
</resource>
<resource>
<directory>${project.basedir}/..</directory>
<includes>
<include>LICENSE</include>
<include>NOTICE.md</include>
<include>DEPENDENCIES</include>
</includes>
<targetPath>META-INF/</targetPath>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit 3241b51

Please sign in to comment.