dion 2002/11/20 08:18:20
Added: src/plugins-build/dist/xdocs properties.xml changes.xml
navigation.xml goals.xml
Log:
Updated docs
Revision Changes Path
1.1
jakarta-turbine-maven/src/plugins-build/dist/xdocs/properties.xml
Index: properties.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Distribution Properties</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
<section name="Distribution Settings">
<table>
<tr><th>Property</th><th>Optional?</th><th>Description</th></tr>
</table>
</section>
</body>
</document>
1.1 jakarta-turbine-maven/src/plugins-build/dist/xdocs/changes.xml
Index: changes.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
<body>
<release version="1.1" date="2002-09-16">
<action dev="jvanzyl" type="update">
Released.
</action>
</release>
</body>
</document>
1.1
jakarta-turbine-maven/src/plugins-build/dist/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven Checkstyle Plugin">
<title>Maven Distribution Plugin</title>
<body>
<links>
<item name="Maven" href="http://jakarta.apache.org/turbine/maven/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
</menu>
</body>
</project>
1.1 jakarta-turbine-maven/src/plugins-build/dist/xdocs/goals.xml
Index: goals.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Distribution Plug-in Goals</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
<goals>
<goal>
<name>dist</name>
<description>
This is the default goal of the plugin and simply attains
the <code>dist:build</code> goal.
</description>
</goal>
<goal>
<name>dist:build</name>
<description>
This goal builds a complete distribution. It is achieved by
attaining the <code>dist:build-bin</code> and
<code>dist:build-src</code> goals.
</description>
</goal>
<goal>
<name>dist:build-bin</name>
<description>
Build a binary distribution made up of
<ul>
<li>a <code>.tar.gz</code> file</li>
<li>a <code>.zip</code> file</li>
</ul>
The contents of which come from the <code>maven.dist.bin.archive.dir</code>
directory.
</description>
</goal>
<goal>
<name>dist:build-setup</name>
<description>
Creates the <code>maven.dist.dir</code> directory.
</description>
</goal>
<goal>
<name>dist:build-src</name>
<description>
Build a source distribution made up of
<ul>
<li>a <code>.tar.gz</code> file</li>
<li>a <code>.zip</code> file</li>
</ul>
The contents of which come from the <code>maven.dist.src.archive.dir</code>
directory.
</description>
</goal>
<goal>
<name>dist:deploy</name>
<description>
Deploys a distribution to the remote repository. The distribution
is packaged as the file <code>distributions.tar.gz</code>. To create
this file the <code>dist:build</code> goal is attained.
</description>
</goal>
<goal>
<name>dist:prepare-bin-filesystem</name>
<description>
This goal sets up the file system in preparation of the
binary distribution. It's prerequisites are the
<code>java:jar</code> and <code>javadoc:generate</code> goals.
</description>
</goal>
</goals>
</body>
</document>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>