sibling dependencies are not updated
------------------------------------

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


in the sibling-dependencies test project. The b module has a dependency on a, 
but it is not updated correctly:

{noformat}
  <dependencies>
  <dependency>
  <groupId>org.apache.maven.archetype.test</groupId>
  <artifactId>sibling-dependency-test-a</artifactId>
  <version>1-SNAPSHOT</version>
  </dependency>
  </dependencies>
{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