[ https://issues.apache.org/jira/browse/CXF-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dave Leatherdale updated CXF-1685: ---------------------------------- Attachment: CXF-1685.diff Added patch to translate null extraargs into empty strings to avoid null pointer exception > 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 > Attachments: CXF-1685.diff > > > 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.