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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f9e997406 Bump org.apache.maven.plugins:maven-plugin-plugin from 
3.10.2 to 3.11.0 (#1642)
9f9e997406 is described below

commit 9f9e997406adccda28e1bf7d341db58eb70b7e4c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 13 12:00:42 2024 -0500

    Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0 
(#1642)
    
    Bumps 
[org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools)
 from 3.10.2 to 3.11.0.
    - [Release notes](https://github.com/apache/maven-plugin-tools/releases)
    - 
[Commits](https://github.com/apache/maven-plugin-tools/compare/maven-plugin-tools-3.10.2...maven-plugin-tools-3.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugin-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 maven-plugins/codegen-plugin/pom.xml        |  1 +
 maven-plugins/corba/pom.xml                 | 11 +++++++++++
 maven-plugins/java2wadl-plugin/pom.xml      | 12 ++++++++++++
 maven-plugins/java2ws-plugin/pom.xml        | 11 +++++++++++
 maven-plugins/wadl2java-plugin/pom.xml      |  1 +
 maven-plugins/wsdl-validator-plugin/pom.xml | 12 ++++++++++++
 pom.xml                                     |  2 +-
 7 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/maven-plugins/codegen-plugin/pom.xml 
b/maven-plugins/codegen-plugin/pom.xml
index 088199e698..32bc2c05e0 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -137,6 +137,7 @@
                 <configuration>
                     <!-- see https://issues.apache.org/jira/browse/MNG-5346 -->
                     
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+                    <goalPrefix>cxf-codegen</goalPrefix>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/maven-plugins/corba/pom.xml b/maven-plugins/corba/pom.xml
index eff249ad3c..0ee3403f5e 100644
--- a/maven-plugins/corba/pom.xml
+++ b/maven-plugins/corba/pom.xml
@@ -78,4 +78,15 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>cxf-corbatools</goalPrefix>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
diff --git a/maven-plugins/java2wadl-plugin/pom.xml 
b/maven-plugins/java2wadl-plugin/pom.xml
index e282087ec5..acaaefcf3a 100644
--- a/maven-plugins/java2wadl-plugin/pom.xml
+++ b/maven-plugins/java2wadl-plugin/pom.xml
@@ -134,6 +134,18 @@
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>cxf-java2wadl</goalPrefix>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+
     <profiles>
         <profile>
             <id>setup.eclipse</id>
diff --git a/maven-plugins/java2ws-plugin/pom.xml 
b/maven-plugins/java2ws-plugin/pom.xml
index 678c9a8346..327e994e5a 100644
--- a/maven-plugins/java2ws-plugin/pom.xml
+++ b/maven-plugins/java2ws-plugin/pom.xml
@@ -80,4 +80,15 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>cxf-java2ws</goalPrefix>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
diff --git a/maven-plugins/wadl2java-plugin/pom.xml 
b/maven-plugins/wadl2java-plugin/pom.xml
index 9b59b0d6af..6d354d0a9b 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -116,6 +116,7 @@
                 <configuration>
                     <!-- see http://jira.codehaus.org/browse/MNG-5346 -->
                     
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
+                    <goalPrefix>cxf-wadl2java</goalPrefix>
                 </configuration>
                 <executions>
                     <execution>
diff --git a/maven-plugins/wsdl-validator-plugin/pom.xml 
b/maven-plugins/wsdl-validator-plugin/pom.xml
index b7422486e8..c3c6dc7bc7 100644
--- a/maven-plugins/wsdl-validator-plugin/pom.xml
+++ b/maven-plugins/wsdl-validator-plugin/pom.xml
@@ -59,4 +59,16 @@
             <version>${cxf.plexus-utils.version}</version>
         </dependency>
     </dependencies>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>cxf-wsdl-validator</goalPrefix>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>
diff --git a/pom.xml b/pom.xml
index 0bafb1fe3b..c000734bbb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -554,7 +554,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>3.10.2</version>
+                    <version>3.11.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to