dion        2003/08/18 22:49:15

  Modified:    xdocs/reference user-guide.xml
  Log:
  Update docs to include properties defined in defaults.properties
  
  Revision  Changes    Path
  1.60      +71 -12    maven/xdocs/reference/user-guide.xml
  
  Index: user-guide.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/reference/user-guide.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- user-guide.xml    19 Aug 2003 04:46:11 -0000      1.59
  +++ user-guide.xml    19 Aug 2003 05:49:14 -0000      1.60
  @@ -595,11 +595,36 @@
               </tr>
   
               <tr>
  -              <td>maven.mode.online</td>
  +              <td>maven.build.dest</td>
                 <td>
  -                Whether you are connected to the internet or not.
  +                The directory where generated classes go.
                 </td>
  -              <td>true</td>
  +              <td>${maven.build.dir}/classes</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.build.dir</td>
  +              <td>
  +                The directory where generated output, e.g. class files, 
documentation,
  +                unit test reports etc goes
  +              </td>
  +              <td>${basedir}/target</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.build.src</td>
  +              <td>
  +                The directory where generated source goes.
  +              </td>
  +              <td>${maven.build.dir}/src</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.conf.dir</td>
  +              <td>
  +                The directory that holds configuration files
  +              </td>
  +              <td>${basedir}/conf</td>
               </tr>
   
               <tr>
  @@ -612,6 +637,14 @@
               </tr>
   
               <tr>
  +              <td>maven.mode.online</td>
  +              <td>
  +                Whether you are connected to the internet or not.
  +              </td>
  +              <td>true</td>
  +            </tr>
  +
  +            <tr>
                 <td>maven.plugin.dir</td>
                 <td>
                   Where maven can find it's plugins
  @@ -628,6 +661,25 @@
               </tr>
   
               <tr>
  +              <td>maven.repo.central</td>
  +              <td>
  +                This is the host that Maven will attempt to
  +                deploy the distribution to during a
  +                dist:deploy.
  +              </td>
  +              <td>login.ibiblio.org</td>
  +            </tr>
  +
  +            <tr>
  +              <td>maven.repo.central.directory</td>   
  +              <td>
  +                This is the directory that Maven will copy the
  +                distribution to during a dist:deploy.
  +              </td>
  +              <td>/public/html/maven</td>
  +            </tr>
  +
  +            <tr>
                 <td>maven.repo.local</td>
                 <td>
                   The repository on the local machine maven should use to store
  @@ -654,22 +706,29 @@
               </tr>
   
               <tr>
  -              <td>maven.repo.central</td>
  +              <td>maven.scp.executable</td>
                 <td>
  -                This is the host that Maven will attempt to
  -                deploy the distribution to during a
  -                dist:deploy.
  +                The executable to use for secure copies
                 </td>
  -              <td>login.ibiblio.org</td>
  +              <td>scp</td>
               </tr>
  +
               <tr>
  -              <td>maven.repo.central.directory</td>   
  +              <td>maven.src.dir</td>
                 <td>
  -                This is the directory that Maven will copy the
  -                distribution to during a dist:deploy.
  +                The base directory for source code.
                 </td>
  -              <td>/public/html/maven</td>
  +              <td>${basedir}/src</td>
               </tr>
  +
  +            <tr>
  +              <td>maven.ssh.executable</td>
  +              <td>
  +                The executable to use for executing commands remotely
  +              </td>
  +              <td>scp</td>
  +            </tr>
  +
             </table>
           </p>
   
  
  
  

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

Reply via email to