You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2010/11/28 02:50:37 UTC

[jira] Resolved: (BUILDR-544) Support ${groupId} in pom files

     [ https://issues.apache.org/jira/browse/BUILDR-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-544.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4.5

Patch applied.  Thanks Chris!

boisvert@smudge:~/git/buildr$ git svn dcommit
Committing to https://svn.apache.org/repos/asf/buildr/trunk ...
	M	CHANGELOG
	M	lib/buildr/java/pom.rb
Committed r1039810
	M	CHANGELOG
	M	lib/buildr/java/pom.rb


> 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
>             Fix For: 1.4.5
>
>         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.