Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-1
-
Fix Version/s: 1.0
-
Component/s: Standard Rules
-
Labels:None
-
Number of attachments :
Description
The current site contains a couple of bugs:
- When referring to the outputDirectory, the wrong expression is used: instead of $
{project.outputDirectory}
people should use \$
{project.build.outputDirectory}(also attention for the escaped dollar-sign)
- List items should be split by an empty row.
Fix attached