You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/03/06 12:33:46 UTC

[cxf] 05/07: skip maven-invoker-plugin when maven.test.skip.exec set

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

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

commit bb8ab0d06a3c3cffd6dea17f5763d2e15e6bdd70
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Mon Feb 24 10:42:55 2020 +0300

    skip maven-invoker-plugin when maven.test.skip.exec set
    
    (cherry picked from commit 1ce8d474de4684b6c7d693d96ed363fe75bf663e)
---
 maven-plugins/wadl2java-plugin/pom.xml | 5 +----
 systests/wsdl_maven/codegen/pom.xml    | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/maven-plugins/wadl2java-plugin/pom.xml b/maven-plugins/wadl2java-plugin/pom.xml
index e671091..28aea5a 100644
--- a/maven-plugins/wadl2java-plugin/pom.xml
+++ b/maven-plugins/wadl2java-plugin/pom.xml
@@ -99,10 +99,6 @@
             <optional>true</optional>
         </dependency>
         <dependency>
-            <groupId>org.apache.ant</groupId>
-            <artifactId>ant</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.sonatype.plexus</groupId>
             <artifactId>plexus-build-api</artifactId>
             <version>0.0.7</version>
@@ -141,6 +137,7 @@
                         <configuration>
                             <settingsFile>src/it/settings.xml</settingsFile>
                             <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+                            <skipInvocation>${maven.test.skip.exec}</skipInvocation>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/systests/wsdl_maven/codegen/pom.xml b/systests/wsdl_maven/codegen/pom.xml
index 128f486..13a1363 100644
--- a/systests/wsdl_maven/codegen/pom.xml
+++ b/systests/wsdl_maven/codegen/pom.xml
@@ -121,6 +121,7 @@
                     <pomIncludes>
                         <pomInclude>*/pom.xml</pomInclude>
                     </pomIncludes>
+                    <skipInvocation>${maven.test.skip.exec}</skipInvocation>
                 </configuration>
                 <executions>
                     <execution>