dion        2002/06/02 08:59:06

  Modified:    xdocs/ref project-descriptor.xml
  Log:
  Documenting repository connection element
  
  Revision  Changes    Path
  1.10      +20 -1     jakarta-turbine-maven/xdocs/ref/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/project-descriptor.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project-descriptor.xml    1 Jun 2002 21:14:10 -0000       1.9
  +++ project-descriptor.xml    2 Jun 2002 15:59:06 -0000       1.10
  @@ -238,11 +238,30 @@
           <tr>
             <td>connection</td>
             <td>
  -            Optional.  The source configuration management system URL
  +            <p>Optional.  The source configuration management system URL
               that describes the repository and how to connect to the
               repository.  This is used by Maven when <a
               href="build-file.html#maven:dist">building versions</a>
               from specific ID.
  +            </p>
  +            <p>The format of this element is as follows:
  +              <pre>scm:&lt;provider&gt;:&lt;provider-parameters&gt;</pre>
  +            </p>
  +            <p>For cvs, the format should be:
  +              <pre>scm:cvs:pserver:user@host:/cvs/root:module-name</pre>
  +            </p>
  +            <p>
  +              Where <code>pserver</code> is the protocol used to access CVS,
  +              <code>user@host</code> is the user name to log in to the specified
  +              cvs <strong>host</strong>, <code>/cvs/root</code> is the cvs root
  +              directory, and <code>module-name</code> is the name of the cvs
  +              module to be worked on
  +            </p>
  +            <p>As an example, the settings for an Apache project are usually:
  +              
<pre>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:module-name</pre>
  +            </p>
  +            <p>Currently CVS is the only supported scm. Others will be added
  +              as soon as possible</p>
             </td>
           </tr>
           <tr>
  
  
  

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

Reply via email to