You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2013/01/09 00:00:14 UTC

[jira] (MDOAP-38) too long value provide better error message

     [ https://jira.codehaus.org/browse/MDOAP-38?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MDOAP-38:
------------------------------

    Summary: <shortdesc> too long value provide better error message  (was: <shortdesc> property value not interpolated)
    
> <shortdesc> too long value provide better error message
> -------------------------------------------------------
>
>                 Key: MDOAP-38
>                 URL: https://jira.codehaus.org/browse/MDOAP-38
>             Project: Maven 2.x DOAP Plugin
>          Issue Type: Bug
>    Affects Versions: 1.1
>            Reporter: Simone Tripodi
>
> I am trying to use the DOAP-plugin in [Apache Onami|http://svn.apache.org/repos/asf/incubator/onami/trunk/parent/pom.xml] and noticed that {{shortdesc}} property is not interpolated.
> If not specified, the plugin terminates with an error:
> {code}
> [ERROR] A <doapOptions><shortdesc/></doapOptions> parameter is required by ASF.
> {code}
> If I specify as
> {code}
> <doapOptions>
>   <shortdesc>${project.description}</shortdesc>
> </doapOptions>
> {code}
> it terminates with the same error message:
> {code}
> [ERROR] A <doapOptions><shortdesc/></doapOptions> parameter is required by ASF.
> {code}
> If I set a value, such as
> {code}
> <doapOptions>
>   <shortdesc>Bazinga!</shortdesc>
> </doapOptions>
> {code}
> It goes ok.
> Ah, and yes, the ${project.description} property is specified in the pom :P

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