Hello,
I added links to the Maven homepage in project-info.xml and
maven-reports.xml.
As there is no mention of Maven or Jakarta on the generated docs, I
think it is quite natural to make mention of it, may it be as small
as links to the home pages !
[cvs-diffs and results attached]
St�phane
<?xml version="1.0"?>
<document>
<properties>
<title>Project Information</title>
<author email="[EMAIL PROTECTED]">Pete Kazmier</author>
</properties>
<body>
<section name="Maven Generated Reports">
<p>
This document provides an overview of the various reports that
are automatically generated by
<a href="http://jakarta.apache.org/turbine/maven/">Maven</a>.
Each report is briefly described below.
</p>
<subsection name="Overview">
<table>
<tr><th>Document</th><th>Description</th></tr>
<!--
Leaving this commented out until I have the document
auto-generated from the @task tags in the source code.
<tr><td><a href="tasks.html">Tasks</a></td>
<td>
This document contains a list of tasks that need to be
completed.
</td>
</tr>
-->
<tr><td><a href="changelog.html">Change Log</a></td>
<td>
This document provides a history of the most recent
changes made to the project.
</td>
</tr>
#if ($files.file($project.build.unitTestSourceDirectory).exists())
<tr><td><a href="junit-report.html">Unit Tests</a></td>
<td>
This document provides the results of the unit tests that
are part of this project. Successes and failures are
noted.
</td>
</tr>
#end
#if ($project.build.sourceDirectories.size() > 0)
<tr><td><a href="jdepend-report.html">Metric Results</a></td>
<td>
This document provides information on various source code
metrics that have been computed. These metrics can
provide useful information regarding the abstractness and
total number of classes.
</td>
</tr>
<tr><td><a href="checkstyle-report.html">Checkstyle Report</a></td>
<td>
This document provides the results of the Checkstyle
report. This report provides an indication of how well
this project complies with its coding conventions.
</td>
</tr>
#end
</table>
</subsection>
</section>
</body>
</document>
<?xml version="1.0"?>
<document>
<properties>
<title>Project Information</title>
<author email="[EMAIL PROTECTED]">Pete Kazmier</author>
</properties>
<body>
<section name="General Project Information">
<p>
This document provides an overview of the various documents and
links that are part of this project's general information. All
of this content is automatically generated by
<a href="http://jakarta.apache.org/turbine/maven/"> Maven</a>
on behalf of the project.
</p>
<subsection name="Overview">
<table>
<tr><th>Document</th><th>Description</th></tr>
<tr><td><a href="mail-lists.html">Mailing Lists</a></td>
<td>
This document provides subscription and archive
information for this project's mailing lists.
</td>
</tr>
<tr><td><a href="developer-list.html">Developers</a></td>
<td>
This document provides information on the developers of
this project. These are the individuals who have
contributed to the project in one form or another.
</td>
</tr>
<tr><td><a href="dependencies.html">Dependencies</a></td>
<td>
This document lists the projects dependencies and provides
information on each dependency.
</td>
</tr>
#if ($project.cvsWebUrl)
<tr><td><a href="$project.cvsWebUrl.toString().trim()">CVS Repository</a></td>
<td>
This is a link to the online CVS repository that can be
viewed via a web browser.
</td>
</tr>
#end
#if ($project.issueTrackingUrl)
<tr><td><a href="$project.issueTrackingUrl.toString().trim()">Issue Tracking</a></td>
<td>
This is a link to the issue tracking system for this
project. Issues (bugs, features, change requests) can be
created and queried using this link.
</td>
</tr>
#end
</table>
</subsection>
</section>
</body>
</document>
Index: src/templates/xdocs/maven-reports.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/templates/xdocs/maven-reports.xml,v
retrieving revision 1.1
diff -r1.1 maven-reports.xml
13,14c13,15
< are automatically generated by Maven. Each report is briefly
< described below.
---
> are automatically generated by
> <a href="http://jakarta.apache.org/turbine/maven/">Maven</a>.
> Each report is briefly described below.
Index: src/templates/xdocs/project-info.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-maven/src/templates/xdocs/project-info.xml,v
retrieving revision 1.1
diff -r1.1 project-info.xml
14,15c14,16
< of this content is automatically generated by Maven on behalf of
< the project.
---
> of this content is automatically generated by
> <a href="http://jakarta.apache.org/turbine/maven/"> Maven</a>
> on behalf of the project.