Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0-alpha-3
-
None
Description
A parent POM with the coordinate snippet:
<groupId> org.apache.maven.its.mng0680 </groupId> <artifactId> parent </artifactId> <version> 1.0 </version> <packaging> pom </packaging>
(note the whitespace!) can't be referenced by children via
<parent> <groupId>org.apache.maven.its.mng0680</groupId> <artifactId>parent</artifactId> <version>1.0</version> </parent>
because the whitespace in the XML is included in the string comparison of the ids.