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:45 UTC

[cxf] 04/07: codegen-plugin: 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 3db5b2d9c5cb3bfaf6064574a9a581ce18a27c49
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Sat Feb 22 11:14:57 2020 +0300

    codegen-plugin: skip maven-invoker-plugin when maven.test.skip.exec set
    
    (cherry picked from commit 73f1f1c2759b038eeb7189c9218747be9f549ea8)
---
 maven-plugins/codegen-plugin/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 49faaeb..e1c7de3 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -189,6 +189,7 @@
                             <settingsFile>src/it/settings.xml</settingsFile>
                             <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                             <postBuildHookScript>verify</postBuildHookScript>
+                            <skipInvocation>${maven.test.skip.exec}</skipInvocation>
                         </configuration>
                     </execution>
                 </executions>