dion        2003/07/11 00:25:41

  Modified:    xdocs/reference user-guide.xml
  Log:
  update properties
  
  Revision  Changes    Path
  1.55      +46 -0     maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- user-guide.xml    3 Jul 2003 13:46:09 -0000       1.54
  +++ user-guide.xml    11 Jul 2003 07:25:41 -0000      1.55
  @@ -606,16 +606,62 @@
               <tr>
                 <td>maven.mode.online</td>
                 <td>
  +                Whether you are connected to the internet or not.
                 </td>
                 <td>true</td>
               </tr>
   
               <tr>
  +              <td>maven.local.home</td>
  +              <td>
  +                The directory on the local machine maven uses to write user 
specific details
  +                to such as expanded plugins and cache data.
  +              </td>
  +              <td>${user.home}/.maven</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.plugin.dir</td>
  +              <td>
  +                Where maven can find it's plugins
  +              </td>
  +              <td>${maven.home}/plugins</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.plugin.unpacked.dir</td>
  +              <td>
  +                Where maven expands installed plugins for processing.
  +              </td>
  +              <td>${maven.home.local}/plugins</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.repo.local</td>
  +              <td>
  +                The repository on the local machine maven should use to store
  +                downloaded artifacts (jars etc).
  +              </td>
  +              <td>${maven.home.local}/repository</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.repo.remote</td>
  +              <td>
  +                The repository maven should use to download artifacts
  +                (jars etc) that it can't find in the local repository
  +              </td>
  +              <td>http://www.ibiblio.org/maven</td>
  +            </tr>
  +
  +            <tr>
                 <td>maven.repo.remote.enabled</td>
                 <td>
  +                Whether or not a remote repository should be used.
                 </td>
                 <td>true</td>
               </tr>
  +
               <tr>
                 <td>maven.repo.central</td>
                 <td>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to