Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1
-
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