Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.2
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
The text that appears in the "Group" column of the project listing seems, counterintuitively, to depend on how exactly you added the project.
- If I add Maven 2 projects en masse through a master POM that has <modules/>, the name of that master POM is used. This may be related to an (incorrect) assumption that if A has B as a <module>, then B has A as a <parent>, which is not true for me.
- If I add the projects one-by-one, the results appear to be somewhat random. Looking over the list in my Continuum instance, I see projects that have their own name as their Group, and some that are displaying the name of sibling projects.
I'm not quite sure what /should/ be displayed, but whatever it is, it ought to be consistent...
Issue Links
| This issue is superceded by: | ||||
| CONTINUUM-30 | Project grouping features |
|
|
|
1. |
Make the group name update itself when the build runs. | |
|
Unassigned |
Yeah, this is working completely incorrectly for my projects. I get group names that are nothing to do with the project I have just added!