kaz 02/03/27 16:38:24
Modified: src/dvsl/xdocs site.dvsl
Added: xdocs development-process.xml
Log:
Adding the start of a "best-practices" section that is linked to from
all Maven-generated sites. The goal is that all Maven projects can
benefit from these best-practices. Currently, the list of documents is
slim, but we plan on adding more. Contributions welcome.
Revision Changes Path
1.14 +2 -1 jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl
Index: site.dvsl
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- site.dvsl 27 Mar 2002 15:39:58 -0000 1.13
+++ site.dvsl 28 Mar 2002 00:38:24 -0000 1.14
@@ -98,7 +98,7 @@
#end
## Standard Maven Navigation
- <div><strong>Maven Generated Docs</strong>
+ <div><strong>Maven Documentation</strong>
<div><small><a href="$relativePath/index.html">Front
Page</a></small></div>
<div><small><a href="$relativePath/mail-lists.html">Mailing
Lists</a></small></div>
<div><small><a
href="$relativePath/developer-list.html">Developers</a></small></div>
@@ -109,6 +109,7 @@
<div><small><a href="$relativePath/junit-report.html">Unit
Tests</a></small></div>
<div><small><a
href="$relativePath/apidocs">JavaDocs</a></small></div>
<div><small><a href="$relativePath/xref">Source
XReference</a></small></div>
+ <div><small><a
href="http://jakarta.apache.org/turbine/maven/development-process.html">Development
Process</a></small></div>
</div>
</div>
1.1 jakarta-turbine-maven/xdocs/development-process.xml
Index: development-process.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Development Process</title>
<author email="[EMAIL PROTECTED]">Pete Kazmier</author>
</properties>
<body>
<section name="Development Process">
<p>
One goal of Maven is to help disseminate information regarding
the best-practices used in the development process. This page
is linked to every Maven-generated site in the hope that all
Maven projects will participate in these best-practices. The
following documents are currently available:
</p>
<subsection name="Best-Practice Documents">
<table>
<tr><th>Document</th><th>Overview</th></tr>
<tr>
<td><a href="deprecation.html">Deprecation</a></td>
<td>
Provides some guidelines to use when deprecating elements
of an API.
</td>
</tr>
<tr>
<td><a href="release-process.html">Release Process</a></td>
<td>
Provides some guidelines to use when releasing new
versions of a project. This includes instructions on how
to tag and branch your project.
</td>
</tr>
</table>
</subsection>
</section>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>