[jira] Created: (MSITE-87) Provide mechanism to change names of project (and possibly other) reports, etc. in site

2006-02-09 Thread Chris Markle (JIRA)
Provide mechanism to change names of project (and possibly other) reports, etc. 
in site
---

 Key: MSITE-87
 URL: http://jira.codehaus.org/browse/MSITE-87
 Project: Maven 2.x Site Plugin
Type: New Feature

Versions: 2.0-beta-4
 Environment: Windows/XP, Maven2 
Reporter: Chris Markle


Assume that I have a set of Project Reports such as:

#  Project Reports
* Changes Report Plugin
* JavaDocs
* Maven Surefire Report
* Source Xref

I would like to have a way to change the names of these in the resulting 
site... For example if I wanted "Maven Surefire Report" to be "Unit Test 
Report", is that possible? 
Why you ask? Two reasons... The first one is that I was trying to make a 
Maven2-generated site look "close" to a Maven1-generated site and these reports 
had different names between 1 and 2. The second is that there is a lot of 
inconsistency between the names and if you're an anal perfectionist (like I can 
be at times), you'd want more consistency. Just consider these names below:

>> #  Project Reports
>> * Changes Report Plugin

Says "plug-in"... only one that does...

>> * JavaDocs
>> * Maven Surefire Report

Says "report"... only one that does... redundant with "Reports" in "Project 
Reports"

>> * Source Xref

I've also seen other report titles that are in lower case also, while these 
above are in upper case.

Brett pointed out in an email the following: "This isn't easily possible at the 
moment. The report names are defined
in the report code itself, and often internationalised. I think a good general 
solution would be to allow you to feed overriding resources to the site plugin, 
and to document the properties used to internationalise the various pieces of 
text so that you can customise the site via that. Please make a feature request 
for this feature."

So here you go with the feature request...

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MPIR-25) Text/caption for table in dependencies report should be left-justified like text in other reports

2006-02-07 Thread Chris Markle (JIRA)
Text/caption for table in dependencies report should be left-justified like 
text in other reports
-

 Key: MPIR-25
 URL: http://jira.codehaus.org/browse/MPIR-25
 Project: Maven 2.x Project Info Reports Plugin
Type: Improvement

Versions: 2.0-beta-3
 Environment: Windows/XP, Maven 2.0.2, Maven Quick Start Archetype as sample 
project
Reporter: Chris Markle
Priority: Trivial
 Attachments: dependencies.html

Nit but... In the dependencies report, the text (table caption?) under "Project 
Dependencies" which is "The following is a list of dependencies for this 
project. These dependencies are required to compile and run the application:" 
(right above the table of dependencies is centered as opposed to being 
left-justified. All other project info reports have siilar text left-justified 
so I would argue that this is an inconsistency (and just plain looks bad). I 
was able to reproduce this just using the Maven Quick Start Archetype and 
building the site goal. I will attach the resulting dependencies.html. I assume 
that you must have at least one dependency (yielding a table) before this is 
seen.

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]