You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/01/08 22:48:48 UTC

svn commit: r610175 - in /maven/plugins/trunk/maven-deploy-plugin/src/site/apt: ./ examples/

Author: dennisl
Date: Tue Jan  8 13:48:47 2008
New Revision: 610175

URL: http://svn.apache.org/viewvc?rev=610175&view=rev
Log:
o Fix the document titles.

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ftp.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
  ------
- Maven 2 Deploy Plugin
+ Deployment of artifacts with FTP
  ------
  Jason van Zyl
  ------

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploy-ssh-external.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
  ------
- Maven 2 Deploy Plugin
+ Deployment of artifacts in an external SSH command
  ------
  Jason van Zyl
  ------

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-in-legacy-layout.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
   ------
-  Maven 2 Deploy Plugin - Examples on using the parameters of the plugin
+  Deploy an artifact in legacy layout
   ------
   Allan Ramirez
   ------

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-classifiers.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
   ----
-  Maven 2 Deploy Plugin - Configurations
+  Deploy an artifact with classifier
   ------
   Allan Ramirez
   ------

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/deploying-with-customed-pom.apt Tue Jan  8 13:48:47 2008
@@ -1,12 +1,12 @@
   ----
-  Maven 2 Deploy Plugin - Configurations
+  Deploy an artifact with a customized pom
   ------
   Allan Ramirez
   ------
   June 2006
   ------
 
-Deploy an artifact with a customed pom
+Deploy an artifact with a customized pom
 
   If there is already an existing pom and want it to be deployed together with the 3rd party artifact,
   set the <<pomFile>> parameter to the path of the pom.xml.

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-generic-pom.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
   ----
-  Maven 2 Deploy Plugin - Configurations
+  Disable the generation of pom
   ------
   Allan Ramirez
   ------

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/examples/disabling-timestamps-suffix.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
   ----
-  Maven 2 Deploy Plugin - Configurations
+  Disable timestamps suffix in an artifact
   ------
   Allan Ramirez
   ------

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/index.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
   ------
-  Maven 2 Deploy Plugin
+  Introduction
   ------
   Jerome Lacoste
   ------
@@ -7,7 +7,7 @@
   ------
 
 Maven Deploy Plugin
-  
+
   The deploy plugin is primarily used during the deploy phase, to add your
   artifact(s) to a remote repository for sharing with other developers and
   projects. This is usually done in an integration or release environment. It can
@@ -22,7 +22,7 @@
   To work, the deployment will require:
 
   * information about the repository: its location, the transport method used to
-    access it (FTP, SCP, SFTP...) and the optional user specific required 
+    access it (FTP, SCP, SFTP...) and the optional user specific required
     account information
 
   * information about the artifact(s): the group, artifact, version, packaging,
@@ -49,8 +49,8 @@
     in the project's pom.
 
   * {{{deploy-file-mojo.html}deploy:deploy-file}} is used to install a single artifact
-    along with its pom. In that case the artifact information can be taken from 
-    an optionally specified pomFile, but can be completed/overriden using the 
+    along with its pom. In that case the artifact information can be taken from
+    an optionally specified pomFile, but can be completed/overriden using the
     command line.
 
 * How To Use

Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt?rev=610175&r1=610174&r2=610175&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/site/apt/usage.apt Tue Jan  8 13:48:47 2008
@@ -1,5 +1,5 @@
   ------
-  Maven 2 Deploy Plugin - HOW-TO
+  Usage
   ------
   Jerome Lacoste
   John Casey