Uploaded image for project: 'Maven DOAP Plugin'
  1. Maven DOAP Plugin
  2. MDOAP-38

<shortdesc> too long value provide better error message

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1
    • 1.2
    • None

    Description

      I am trying to use the DOAP-plugin in Apache Onami and noticed that shortdesc property is not interpolated.

      If not specified, the plugin terminates with an error:

      [ERROR] A <doapOptions><shortdesc/></doapOptions> parameter is required by ASF.
      

      If I specify as

      <doapOptions>
        <shortdesc>${project.description}</shortdesc>
      </doapOptions>
      

      it terminates with the same error message:

      [ERROR] A <doapOptions><shortdesc/></doapOptions> parameter is required by ASF.
      

      If I set a value, such as

      <doapOptions>
        <shortdesc>Bazinga!</shortdesc>
      </doapOptions>
      

      It goes ok.

      Ah, and yes, the ${project.description} property is specified in the pom

      Attachments

        Activity

          People

            olamy Olivier Lamy
            simao Simone Tripodi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: