module name changed for unknown reason
--------------------------------------

                 Key: ARCHETYPE-104
                 URL: http://jira.codehaus.org/browse/ARCHETYPE-104
             Project: Maven Archetype
          Issue Type: Bug
    Affects Versions: NG-1.0-alpha-1
            Reporter: Brian Fox
             Fix For: NG-1.0-alpha-1


I tested with 576630 and the sub modules are being changed and I'm not sure 
why. The module a becomes test-a, b becomes test-b etc. I used "test" as the 
name of my artifact, but I'm not sure its safe to prepend the artifact to every 
module.

{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>
    <groupId>nu.infinity.a</groupId>
    <artifactId>test-a</artifactId>
    <version>2.0-SNAPSHOT</version>
  </parent>
  <artifactId>test-b</artifactId>
  <packaging>pom</packaging>
  <name>Inheritence B</name>
{noformat}

-- 
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

        

Reply via email to