[GRADLE-3299] Maven POM property replacement for project.parent.artifactId is not working Created: 12/May/15 Updated: 26/Jul/15 Resolved: 28/May/15 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.4 |
Fix Version/s: | 2.6-rc-1 |
Type: | Bug | ||
Reporter: | Benjamin Muschko | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Description |
The properties project.parent.groupId and project.parent.version are resolved properly. The property project.parent.artifactId is not resolved properly - the literal is used. This issue need to be fixed in PomReader.setDefaultParentGavProperties(). The reason that it doesn't work properly is that the property path is not registered at all. |