Author: aramirez
Date: Sun Jul 9 23:40:30 2006
New Revision: 420438
URL: http://svn.apache.org/viewvc?rev=420438&view=rev
Log:
PR: MINSTALL-27
added content for updateReleaseInfo.apt
Modified:
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
maven/plugins/trunk/maven-install-plugin/src/site/site.xml
Modified:
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt?rev=420438&r1=420437&r2=420438&view=diff
==============================================================================
---
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
(original)
+++
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/updateReleaseInfo.apt
Sun Jul 9 23:40:30 2006
@@ -8,4 +8,19 @@
Update the release information of a project
- TODO
+ Updating the release information changes the project's metadata, forcing
+ the current installed project as the release version. Mostly, this
+ parameter is used when installing a plugin that is built from source.
+ This can be activated by setting the <<updateReleaseInfo>> parameter to
+ <<true>>.
+
+ From the project base directory, invoke the install phase.
+
++---+
+ mvn install -DupdateReleaseInfo=true
++---+
+
+
+
+
+
Modified: maven/plugins/trunk/maven-install-plugin/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/site.xml?rev=420438&r1=420437&r2=420438&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/src/site/site.xml Sun Jul 9
23:40:30 2006
@@ -15,7 +15,7 @@
</links>
<menu name="Overview">
- <item name="Overview" href="index.html"/>
+ <item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
<item name="FAQ" href="faq.html"/>
</menu>
@@ -26,6 +26,7 @@
<item name="Installing Checksums"
href="examples/installingChecksums.html"/>
<item name="Updating Release Info"
href="examples/updateReleaseInfo.html"/>
</menu>
+
${reports}
</body>
</project>