I'm trying to run Maven Surefire with an include statement of:
<include>**/[A-R]*SeleniumTest.java</include>
<include>**/[A-R]**SeleniumTest.java</include>
<include>**/[A-R].*SeleniumTest.java</include>
But it does not seem to support any of these notations. What is the syntax of this expression? (Documentation link would be much appreciated)