parent.groupId is not resolved in maven 2 parser
------------------------------------------------
Key: IVY-1169
URL: https://issues.apache.org/jira/browse/IVY-1169
Project: Ivy
Issue Type: Bug
Components: Maven Compatibility
Affects Versions: 2.1.0
Reporter: Achim Hügen
A reference to the groupId of the parent module is not resolved correctly.
Example (from
http://www.fornax-platform.org/archiva/repository/releases/org/openarchitectureware/oaw-core-expressions/4.3.1/oaw-core-expressions-4.3.1.pom):
<project>
...
<groupId>${parent.groupId}</groupId>
<version>1.0</version>
This breaks the build
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.