Anders Olsson created CXF-4388:
----------------------------------

             Summary: Using wsdl2java maven goal with <wsdl> and <wsdlArtifact> 
in the same pom fails
                 Key: CXF-4388
                 URL: https://issues.apache.org/jira/browse/CXF-4388
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.4.8
            Reporter: Anders Olsson


I have configured the wsdl2java goal to use wsdl-files from both local sources, 
using the <wsdl> element, and from maven artifacts, using the <wsdlArtifact> 
element. This fails unless I put the <wsdl> as the last <wsldOption>.

I have created a minimal testcase for this, unzip it and execute

{noformat}
$ mvn install:install-file -Dfile=greeter.wsdl -DgroupId=greeter 
-DartifactId=wsdl -Dversion=1.0 -Dpackaging=wsdl -DgeneratePom=true
{noformat}
 
to install the wsdl, then execute

{noformat}
$ mvn -e generate-sources
{noformat}

and it should fail. Then try reordering the wsdlOptions in the pom and it will 
not fail.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to