[ 
https://issues.apache.org/jira/browse/CXF-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751148#action_12751148
 ] 

Daniel Kulp commented on CXF-2275:
----------------------------------


Christian,

That's actually an interesting idea.   Prior to calling the artifactResolver, 
you could check the MavenSession's reactor projects to see if the 
group/artifact/version is in the reactor and grab from there.   Thus, you can 
depend on an artifact that isn't "installed" yet.  Example, if you just run 
"mvn package" and one module needs the wsdl from another.



> 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.

Reply via email to