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/incubator-training.git
The following commit(s) were added to refs/heads/develop by this push:
new a6bfd1f feat: Some more cleaning up and debugging.
a6bfd1f is described below
commit a6bfd1faba9400e02d257a0f77f3acfde6e78362
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Sep 16 18:22:04 2024 +0200
feat: Some more cleaning up and debugging.
---
tools/content-parent-pom/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tools/content-parent-pom/pom.xml b/tools/content-parent-pom/pom.xml
index 81d4234..88f6b6d 100644
--- a/tools/content-parent-pom/pom.xml
+++ b/tools/content-parent-pom/pom.xml
@@ -96,10 +96,6 @@
<configuration>
<consoleOutput>true</consoleOutput>
<excludes>
- <!-- TODO: This is a modified version of an
asciidoctor file ... nor sure we can stick an Apache Header on it -->
- <exclude>libs/docinfo-hack/document.html.slim</exclude>
- <!-- Exclude everything downloaded by the install-deps
scripts -->
- <exclude>libs/third-party/**</exclude>
<!-- Maven related files -->
<exclude>**/target/**</exclude>