[ https://issues.apache.org/jira/browse/CXF-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806102#action_12806102 ]
Christian Schneider commented on CXF-2637: ------------------------------------------ I know it is possible to generate code in the test sources. The problem is that the extension I did that generates sources from maven dependencies of type wsdl does not support this right now. I can look into the mojo to check if I can also create the two subclasses you mentioned. > 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.