From 33b4fbbe77aeeb09cba94d5684890d3c26c8c6be Mon Sep 17 00:00:00 2001 From: SujitMBRDI Date: Mon, 21 Aug 2023 19:06:54 +0530 Subject: [PATCH] fix(bpdm): TRG quality gate issue --- INSTALL.md | 7 +++++++ bpdm-bridge-dummy/pom.xml | 9 +++++++++ bpdm-gate/pom.xml | 9 +++++++++ bpdm-pool/pom.xml | 9 +++++++++ 4 files changed, 34 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index af43288aa..a31fb9d7d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/bpdm-bridge-dummy/pom.xml b/bpdm-bridge-dummy/pom.xml index b6a3d43ee..5cc0caca9 100644 --- a/bpdm-bridge-dummy/pom.xml +++ b/bpdm-bridge-dummy/pom.xml @@ -176,6 +176,15 @@ *.properties + + ${project.basedir}/.. + + LICENSE + NOTICE.md + DEPENDENCIES + + META-INF + diff --git a/bpdm-gate/pom.xml b/bpdm-gate/pom.xml index 602aabf0a..fc55530f8 100644 --- a/bpdm-gate/pom.xml +++ b/bpdm-gate/pom.xml @@ -172,6 +172,15 @@ *.properties + + ${project.basedir}/.. + + LICENSE + NOTICE.md + DEPENDENCIES + + META-INF/ + diff --git a/bpdm-pool/pom.xml b/bpdm-pool/pom.xml index da781bcfa..9aaf213bb 100644 --- a/bpdm-pool/pom.xml +++ b/bpdm-pool/pom.xml @@ -175,6 +175,15 @@ *.properties + + ${project.basedir}/.. + + LICENSE + NOTICE.md + DEPENDENCIES + + META-INF/ +