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

ahuber pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/causeway.git


The following commit(s) were added to refs/heads/v4 by this push:
     new ec67d30bc40 CAUSEWAY-2297: misplaced maven-plugin-annotations (pom fix)
ec67d30bc40 is described below

commit ec67d30bc409cf03f5f344244a69b7dbfe9ac3ed
Author: Andi Huber <[email protected]>
AuthorDate: Wed Oct 8 15:28:17 2025 +0200

    CAUSEWAY-2297: misplaced maven-plugin-annotations (pom fix)
---
 bom/pom.xml    | 6 ------
 parent/pom.xml | 5 +++++
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 401bb97ddfd..e73a1072669 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1358,12 +1358,6 @@ identified
 
             <!-- other dependencies -->
 
-            <dependency>
-                <groupId>org.apache.maven.plugin-tools</groupId>
-                <artifactId>maven-plugin-annotations</artifactId>
-                <version>${maven.plugin.tools.version}</version>
-            </dependency>
-
             <dependency>
                 <groupId>com.fasterxml.woodstox</groupId>
                 <artifactId>woodstox-core</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index a371f4f82d4..4a21bf3ffbb 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -262,6 +262,11 @@
                         <!--  avoid noise for svn/gitpubsub  -->
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugin-tools</groupId>
+                    <artifactId>maven-plugin-annotations</artifactId>
+                    <version>${maven.plugin.tools.version}</version>
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-plugin-plugin</artifactId>

Reply via email to