You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/06/24 01:45:55 UTC

cvs commit: maven/xdocs faq.xml

bwalding    2003/06/23 16:45:54

  Modified:    xdocs    faq.xml
  Log:
  Add doco about ignoring test failures
  
  Revision  Changes    Path
  1.31      +16 -0     maven/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/faq.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- faq.xml	30 Mar 2003 22:59:56 -0000	1.30
  +++ faq.xml	23 Jun 2003 23:45:54 -0000	1.31
  @@ -5,6 +5,7 @@
     <properties>
       <title>Maven FAQ</title>
       <author email="pete-apache-dev@kazmier.com">Pete Kazmier</author>
  +    <author email="bwalding@apache.org">Ben Walding</author>
     </properties>
   
     <body>
  @@ -72,6 +73,11 @@
               How do I get a resource uploaded to the central repository?
             </a>
           </li>
  +        <li>
  +          <a href="#ignoring-broken-tests">
  +            How do I make my build complete even with broken tests?
  +          </a>
  +        </li>
         </ol>
         <p>
           <strong>Building Maven</strong>
  @@ -252,6 +258,16 @@
               Java developers as possible so we chose Ibiblio where there is no restriction
               on store (L)GPL artifacts. You can find out more about Ibiblio
               <a href="http://www.ibiblio.org/about.html">here</a>.
  +          </dd>
  +          <dt>
  +            <a name="ignoring-broken-tests">
  +              How do I make my build complete even with broken tests?
  +            </a>
  +          </dt>
  +          <dd>
  +            See the <a href="./reference/plugins/test/properties.html">Test Plugin Reference</a>.
  +            Most notably, <code>maven.test.skip</code> and <code>maven.test.failure.ignore</code>.
  +            <b>Heed the warnings!</b>
             </dd>
           </dl>
         </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org