FYI,

As another option, we've got this profile in our CI servers settings.xml for
use during site generating builds:

<profiles>
   <profile>
     <id>site-generation</id>
     <properties>
       <maven.test.failure.ignore>true</maven.test.failure.ignore>
     </properties>
   </profile>
 </profiles>


On 8/18/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 8/18/06, Max Cooper <[EMAIL PROTECTED]> wrote:

> This will set maven.test.skip to true, as long as you don't set it on
> the command line. The nice part about this technique is that it DOES
> allow you to override it on the command line if you want to.

Thanks, Max. I added your tip to the wiki with a link to this thread.
Feel free to edit the page-- ask for access on the dev list if you
need it.

   http://docs.codehaus.org/display/MAVENUSER/Surefire+Plugin

--
Wendy

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


Reply via email to