Initial docs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2003-07-25 06:00:33 +00:00
parent 083de922c0
commit f1de975b9e
6 changed files with 97 additions and 0 deletions

1
release/xdocs/.cvsignore Normal file
View File

@ -0,0 +1 @@
stylesheets

15
release/xdocs/changes.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="dion@apache.org">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>

36
release/xdocs/goals.xml Normal file
View File

@ -0,0 +1,36 @@
<?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>

16
release/xdocs/index.xml Normal file
View File

@ -0,0 +1,16 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Release Plug-in</title>
<author email="jason@zenplex.com">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>

View File

@ -0,0 +1,17 @@
<?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>

View File

@ -0,0 +1,12 @@
<?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>