Skip to content

Commit

Permalink
#1370: Fix build with empty system folder (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex committed Dec 14, 2023
1 parent af67497 commit 3528b0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
7 changes: 7 additions & 0 deletions scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@
<exclude>system/**/*</exclude>
</excludes>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
<includes>
<include>system/**/*</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
Expand Down

0 comments on commit 3528b0a

Please sign in to comment.