-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: portal-2.0.1
-
Component/s: Liferay Faces Portal / Demos / Tests
-
Labels:
The liferay-faces-portal/pom.xml descriptor currently contains the "short.version" property, similar to the following:
pom.xml
<properties> ... <short.version>3.0</short.version> ... </properties>
The only place this is used is in the vdldoc generation profile of the 2.x branch:
portal/pom.xml
<argument>${project.build.directory}/vdldoc/${short.version}/</argument>
Since "short.version" is not used in other VDLDoc generation such as Liferay Faces Alloy, for the sake of consistency, the property should be removed and no longer referenced in VDLDoc generation in any branches.