From 3528b0a3b78251ef72b6266dcdf64070ad006ec3 Mon Sep 17 00:00:00 2001 From: alfeilex <101652401+alfeilex@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:12:55 +0100 Subject: [PATCH] #1370: Fix build with empty system folder (#1373) --- CHANGELOG.asciidoc | 4 ++-- scripts/pom.xml | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7e73f2067..2b59778a0 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -2,11 +2,11 @@ This file documents all notable changes to https://github.com/devonfw/ide[devonfw-ide]. -== 2023.10.001 +== 2023.12.001 Release with new features and bugfixes: -* TODO +* https://github.com/devonfw/ide/issues/1370[#1370]: Release broken: system folder empty The full list of changes for this release can be found in https://github.com/devonfw/ide/milestone/49?closed=1[milestone 2023.10.001]. diff --git a/scripts/pom.xml b/scripts/pom.xml index b203fe5f6..13954617e 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -43,6 +43,13 @@ system/**/* + + src/main/resources + false + + system/**/* + +