Repository groups does not display groups that have the same groupId
--------------------------------------------------------------------

                 Key: MRM-901
                 URL: http://jira.codehaus.org/browse/MRM-901
             Project: Archiva
          Issue Type: Bug
          Components: WebDAV interface
         Environment: Using apache-archiva-1.1.war in tomcat 6.0.16
            Reporter: Christian Rigdon


I have 2 repositories (approved and unapproved) combined into a group (dev). 
Each repository has only 1 artifact. The repositories both had the default 
setup for a repository in archiva.

The first artifact (in approved) used:
groupId: org.foo.firstTest
artifactId:aTest
version:1.0
package:org.foo.firstTest

The second artifact (in unapproved) used:
groupId: org.foo.secondTest
artifactId: anotherTest
version: 1.0
package:org.foo.secondTest

When I looked at http://localhost:8080/archiva/repository/approved I could see 
the first artifact. When I looked at 
http://ocalhost:8080/archiva/repository/unapproved I could see the second 
artifact. However when I looked at the repository group 
(http://localhost:8080/archiva/repository/dev) I could only see the first 
artifact and not the second artifact.  If I removed the approved from the group 
I could then see the second artifact, but obviously not the first artifact. It 
appears that if there are common groupIds in different repositores that are 
grouped together, then they aren't displayed in the group.

I have seen this effect on other servers with different named repositories in 
addition to the sample test.


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