Respect scope when genrating java code from maven wsdl dependencies -------------------------------------------------------------------
Key: CXF-2637 URL: https://issues.apache.org/jira/browse/CXF-2637 Project: CXF Issue Type: Improvement Components: Tooling Affects Versions: 2.2.6 Reporter: Christian Schneider Assignee: Christian Schneider CXF 2.2.6 introduces generation of java code from wsdl by using maven dependencies of type wsdl. Currently all this generated code is added to the jar. The codegen plugin should also read the scope of the dependencies. If the scope is test then the generated source should be added as a test source instead of a normal source. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.