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:
2
dist/plugin.jelly
vendored
2
dist/plugin.jelly
vendored
@@ -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.">
|
||||
|
||||
<!--
|
||||
|
||||
1
dist/xdocs/changes.xml
vendored
1
dist/xdocs/changes.xml
vendored
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user