[ https://issues.apache.org/jira/browse/CXF-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12752070#action_12752070 ]
Christian Schneider commented on CXF-2275: ------------------------------------------ @Dan: I have looked into the remote resources plugin. It seems to me the reactor stuff is handled by this: List projects = mavenSession.getSortedProjects(); return dependencyResolver.resolve( projects, Collections.singleton( Artifact.SCOPE_TEST ), mavenSession ); Is that right? ProjectDependenciesResolver seems to be in the jar maven-artifact-resolver:1.0-SNAPSHOT. This seems to be quite fresh. I think we should wait till this feature is released and stable before we include it in codegen. If you agree then I will open a new issue for retrieving wsdls from reactor builds. > Maven plugins: Support reading WSDLs from Maven repository > ---------------------------------------------------------- > > Key: CXF-2275 > URL: https://issues.apache.org/jira/browse/CXF-2275 > Project: CXF > Issue Type: New Feature > Components: Tooling > Affects Versions: 2.2.2 > Reporter: Trygve Laugstøl > Assignee: Christian Schneider > Fix For: 2.3 > > > The Maven plugins should support reading WSDL files directly from a Maven > repository to make it easier to consume WSDLs in a repository. Currently it > is required to use the dependency plugin or similar to copy the WSDL from the > repository to target/ to process it. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.