On 2011-08-11, Mark Struberg wrote:

> usually the maven-surefire-plugin will only pickup classes with the pattern 
> *Test.java.
> You can rename the longrunning Tests to *IT.java and configure the
> surefireplugin to additionally pickup those test classes only in the
> run-its profile.

>        <configuration>
>          <includes>
>            <include>**/*Test.java</include>
>            <include>**/*IT.java</include>
>          </includes>

Ah yes, thank you, I knew there must be a simple way.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to