Hi, I noticed this in the management/eclipse/pom.xml file:
<groupId>org.apache.qpid.management</groupId>
<artifactId>org.apache.qpid.management.ui</artifactId>
Questions:
1. Do we really want the groupId to differ from all the other qpid
artifacts? If not, it should be org.apache.qpid.
2. The artifactId doesn't need full name qualification, unless I'm missing something special pertinent to Eclipse plugins. It should just be qpid-management-ui or something to that effect.
Shall I fix? --steve
