You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/04/22 09:29:49 UTC

[cxf] branch master updated: [CXF-7708] temporarily disabled postBuildHookScript to fix JDK 9 build

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

deki 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 4d6a308  [CXF-7708] temporarily disabled postBuildHookScript to fix JDK 9 build
4d6a308 is described below

commit 4d6a3088e27f382f74070964071a4a7e15d2eb48
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Sun Apr 22 11:29:21 2018 +0200

    [CXF-7708] temporarily disabled postBuildHookScript to fix JDK 9 build
---
 maven-plugins/codegen-plugin/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/maven-plugins/codegen-plugin/pom.xml b/maven-plugins/codegen-plugin/pom.xml
index 698aae3..683e833 100644
--- a/maven-plugins/codegen-plugin/pom.xml
+++ b/maven-plugins/codegen-plugin/pom.xml
@@ -190,7 +190,9 @@
                             </pomIncludes>
                             <settingsFile>src/it/settings.xml</settingsFile>
                             <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
+                            <!-- CXF-7708 temporarily disabled as it fails with JDK 9
                             <postBuildHookScript>verify</postBuildHookScript>
+                            -->
                         </configuration>
                     </execution>
                 </executions>

-- 
To stop receiving notification emails like this one, please contact
deki@apache.org.