Not possible to pass empty parameter to the maven-codegen-plugin
----------------------------------------------------------------
Key: CXF-1685
URL: https://issues.apache.org/jira/browse/CXF-1685
Project: CXF
Issue Type: Improvement
Components: Tooling
Affects Versions: 2.1.1
Reporter: Dave Leatherdale
Priority: Minor
CXF-1586 add new functionality to specify not to generate wsdl location into
code by passing the wsdlLocation parameter as an empty string. This does not
seem to be possible in the maven-codegen-plugin.
-options files interpret "" as a literal string and if specified as an empty
extraarg tag in the pom maven will translate it into null not an empty string
causing a NullPointerException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.