[ https://issues.apache.org/jira/browse/CXF-6942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352682#comment-15352682 ]
ASF GitHub Bot commented on CXF-6942: ------------------------------------- GitHub user eivinhb opened a pull request: https://github.com/apache/cxf/pull/144 CXF-6942 - Fix to resolve problem finding wsdl with classifier When using <attachWsdl>true<attachWsdl> when generating a wsdl an ealier fix added the classifier to the artifact. This classifier is not used correctly by cxf-codegen-plugin when <wsdlArtifact> is used to locate the wsdl-file. This fix adds an extra check to see if an artifact with exists with type containing the classifier. You can merge this pull request into a Git repository by running: $ git pull https://github.com/eivinhb/cxf master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/144.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #144 ---- commit c3774da4f0eff9cdab65748457b75b553c4b22c6 Author: Eivind Bergstøl <eiv...@bergstol.no> Date: 2016-06-28T08:55:51Z CXF-6942 - Fix to resolve problem finding wsdl with classifier When using <attachWsdl>true<attachWsdl> when generating a wsdl an ealier fix added the classifier to the artifact. This classifier is not used correctly by cxf-codegen-plugin when <wsdlArtifact> is used to locate the wsdl-file. This fix adds an extra check to see if an artifact with exists with type containing the classifier. ---- > cxf-codegen-plugin wsdlArtifact failed to resolve WSDL > ------------------------------------------------------ > > Key: CXF-6942 > URL: https://issues.apache.org/jira/browse/CXF-6942 > Project: CXF > Issue Type: Sub-task > Components: Core > Affects Versions: 3.1.6 > Reporter: Torkel Røisli > Fix For: 3.0.0-milestone1 > > > Failed to resolve WSDL artifact no.xxx:artifactId-wsdl:master-SNAPSHOT. > <wsdlArtifact> > <groupId>no.xxx</groupId> > <artifactId>artifactId-wsdl</artifactId> > <version>master-SNAPSHOT</version> > </wsdlArtifact> > Verified to work ok with 3.0.0-milestone1, but failes with 3.1.6. -- This message was sent by Atlassian JIRA (v6.3.4#6332)