Author: aramirez
Date: Thu Jul 6 20:25:17 2006
New Revision: 419783
URL: http://svn.apache.org/viewvc?rev=419783&view=rev
Log:
PR: MDEPLOY-35
-renamed overview.apt to index.apt
-improved the content of the index.apt a bit
Added:
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt
- copied, changed from r419401,
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/overview.apt
Removed:
maven/plugins/trunk/maven-deploy-plugin/src/site/apt/overview.apt
Modified:
maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml
Copied: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt (from
r419401, maven/plugins/trunk/maven-deploy-plugin/src/site/apt/overview.apt)
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt?p2=maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt&p1=maven/plugins/trunk/maven-deploy-plugin/src/site/apt/overview.apt&r1=419401&r2=419783&rev=419783&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/overview.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt Thu Jul 6
20:25:17 2006
@@ -51,10 +51,25 @@
an optionally specified pomFile, but can be completed/overriden using the
command line.
-* Usage
+* How To Use
- Some basic instructions for configuring and using the mojos of the
<<<maven-deploy-plugin>>> can be found in the {{{usage.html}Usage}}.
+ Instructions on how to use the Plugin Name can be found {{{usage.html}here}}.
* Examples
- Sample use-cases for the plugin are available under the Examples menu
\ No newline at end of file
+ To provide you with better understanding on some usages of the Plugin Name,
+ you can take a look into the following examples:
+
+ * {{{examples/deploy-ftp.html}Deployment with FTP}}
+
+ * {{{examples/deploy-ssh-external.html}Deployment with external SSH}}
+
+ * {{{examples/disabling-generic-pom.html}Disable the generation of pom}}
+
+ * {{{examples/deploying-with-customed-pom.html}Deploy an artifact with a
customed pom}}
+
+ * {{{examples/deploying-with-classifiers.html}Deploy an artifact with
classifier}}
+
+ * {{{examples/disabling-timestamps-suffix.html}Disable timestamps suffix in
an artifact}}
+
+ * {{{examples/deploying-in-legacy-layout.html}Deploy an artifact in legacy
layout}}
\ No newline at end of file
Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml?rev=419783&r1=419782&r2=419783&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml Thu Jul 6
20:25:17 2006
@@ -34,9 +34,8 @@
</links>
<menu name="Plugin Overview">
- <item name="Overview" href="overview.html"/>
- <item name="Usage" href="usage.html"/>
- <item name="FAQs" href="faq.html"/>
+ <item name="How to use" href="usage.html"/>
+ <item name="FAQ" href="faq.html"/>
<!--item name="Examples" href="examples/examples.html"/-->
</menu>
<menu name="Examples">