we are testing maven plugins... that is easier with maven-invoker... if we wrote our integration tests as JUnit or TestNG tests then failsafe would be the right tool for the job.
usually we put them in a profile as forking maven builds can be slow, so you don't want them for every build. On 21 January 2014 23:03, B. K. Oxley (binkley) <bink...@alumni.rice.edu>wrote: > Thanks! > > Curious. Why a profile and not failsafe? I've been steering my teams > towards failsafe, would like to hear your reasons. > > Cheers, > --binkley > On Jan 22, 2014 6:48 AM, "Robert Scholte" <codeh...@sourcegrounds.com> > wrote: > >> Hi, >> >> For animal-sniffer, ITs can be found here: >> http://svn.codehaus.org/mojo/trunk/mojo/animal-sniffer/ >> animal-sniffer-maven-plugin/src/it/ >> Consider these as the smallest Maven projects possible, to just touch the >> issue. >> >> They all use the maven-invoker-plugin: >> http://svn.codehaus.org/mojo/trunk/mojo/animal-sniffer/ >> animal-sniffer-maven-plugin/src/it/ >> There are several examples available to finetune the test. >> >> Most projects have a separate profile for ITs, so does the animal-sniffer >> project. >> In order to run all tests, call 'mvn verify -Prun-its' >> >> It's really appreciated if you can provide ITs as well, >> >> Robert >> >> Op Tue, 21 Jan 2014 23:37:00 +0100 schreef B. K. Oxley (binkley) < >> bink...@alumni.rice.edu>: >> >> Where can I find more information on writing IT tests? >>> >>> I'd like to add IT tests to these requests, but I'm unsure how to >>> proceed: >>> >>> * http://jira.codehaus.org/browse/MANIMALSNIFFER-39 >>> * http://jira.codehaus.org/browse/MANIMALSNIFFER-40 >>> >>> Thanks, >>> --binkley >>> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> >>