Author: akarasulu
Date: Sun Feb 6 23:14:36 2005
New Revision: 151694
URL: http://svn.apache.org/viewcvs?view=rev&rev=151694
Log:
changes for http://jira.codehaus.org/browse/MPDIST-20 ...
o added documentation for goals added (no new properties at this point)
o added description in jelly for some goals
o added change log information for the following commit:
http://svn.apache.org/viewcvs.cgi?rev=151648&view=rev
todos ...
o this issue is far from closed needs some more like properties for controling
the documentation rounded up for distros - some of this has already been done
by Phil Steitz in a patch
Modified:
maven/maven-1/plugins/trunk/dist/plugin.jelly
maven/maven-1/plugins/trunk/dist/xdocs/changes.xml
maven/maven-1/plugins/trunk/dist/xdocs/goals.xml
Modified: maven/maven-1/plugins/trunk/dist/plugin.jelly
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/plugin.jelly?view=diff&r1=151693&r2=151694
==============================================================================
--- maven/maven-1/plugins/trunk/dist/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/dist/plugin.jelly Sun Feb 6 23:14:36 2005
@@ -320,7 +320,8 @@
<goal
name="dist:multiproject-bin"
- prereqs="dist:build-setup">
+ prereqs="dist:build-setup"
+ description="Builds the binary multiproject distributions as tarball and
zip">
<!-- we use plugin's own settings in first order. -->
<!-- if they are not provided we will try use use multiproject settings -->
@@ -461,7 +462,8 @@
<goal
name="dist:multiproject-src"
- prereqs="dist:build-setup">
+ prereqs="dist:build-setup"
+ description="Builds the source distributions as tarball and zip">
<ant:echo>
+----------------------------------------------------------------+
Modified: maven/maven-1/plugins/trunk/dist/xdocs/changes.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/xdocs/changes.xml?view=diff&r1=151693&r2=151694
==============================================================================
--- maven/maven-1/plugins/trunk/dist/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/dist/xdocs/changes.xml Sun Feb 6 23:14:36 2005
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
+ <action dev="akarasulu" date="2005-02-07" type="add">Added multiproject
analogs mirroring single project goals. Also added the abiltiy to generate
combined javadocs for multiproject distribution. However multiproject
consolidation might be best put into the site plugin. These fixes are
associated with the following <a
href="http://jira.codehaus.org/browse/MPDIST-20">JIRA enhancement
issue</a>.</action>
<action dev="vmassol" type="delete">Removed unused properties:
<code>maven.dist.tar.executable</code> and
<code>maven.dist.gunzip.executable</code>.</action>
<action dev="brett" type="update">Make compatible with Maven 1.1</action>
<action dev="carlos" type="add" issue="MPDIST-13">Added
<code>maven.dist.bin.artifact</code> property.</action>
Modified: maven/maven-1/plugins/trunk/dist/xdocs/goals.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/xdocs/goals.xml?view=diff&r1=151693&r2=151694
==============================================================================
--- maven/maven-1/plugins/trunk/dist/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/dist/xdocs/goals.xml Sun Feb 6 23:14:36 2005
@@ -115,6 +115,59 @@
source distribution.
</description>
</goal>
+
+ <!-- Multiproject Goals -->
+
+ <goal>
+ <name>dist:multiproject-deploy</name>
+ <description>
+ Top level goal that builds the source and binary distributions for
+ a multiproject configuration and deploys them.
+ </description>
+ </goal>
+
+ <goal>
+ <name>dist:multiproject-deploy-bin</name>
+ <description>
+ Builds the binary distributions (tarball and zip) for a multiproject
+ configuration and deploys them. All artifacts from subordinate
+ projects are collected, and all javadocs are assembled in a single
+ place.
+ </description>
+ </goal>
+
+ <goal>
+ <name>dist:multiproject-deploy-src</name>
+ <description>
+ Builds the source distributions (tarball and zip) for a multiproject
+ configuration and deploys them.
+ </description>
+ </goal>
+
+ <goal>
+ <name>dist:multiproject-bin</name>
+ <description>
+ Builds the binary distribution for a multiproject configuration by
+ gathering all artifacts and consolidating the javadocs of subordinate
+ projects.
+ </description>
+ </goal>
+
+ <goal>
+ <name>dist:multiproject-src</name>
+ <description>
+ Assembles the source distributions for a mutliproject configuration.
+ </description>
+ </goal>
+
+ <goal>
+ <name>dist:multiproject</name>
+ <description>
+ Top level goal used to build the distributions for a multiproject
+ configuration. Both the binary and source distributions are built.
+ </description>
+ </goal>
+
</goals>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]