Author: dennisl Date: Sun Dec 17 05:30:09 2006 New Revision: 487979 URL: http://svn.apache.org/viewvc?view=rev&rev=487979 Log: [MNG-2703] Misprint in Guide to installing 3rd party JARs.
Modified: maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-local.apt Modified: maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-local.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-local.apt?view=diff&rev=487979&r1=487978&r2=487979 ============================================================================== --- maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-local.apt (original) +++ maven/site/trunk/src/site/apt/guides/mini/guide-3rd-party-jars-local.apt Sun Dec 17 05:30:09 2006 @@ -10,7 +10,7 @@ Often times you will have 3rd party JARs that you need to put in your local repository for use in your builds. The JARs must be placed in the local repository in the correct place in order for it to be correctly - picked up by Maven. To make this easier, and then error prone, we have provide a goal in the install plug-in + picked up by Maven. To make this easier, and less error prone, we have provide a goal in the install plug-in which should make this relatively painless. To install a JAR in the local repository use the following command: