This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/training.git
The following commit(s) were added to refs/heads/develop by this push:
new 21dc876 fix: Removed an invalid resource entry.
21dc876 is described below
commit 21dc876b25d7fa648858177b1d95bfe1bf8a1f2a
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Aug 30 15:34:01 2025 +0200
fix: Removed an invalid resource entry.
---
site/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/site/pom.xml b/site/pom.xml
index cfaf2e6..d2ceae4 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -443,12 +443,6 @@
</directory>
<targetPath>${project.build.directory}/site/fonts</targetPath>
</resource>
- <resource>
- <directory>
- ${project.basedir}/src/content
- </directory>
-
<targetPath>${project.build.directory}/site/contnet</targetPath>
- </resource>
</resources>
</configuration>
</execution>