[regression] Parent POMs cannot be resolved when their id values are surrounded
by whitespace
---------------------------------------------------------------------------------------------
Key: MNG-4070
URL: http://jira.codehaus.org/browse/MNG-4070
Project: Maven 2
Issue Type: Bug
Components: Inheritance and Interpolation
Affects Versions: 3.0-alpha-3
Reporter: Benjamin Bentmann
Priority: Minor
A parent POM with the coordinate snippet:
{code:xml}
<groupId>
org.apache.maven.its.mng0680
</groupId>
<artifactId>
parent
</artifactId>
<version>
1.0
</version>
<packaging>
pom
</packaging>
{code}
(note the whitespace!) can't be referenced by children via
{code:xml}
<parent>
<groupId>org.apache.maven.its.mng0680</groupId>
<artifactId>parent</artifactId>
<version>1.0</version>
</parent>
{code}
because the whitespace in the XML is included in the string comparison of the
ids.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira