You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jurrie Overgoor (JIRA)" <ji...@apache.org> on 2016/06/17 13:43:05 UTC

[jira] [Created] (CXF-6945) cxf-wadl2java-plugin wadlRoot configuration parameter typo

Jurrie Overgoor created CXF-6945:
------------------------------------

             Summary: cxf-wadl2java-plugin wadlRoot configuration parameter typo
                 Key: CXF-6945
                 URL: https://issues.apache.org/jira/browse/CXF-6945
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS, Tooling
    Affects Versions: 3.1.6
            Reporter: Jurrie Overgoor
            Priority: Minor


[Line 48 of WADL2JavaMojo.java|https://fisheye6.atlassian.com/browse/cxf/maven-plugins/wadl2java-plugin/src/main/java/org/apache/cxf/maven_plugin/wadlto/WADL2JavaMojo.java?r=68a567632a063c6f9bb27a73c151d21f6e855f50&r=857b55796dc7fc2b302e26d99f84df1712ff9c58&r=5c0ca9032922e8d269901447c70db32a7b75ca1a&r=68a567632a063c6f9bb27a73c151d21f6e855f50#to48] has a typo. It should be

$\{basedir\}/src/main/resources/wadl

instead of

$\{basedir\}/src/main/resources/wad

Note the missing "l"


Workaround is obvious: include

<wadlRoot>$\{basedir\}/src/main/resources/wadl</wadlRoot>

in your configuration.







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)