[ 
https://issues.apache.org/jira/browse/BUILDR-544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930695#action_12930695
 ] 

Chris Dean commented on BUILDR-544:
-----------------------------------

I'm no pom expert, but it seems that unqualified pom variables can cause this 
problem.

Attached is a patch to support those 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
>
> 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.

Reply via email to