Maven Build Surefire Version

Hi Shay,

Single tests cannot be run with Surefire 2.12, this was fixed in 2.12.1 -
see here http://jira.codehaus.org/browse/SUREFIRE-827 might be a good idea
to change the plugin version of surefire, if not done already.

--

Actually, going to 2.12.1 has its own issues with "surefire-booter" - but
going back to 2.11 allowed me to run single tests at a time with:

mvn -Dtest=org.elasticsearch.test.integration.search.fields.
SearchFieldsTests test

On Monday, September 3, 2012 5:53:13 PM UTC+1, davrob2 wrote:

Hi Shay,

Single tests cannot be run with Surefire 2.12, this was fixed in 2.12.1 -
see here http://jira.codehaus.org/browse/SUREFIRE-827 might be a good
idea to change the plugin version of surefire, if not done already.

--

Updated to 2.12.3, should be fixed I think.

On Sep 3, 2012, at 6:59 PM, davrob2 daviroberts@gmail.com wrote:

Actually, going to 2.12.1 has its own issues with "surefire-booter" - but going back to 2.11 allowed me to run single tests at a time with:

mvn -Dtest=org.elasticsearch.test.integration.search.fields.SearchFieldsTests test

On Monday, September 3, 2012 5:53:13 PM UTC+1, davrob2 wrote:
Hi Shay,

Single tests cannot be run with Surefire 2.12, this was fixed in 2.12.1 - see here http://jira.codehaus.org/browse/SUREFIRE-827 might be a good idea to change the plugin version of surefire, if not done already.

--

--