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/22 09:56:47 UTC

[cxf] branch master updated: codegen-plugin: revert back toolchain activation

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 8dc92f1  codegen-plugin: revert back toolchain activation
8dc92f1 is described below

commit 8dc92f19a88809b3f113a6d0ded07b9cfc0d3777
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Sat Feb 22 12:56:07 2020 +0300

    codegen-plugin: revert back toolchain activation
---
 maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
index d49965c..9cfb2cd 100644
--- a/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
+++ b/maven-plugins/codegen-plugin/src/it/jdk-cxf-with-toolchain/pom.xml
@@ -83,6 +83,9 @@
       <id>toolchain</id>
       <activation>
         <jdk>[9,)</jdk>
+        <property><!-- Jenkins -->
+          <name>env.BUILD_NUMBER</name>
+        </property>
       </activation>
       <build>
         <plugins>