This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 72466977d1 added inherited false to avoid executing it in submodules
     new 83c02f98de Merge branch 'main' of github.com:apache/logging-log4j2 
into main
72466977d1 is described below

commit 72466977d1be33ec6193acd88d6e347e9841ee3a
Author: Christian Grobmeier <[email protected]>
AuthorDate: Tue Mar 12 10:27:45 2024 +0100

    added inherited false to avoid executing it in submodules
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 595907d79f..adb5cf93ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -772,6 +772,7 @@
       <plugin>
         <groupId>org.asciidoctor</groupId>
         <artifactId>asciidoctor-maven-plugin</artifactId>
+        <inherited>false</inherited>
         <dependencies>
           <dependency>
             <groupId>io.spring.asciidoctor</groupId>

Reply via email to