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_r191433130
##########
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.plugin.wsdl-validator</cxf.module.name>
Review comment:
It is allowed - compared to underscores or leading numbers which are not
supported - but not very well integrated AFAIK in the ecosystem so avoiding it
is not bad.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services