You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2024/01/14 01:48:40 UTC

(cxf) 06/07: Add to java2swagger-plugin

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

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 8915511f00927c750451c9cac348d355335c194e
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 13 13:45:19 2024 -0500

    Add <goalPrefix> to java2swagger-plugin
    
    (cherry picked from commit f9f4bf146c6424d9f3704ef34be58e7bdd593402)
---
 maven-plugins/java2swagger-plugin/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/maven-plugins/java2swagger-plugin/pom.xml b/maven-plugins/java2swagger-plugin/pom.xml
index d10d5b33c4..3d1a81ad29 100644
--- a/maven-plugins/java2swagger-plugin/pom.xml
+++ b/maven-plugins/java2swagger-plugin/pom.xml
@@ -141,7 +141,18 @@
             <version>${project.version}</version>
         </dependency>
     </dependencies>
-    
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-plugin-plugin</artifactId>
+                <configuration>
+                    <goalPrefix>cxf-java2swagger</goalPrefix>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 
     <profiles>
         <profile>