You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/02/24 07:44:12 UTC

[cxf] branch master updated: skip maven-invoker-plugin when maven.test.skip.exec set

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1ce8d47  skip maven-invoker-plugin when maven.test.skip.exec set
1ce8d47 is described below

commit 1ce8d474de4684b6c7d693d96ed363fe75bf663e
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
---
 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 8cba407..85a7aea 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 2da9884..80e0ee5 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>