You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2018/08/01 22:06:16 UTC

[cxf] 05/08: Add cxf.module.name property to pom.xml

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

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

commit a9a38ef621ea818288f169f8e31a9bc7e83dd103
Author: Andy McCright <j....@gmail.com>
AuthorDate: Tue Jul 10 10:23:05 2018 -0500

    Add cxf.module.name property to pom.xml
---
 systests/microprofile/client/async/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/systests/microprofile/client/async/pom.xml b/systests/microprofile/client/async/pom.xml
index 1c854b4..0433018 100644
--- a/systests/microprofile/client/async/pom.xml
+++ b/systests/microprofile/client/async/pom.xml
@@ -31,6 +31,7 @@
     <description>Apache CXF System Tests - MicroProfile Rest Client Async Tests</description>
     <url>http://cxf.apache.org</url>
     <properties>
+        <cxf.module.name>org.apache.cxf.systests.microprofile.async</cxf.module.name>
         <cxf.geronimo.config.version>1.0</cxf.geronimo.config.version>
         <cxf.microprofile.rest.client.version>1.1</cxf.microprofile.rest.client.version>
         <cxf.wiremock.params>--port=8765</cxf.wiremock.params>