Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.1
-
Fix Version/s: 1.3.2 (Beta)
-
Labels:None
-
Environment:not relevant
-
Complexity:Intermediate
-
Number of attachments :
Description
Maven's POM contains a "project description" element but Continuum does not show its content anywhere. I would very much like to be able to see the content of the description field from the POM.
I use this, for example, to give information to which URI is my web application deployed. Currently, only project name and version are displayed (at least those are the only things I was able to find).
I'll be working on this and will be extending this feature to all the the other Continuum project types.
Projects that do not have a POM, will be prompted for a description as an optional field when adding the project.
Also, please note that for Maven1, the ShortDescription in the POM overrides the Description when mapping to it to a ContinuumProject. Not sure why its that way, but I don't want to change it for now.