kaz 02/03/20 14:52:52
Modified: xdocs build-file.xml project-descriptor.xml
Log:
Updating the documentation to reflect the new element that Jason added
the other day, distributionDirectory. I also updated the build file
documentation with the new target that Jason is going to create which
will utilize that new element.
Revision Changes Path
1.15 +19 -0 jakarta-turbine-maven/xdocs/build-file.xml
Index: build-file.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/build-file.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build-file.xml 18 Mar 2002 16:15:21 -0000 1.14
+++ build-file.xml 20 Mar 2002 22:52:52 -0000 1.15
@@ -98,6 +98,10 @@
<ant antfile="${maven.home}/build-docs.xml" target="deploy-site"/>
</target>
+<target name="maven:deploy-dist">
+ <ant antfile="${maven.home}/build-maven.xml" target="deploy-dist"/>
+</target>
+
<target name="maven:gump-descriptor">
<ant antfile="${maven.home}/build-maven.xml" target="gump-descriptor"/>
</target>
@@ -243,6 +247,10 @@
<td>Generates source and binary distributions.</td>
</tr>
<tr>
+ <td><a href="#maven:deploy-dist">maven:deploy-dist</a></td>
+ <td>Deploys source and binary distributions to a web server.</td>
+ </tr>
+ <tr>
<td><a href="#maven:install-jar">maven:install-jar</a></td>
<td>Installs JAR file in local filesystem.</td>
</tr>
@@ -355,6 +363,17 @@
the name of the distributions. The current naming convention is
<code>projectid-version</code> for binary distributions and
<code>projectid-version-src</code> for source distributions.
+ </p>
+ </subsection>
+ <subsection name="maven:deploy-dist">
+ <p>
+ The <code>maven:deploy-dist</code> target deploys the
+ distributions (both binary and source) to the project's web
+ server. SSH is used to transfer the distributions to the web
+ server and directory specified by the <code>siteAddress</code>
+ and <code>distributionDirectory</code> elements of the <a
+ href="project-descriptor.html#project"> project
+ descriptor</a>.
</p>
</subsection>
<subsection name="maven:install-jar">
1.7 +8 -4 jakarta-turbine-maven/xdocs/project-descriptor.xml
Index: project-descriptor.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/project-descriptor.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- project-descriptor.xml 19 Mar 2002 18:31:37 -0000 1.6
+++ project-descriptor.xml 20 Mar 2002 22:52:52 -0000 1.7
@@ -67,8 +67,9 @@
<siteDirectory>
/www/jakarta.apache.org/turbine/maven/
</siteDirectory>
-
- <repository id="jakarta"/>
+ <distributionDirectory>
+ /www/jakarta.apache.org/builds/jakarta-turbine-maven/
+ </distributionDirectory>
<mailingLists>
<mailingList>
@@ -392,9 +393,12 @@
</td>
</tr>
<tr>
- <td>repository</td>
+ <td>distributionDirectory</td>
<td>
- [TODO: element description goes here]
+ The directory on the web server where the final
+ distributions will be published. This is used when the
+ distributions are
+ <a href="build-file.html#maven:deploy-dist">deployed</a>.
</td>
</tr>
<tr>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>