You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by sm...@apache.org on 2002/12/13 03:05:15 UTC

cvs commit: jakarta-turbine-maven/xdocs faq.xml

smor        2002/12/12 18:05:15

  Modified:    xdocs    faq.xml
  Log:
  Added a FAQ entry about "maven is too slow" and the console.
  
  Revision  Changes    Path
  1.20      +29 -4     jakarta-turbine-maven/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/faq.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- faq.xml	28 Sep 2002 09:29:10 -0000	1.19
  +++ faq.xml	13 Dec 2002 02:05:15 -0000	1.20
  @@ -54,6 +54,11 @@
               How do I use Maven with xdoclet?
             </a>
           </li>
  +        <li>
  +          <a href="#speeding-maven">
  +            Maven takes a long time to load. Is there anyway to speed things ?
  +          </a>
  +        </li>
       </ol>
       <p><strong>Building Maven</strong></p>
       <ol>
  @@ -143,10 +148,30 @@
             </a>
           </dt>
           <dd>
  -        	One user's experiences are written up 
  -        	<a href="http://orinoco.flamefew.net/moatas/archives/000115.html">here</a>.
  -        	The Maven team are looking to make it as easy as possible to
  -        	integrate with <a href="http://xdoclet.sourceforge.net/">xdoclet</a>.
  +       	  One user's experiences are written up 
  +       	  <a href="http://orinoco.flamefew.net/moatas/archives/000115.html">here</a>.
  +       	  The Maven team are looking to make it as easy as possible to
  +       	  integrate with <a href="http://xdoclet.sourceforge.net/">xdoclet</a>.
  +        </dd>
  +        <dt>
  +          <a name="speeding-maven">
  +            Maven takes a long time to load. Is there anyway to speed things ?
  +          </a>
  +        </dt>
  +        <dd>
  +          There are several things that you can do to accelerate this. First,
  +          you should delete the plugins that you don't use. Some plugins are
  +          platform-specific, so you can safely delete those that are not
  +          intended to run on your platform.
  +          <b>
  +            Some plugins depend on other plugins. Please delete plugins with care.
  +          </b>
  +          Once you are sure that you have all the plugins that you need, you
  +          can use the <a href="plugins/console/index.html">Console Plugin</a> to
  +          get an interactive shell that will let load Maven once and run as many
  +          goals as you want. On average machines it takes something like
  +          ten seconds to compile and run unit tests, so that you can build often
  +          and test your code often.          
           </dd>
         </dl>
       </section>