Author: bentmann
Date: Sun Oct  4 12:37:48 2009
New Revision: 821533

URL: http://svn.apache.org/viewvc?rev=821533&view=rev
Log:
[MNGSITE-98] Correction to the Maven POM Reference - install:install-file 
example misses "-Dpackaging=jar"

Modified:
    maven/site/trunk/src/site/apt/pom.apt

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?rev=821533&r1=821532&r2=821533&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Sun Oct  4 12:37:48 2009
@@ -310,7 +310,7 @@
    [[1]] Install the dependency locally using the install plugin. The method 
is the simplest recommended method. For example:
 
 ---------------
-mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group 
-DartifactId=non-maven-proj -Dversion=1
+mvn install:install-file -Dfile=non-maven-proj.jar -DgroupId=some.group 
-DartifactId=non-maven-proj -Dversion=1 -Dpackaging=jar
 ---------------
 
         Notice that an address is still required, only this time you use the 
command line and the install plugin will


Reply via email to