[
https://issues.apache.org/jira/browse/BUILDR-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Dean updated BUILDR-544:
------------------------------
Attachment: 0001-Use-unqualified-pom-variables-to-support-older-and-p.patch
support unqualified pom variables
> 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
> Attachments:
> 0001-Use-unqualified-pom-variables-to-support-older-and-p.patch
>
>
> 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.