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

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 220a691d20 Remove unsupported 'path' configuration 
(cargo-maven3-plugin)
220a691d20 is described below

commit 220a691d2036f13cf3fd1c409b24c7d903422c60
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Dec 13 08:51:44 2025 -0500

    Remove unsupported 'path' configuration (cargo-maven3-plugin)
---
 .../cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
 
b/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
index fb0f825e32..795c1bff66 100644
--- 
a/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
+++ 
b/maven-plugins/archetypes/cxf-jaxrs-service/src/main/resources/archetype-resources/pom.xml
@@ -139,9 +139,6 @@
                             <goal>stop</goal>
                         </goals>
                         <phase>post-integration-test</phase>
-                        <configuration>
-                            <path>/jaxrs-service</path>
-                        </configuration>
                     </execution>
                 </executions>
             </plugin>

Reply via email to