Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.7
-
Fix Version/s: 3.0-beta-1
-
Component/s: POM
-
Labels:None
Description
Used by all the assembleXXXInheritance methods within assembleModelInheritance, the appendPath method assumes that its dealing with literal paths which is not a documented restriction. Thus having ${expressions} in any of the paths being operated on (e.g. project URL, distroManagement site, SCM, etc etc), the results will not be valid.
This whole area of Maven's core requires a specification so it can be coded too and maintained.
Fixed in r930411.