You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/05/28 06:17:30 UTC

[GitHub] rmannibucau commented on a change in pull request #420: CXF-7600: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

rmannibucau commented on a change in pull request #420: CXF-7600: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility
URL: https://github.com/apache/cxf/pull/420#discussion_r191119163
 
 

 ##########
 File path: maven-plugins/wsdl-validator-plugin/pom.xml
 ##########
 @@ -29,6 +29,9 @@
         <artifactId>cxf-maven-plugins</artifactId>
         <version>3.2.5-SNAPSHOT</version>
     </parent>
+    <properties>
+        <cxf.module.name>org.apache.cxf.wsdl.validator.plugin</cxf.module.name>
+    </properties>
 
 Review comment:
   - is an issue in module names so looks good IMHO

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services