dion 2003/07/24 23:00:33
Added: src/plugins-build/release/xdocs .cvsignore changes.xml
navigation.xml goals.xml index.xml properties.xml
Log:
Initial docs
Revision Changes Path
1.1 maven/src/plugins-build/release/xdocs/.cvsignore
Index: .cvsignore
===================================================================
stylesheets
1.1 maven/src/plugins-build/release/xdocs/changes.xml
Index: changes.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
<release version="1.1" date="in CVS">
<action dev="dion" type="update">
Upgrade to dom4j 1.4, maven 1.0-beta-10
</action>
</release>
</body>
</document>
1.1 maven/src/plugins-build/release/xdocs/navigation.xml
Index: navigation.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project name="Maven Release Plug-in">
<title>Maven Release Plug-in</title>
<body>
<links>
<item href="http://maven.apache.org/" name="Maven">
</item>
</links>
<menu name="Overview">
<item href="/goals.html" name="Goals">
</item>
<item href="/properties.html" name="Properties">
</item>
</menu>
</body>
</project>
1.1 maven/src/plugins-build/release/xdocs/goals.xml
Index: goals.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven Release Plug-in Goals</title>
</properties>
<body>
<goals>
<goal>
<name>convert-snapshots</name>
<description>
</description>
</goal>
<goal>
<name>convert-snapshots-auto</name>
<description>
</description>
</goal>
<goal>
<name>increment-snapshot-version</name>
<description>
</description>
</goal>
<goal>
<name>release</name>
<description>
</description>
</goal>
<goal>
<name>validate-pom-for-release</name>
<description>
</description>
</goal>
</goals>
</body>
</document>
1.1 maven/src/plugins-build/release/xdocs/index.xml
Index: index.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Release Plug-in</title>
<author email="[EMAIL PROTECTED]">Jason van Zyl</author>
</properties>
<body>
<section name="Maven Release Plug-in">
<p>
This plug-in provides some basic help with releases.
</p>
</section>
</body>
</document>
1.1 maven/src/plugins-build/release/xdocs/properties.xml
Index: properties.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<document>
<properties>
<title>Maven Release Plug-in Properties</title>
</properties>
<body>
<section name="Maven Release Plug-in Settings">
<p>There are no settings to customize this plugin</p>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]