From 6f5dcab1b2e9c5f4e6f5fd6df1f28d8014c257d6 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 30 Oct 2024 16:03:47 +0100 Subject: [PATCH] OZG-6839: Add Documentation and excludes for Alfa --- README.md | 6 ++++-- pom.xml | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f779e8b..7c4cc84 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ ## Changelog -### 4.4.0-SNAPSHOT +### 4.6.0-SNAPSHOT +* Update [OZGCloud License Generator](ozgcloud-common-license/readme.md) + +### 4.4.0 * Integration SBOM in JAR-File (OZG-4833) * Update to Spring-Boot 3.3.4 * Update netdev.grpc Spring-Boot Starter to 3.1.0-RELEASE @@ -12,7 +15,6 @@ * Update protoc-gen to 1.66 * Update Quarkus Platform to 3.13.3 * Update Keycloak Adapter to 24.0.5 -* Update [OZGCloud License Generator](ozgcloud-common-license/readme.md) ### 4.3.2 * update mapstruct 1.5.5 -> 1.6.0 diff --git a/pom.xml b/pom.xml index 031988a..94750db 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,11 @@ <header>license/eupl_v1_2_de/header.txt</header> </licenseSet> </licenseSets> + <excludes> + <exclude>**/.angular/cache/**</exclude> + <exclude>**/.nx/**</exclude> + <exclude>**/node_modules/**</exclude> + </excludes> </configuration> <dependencies> <dependency> -- GitLab