[
https://issues.apache.org/jira/browse/CXF-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750371#action_12750371
]
Trygve Laugstøl commented on CXF-2275:
--------------------------------------
Daniel: for WSDLs you really should have a dependency if not Maven won't know
that your project depend on it and might use a old version of the WSDL (becasue
it will use the previous build) and for new developers it might fail completely
as it's not even been built before.
Christian: I would definitely not use <wsdl> as it will be confusing for users.
If you're on windows it is legal for a path to contain a ":". Same goes for
"file://" URLs.
> 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
>
> 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.