kaz         02/05/03 07:01:17

  Modified:    xdocs/start use.xml
  Log:
  Made a little change to imply that multiple remote repos can now be
  used.
  
  Revision  Changes    Path
  1.2       +6 -5      jakarta-turbine-maven/xdocs/start/use.xml
  
  Index: use.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/start/use.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- use.xml   1 May 2002 22:03:12 -0000       1.1
  +++ use.xml   3 May 2002 14:01:17 -0000       1.2
  @@ -28,11 +28,12 @@
          of the JAR files required to build and distribute the projects in
          their CVS repositories.  Maven eliminates this practice
          altogether because it provides facilities to automatically
  -       download all dependencies from a central repository.  Thus,
  -       before any Maven Ant target is executed, Maven will automatically
  -       download all of the required dependencies from the remote
  -       repository defined by the <code>${maven.repo.remote}</code>
  -       property (see the <a 
href="../ref/build-file.html#maven:verify-project">maven:verify-project</a>
  +       download all dependencies from one or more central repositories.
  +       Thus, before any Maven Ant target is executed, Maven will
  +       automatically download all of the required dependencies from the
  +       remote repositories defined by the
  +       <code>${maven.repo.remote}</code> property (see the <a
  +       href="../ref/build-file.html#maven:verify-project">maven:verify-project</a>
          documention for more information).
        </p>
        <p>
  
  
  


Reply via email to