Thank you, that worked, thank you - posting it on my blog as well:
http://blog.naftulinconsulting.com/2009/07/07/integration-testing-with-maven/


Stephen Connolly-2 wrote:
> 
> here is a workaround for you...
> 
> <plugins>
>   <plugin>
>     ...
>     <artifactId>failsafe-maven-plugin</artifactId>
>     <configuration>
>       <skipTests>${skipITs}</skipTests>
>       ...
>     </configuration>
>     ...
>   </plugin>
> 
> I'll have a look at fixing this otherwise
> 
> 2009/7/7 Henry_N <[email protected]>:
>>
>> I have the same problem :-((. Looked at the source code and there is no
>> mention of skipITs that I found. It would be really great to have that
>> feature. Is there any time-frame when this will be added?
>>
>> Henry
>>
>>
>> ben.lidgey wrote:
>>>
>>> I can't get this to work. Looking in the code on the failsafe site
>>> (http://mojo.codehaus.org/failsafe-maven-plugin/xref/index.html) in both
>>> the IntegrationMojo and VerifyMojo classes shows parameters for the
>>> skipTests etc, but not one for skipITs.
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/How-to-skip-integration-tests-tp23870998p24382026.html
>> Sent from the Maven - Users mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-skip-integration-tests-tp23870998p24382732.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to