PR: MPDIST-8

change javadoc:generate to site:generate


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2004-05-01 01:06:37 +00:00
parent 838daf76df
commit c7a18dab16
2 changed files with 2 additions and 1 deletions

2
dist/plugin.jelly vendored
View File

@@ -31,7 +31,7 @@
<goal
name="dist:prepare-bin-filesystem"
prereqs="xdoc:init, jar:jar, javadoc:generate"
prereqs="xdoc:init, jar:jar, site:generate"
description="Builds the binary distribution file system.">
<!--

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.5-SNAPSHOT" date="in CVS">
<action dev="brett" type="update" issue="MPDIST-8">Switch from javadoc:generate to site:generate so that entire project site is included in the binary distribution.</action>
<action dev="brett" type="update" issue="MPDIST-2">Add properties <code>maven.dist.tar.executable</code> and <code>maven.dist.gunzip.executable</code> for specifying the remote executables for these functions</action>
</release>
<release version="1.4" date="2004-03-07">