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 f80974f  fix: Removed a double "plugin" opening tag in the commented 
out pom block.
f80974f is described below

commit f80974fb6393ca45b48019b55de34b9b5452c7eb
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Sep 5 16:08:02 2025 +0200

    fix: Removed a double "plugin" opening tag in the commented out pom block.
---
 tools/content-archetype/src/main/resources/archetype-resources/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tools/content-archetype/src/main/resources/archetype-resources/pom.xml 
b/tools/content-archetype/src/main/resources/archetype-resources/pom.xml
index be156b7..12134c8 100644
--- a/tools/content-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/tools/content-archetype/src/main/resources/archetype-resources/pom.xml
@@ -41,7 +41,6 @@
     <!--build>
         <pluginManagement>
             <plugins>
-                <plugin>
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>

Reply via email to