Author: dennisl
Date: Sun Mar 22 15:07:45 2009
New Revision: 757196

URL: http://svn.apache.org/viewvc?rev=757196&view=rev
Log:
o Simplify examples.

Modified:
    
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

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=757196&r1=757195&r2=757196&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
 Sun Mar 22 15:07:45 2009
@@ -3,7 +3,7 @@
   ------
   Allan Ramirez
   ------
-  2009-03-13
+  2009-03-22
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -33,6 +33,5 @@
   to the path of the custom POM.
 
 +---+
-mvn install:install-file  -Dfile=path-to-your-artifact-jar \
-                          -DpomFile=path-to-pom
+mvn install:install-file -Dfile=path-to-your-artifact-jar -DpomFile=path-to-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=757196&r1=757195&r2=757196&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
 Sun Mar 22 15:07:45 2009
@@ -3,7 +3,7 @@
   ------
   Vincent Siveton
   ------
-  2009-03-13
+  2009-03-22
   ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -39,6 +39,5 @@
                           -DartifactId=your-artifactId \
                           -Dversion=version \
                           -Dpackaging=jar \
-                          -DpomFile=path-to-pom \
-                          -DlocalRepositoryPath=path-to-specific-local-repo \
+                          -DlocalRepositoryPath=path-to-specific-local-repo
 +---+


Reply via email to