child module is getting replaced with parent artifactId and groupId
-------------------------------------------------------------------
Key: ARCHETYPE-99
URL: http://jira.codehaus.org/browse/ARCHETYPE-99
Project: Maven Archetype
Issue Type: Bug
Reporter: Brian Fox
Fix For: NG-1.0-alpha-1
using the deep-inheritence test project:
{noformat}
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>${parentArtifactId}</artifactId>
<groupId>${groupId}</groupId>
<version>${version}</version>
</parent>
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<packaging>pom</packaging>
{noformat}
This is the "a" pom. Notice that it is getting replaced with the group and
artifact that should have been applied to the parent pom (and is)
--
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