cxf-codegen-plugin:wsdl2java goal runs wsdl2java tool on all WSDL files
avaialable at src/main/resources/wsdl/ dir by default, even when <wsdlOptions>
specify a diffenent wsdl(s)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: CXF-1784
URL: https://issues.apache.org/jira/browse/CXF-1784
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.1.1
Environment: Maven version: 2.0.9
Java version: 1.6.0_04
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Reporter: Gopalakrishnan
Priority: Minor
When there are wsdl files at src/main/resources/wsdl dir in my project,
cxf-codegen-plugin:wsdl2java goal always operates on them produces Java
articfacts and the <wsdlOptions> specified in the plugin configuration are
ignored.
I worked around the problem my renaming the src/main/resources/wsdl to
src/main/resources/wsdls.
I will create a test case attach it here in a couple of days.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.