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

pkarwasz 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 c5175924e2 Inherit `xml-maven-plugin` config from parent
c5175924e2 is described below

commit c5175924e214671e4a8e23dbc67f3cfc7cf5d461
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Oct 31 14:53:36 2023 +0100

    Inherit `xml-maven-plugin` config from parent
---
 pom.xml | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index 53a3a56071..e5cbebf739 100644
--- a/pom.xml
+++ b/pom.xml
@@ -378,7 +378,6 @@
     <!-- Maven site depends on Velocity and the escaping rules are different 
in newer versions. -->
     <!-- See https://maven.apache.org/plugins/maven-site-plugin/migrate.html 
-->
     <velocity.plugin.version>1.5</velocity.plugin.version>
-    <xml-maven-plugin.version>1.1.0</xml-maven-plugin.version>
 
     <!-- =====================================================
          Direct dependency version properties (in alphabetical order)
@@ -1392,12 +1391,6 @@
           <version>${spotbugs-maven-plugin.version}</version>
         </plugin>
 
-        <plugin>
-          <groupId>org.codehaus.mojo</groupId>
-          <artifactId>xml-maven-plugin</artifactId>
-          <version>${xml-maven-plugin.version}</version>
-        </plugin>
-
       </plugins>
     </pluginManagement>
 
@@ -1546,31 +1539,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>xml-maven-plugin</artifactId>
-        <inherited>false</inherited>
-        <configuration>
-          <validationSets>
-            <validationSet>
-              <dir>src/changelog</dir>
-              <includes>**/*.xml</includes>
-              <publicId>http://logging.apache.org/log4j/changelog</publicId>
-              
<systemId>https://logging.apache.org/log4j/changelog-0.1.1.xsd</systemId>
-              <validating>true</validating>
-            </validationSet>
-          </validationSets>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>validate</goal>
-            </goals>
-            <phase>validate</phase>
-          </execution>
-        </executions>
-      </plugin>
-
       <!-- ███████ ████████  █████  ██████  ████████        ███████ ██ 
████████ ███████
            ██         ██    ██   ██ ██   ██    ██    ██     ██      ██    ██   
 ██
            ███████    ██    ███████ ██████     ██           ███████ ██    ██   
 █████

Reply via email to