This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch ms12_conversion_of_md_files in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit b21df4bda2c89930de634b37bc69b480a61d6159 Author: Christian Grobmeier <[email protected]> AuthorDate: Sat Feb 24 12:26:24 2024 +0100 added resources (images etc) --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 7babd14b55..d39c53b3fd 100644 --- a/pom.xml +++ b/pom.xml @@ -790,6 +790,11 @@ <groupId>org.asciidoctor</groupId> <artifactId>asciidoctor-maven-plugin</artifactId> <configuration> + <resources> + <resource> + <directory>src/site/resources</directory> + </resource> + </resources> <eruby>erb</eruby> <enableVerbose>true</enableVerbose> <sourceDirectory>src/site/asciidoc</sourceDirectory>
