Support ${groupId} in pom files
-------------------------------
Key: BUILDR-544
URL: https://issues.apache.org/jira/browse/BUILDR-544
Project: Buildr
Issue Type: Improvement
Components: Dependency management
Reporter: Chris Dean
Some pom files use ${groupId} and that needs to be properly supported to handle
transitive dependency management.
For example:
<dependency>
<groupId>${groupId}</groupId>
<artifactId>ftplet-api</artifactId>
</dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.