This is an automated email from the ASF dual-hosted git repository.
hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 8855ab9beb fix(website): Add overwrite rule to resources plugin for
supplemental partials
8855ab9beb is described below
commit 8855ab9bebf787a7345746c404bf13d97947e56f
Author: hutcheb <[email protected]>
AuthorDate: Wed Nov 20 11:58:50 2024 +0800
fix(website): Add overwrite rule to resources plugin for supplemental
partials
---
website/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/pom.xml b/website/pom.xml
index 664b851c22..b333df82bb 100644
--- a/website/pom.xml
+++ b/website/pom.xml
@@ -219,6 +219,7 @@
</goals>
<configuration>
<outputDirectory>${project.build.directory}/supplemental</outputDirectory>
+ <overwrite>true</overwrite>
<resources>
<resource>
<directory>${project.basedir}/supplemental</directory>