Hi Doug, I have an issue with Site generation and failing builds. See my post earlier today [Using site:site to create reports on a failed build]
If you are using this profile when building sites, does that infer that you are using a separate mvn build to produce the site ? I want to be able to fail a build, but still continue to generate the site reports. Any help you can offer would be great. Thanks Jon "Doug Douglass" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
