Author: rfscholte
Date: Tue Jul  9 20:36:34 2013
New Revision: 1501534

URL: http://svn.apache.org/r1501534
Log:
Adjust name

Modified:
    maven/plugins/trunk/maven-install-plugin/pom.xml
    
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/custom-pom-installation.apt
    
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/specific-local-repo.apt
    maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-install-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=1501534&r1=1501533&r2=1501534&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Tue Jul  9 20:36:34 2013
@@ -33,7 +33,7 @@ under the License.
   <version>2.5-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Install Plugin</name>
+  <name>Apache Maven Install Plugin</name>
   <description>Copies the project artifacts to the user's local 
repository.</description>
   <inceptionYear>2004</inceptionYear>
 

Modified: 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/custom-pom-installation.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/custom-pom-installation.apt?rev=1501534&r1=1501533&r2=1501534&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/custom-pom-installation.apt
 (original)
+++ 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/custom-pom-installation.apt
 Tue Jul  9 20:36:34 2013
@@ -28,7 +28,7 @@
 
 Installing an artifact with a custom POM
 
-  The Maven Install Plugin can include a pre-built custom POM with the artifact
+  The Apache Maven Install Plugin can include a pre-built custom POM with the 
artifact
   in the local repository.  Just set the value of the <<<pomFile>>> parameter
   to the path of the custom POM.
 

Modified: 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/specific-local-repo.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/specific-local-repo.apt?rev=1501534&r1=1501533&r2=1501534&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/specific-local-repo.apt
 (original)
+++ 
maven/plugins/trunk/maven-install-plugin/src/site/apt/examples/specific-local-repo.apt
 Tue Jul  9 20:36:34 2013
@@ -28,7 +28,7 @@
 
 Installing an artifact to a specific local repository path
 
-  By default, Maven Install Plugin uses the local repository defined in the 
settings.xml to install an artifact.
+  By default, the Apache Maven Install Plugin uses the local repository 
defined in the settings.xml to install an artifact.
 
   You could install an artifact on a specific local repository  by setting the 
<<<localRepositoryPath>>>
   parameter when installing.

Modified: maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt?rev=1501534&r1=1501533&r2=1501534&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-install-plugin/src/site/apt/index.apt Tue Jul  9 
20:36:34 2013
@@ -26,7 +26,7 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven Install Plugin
+Apache Maven Install Plugin
 
   The Install Plugin is used during the <<<install>>> phase to add
   artifact(s) to the local repository. The Install Plugin uses

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=1501534&r1=1501533&r2=1501534&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/src/site/site.xml Tue Jul  9 
20:36:34 2013
@@ -22,7 +22,7 @@ under the License.
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";
-  name="Maven Install plugin">
+  name="Apache Maven Install plugin">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to