[ https://issues.apache.org/jira/browse/CXF-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Willem Jiang closed CXF-1794. ----------------------------- > codegen plugin not merging autodetected options with the options in the poms > correctly... > ----------------------------------------------------------------------------------------- > > Key: CXF-1794 > URL: https://issues.apache.org/jira/browse/CXF-1794 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0.8, 2.1.2 > Reporter: Daniel Kulp > Assignee: Daniel Kulp > Fix For: 2.1.3 > > > Codegen plugin is not detecting constructing the file objects correctly so > the .equals(...) is always false so the options aren't getting merged. The > trick is that the auto loading is using a URI.toString() (so has file: > protocol), but just new File(o2.getWsdl()) which then doesn't parse the > protocol part. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.