Hi,

A correct link to the invoker plugin home page:
http://maven.apache.org/plugins/maven-invoker-plugin/

Invoker is a specialised plugin that binds itself to integration test phases in 
Maven lifecycle. It creates a sandbox Maven environment (complete with a 
sandboxed local repository), where you can install test artifacts, invoke Maven 
executions and use Groovy scripts to verify the output. Because it is a 
sandbox, it does not spoil your local repository, and it sits inside project 
target directory, which can be cleared out at any time for a clean run. A 
separate profile is used mainly for performance reasons, because it may take 
quite a few minutes to go through a reasonably large suite of Invoker 
integration tests. The run-its profile is always auto-activated during plugin 
release though.

Kind regards,
--
Sergei Ivanov

Среда, 22 января 2014, 7:03 +08:00 от "B. K. Oxley (binkley)" 
<bink...@alumni.rice.edu>:
>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
>>
>>

Reply via email to