| | |
| | | <exclude>${online.skip.pattern}</exclude> |
| | | <exclude>${stress.skip.pattern}</exclude> |
| | | </excludes> |
| | | <argLine>-Xmx${test.maxHeapSize} -Dorg.geotools.test.extensive=${extensive.tests} |
| | | -Dorg.geotools.test.interactive=${interactive.tests} -Djava.awt.headless=${java.awt.headless} |
| | | <argLine>-Xmx${test.maxHeapSize} -Djava.awt.headless=${java.awt.headless} |
| | | </argLine> |
| | | <!-- Ignores test failure only if we are generating a --> |
| | | <!-- report for publication on the web site. See the --> |
| | |
| | | <testFailureIgnore> |
| | | ${allow.test.failure.ignore} |
| | | </testFailureIgnore> |
| | | |
| | | <!-- The two following options have the opposite value of what we would |
| | | like. They are that way because they don't seem to work as expected |
| | | with Surefire 2.3. TODO: Try again when Surefire 2.4 will be available. --> |
| | | |
| | | <!-- Option to print summary of test suites or just print the test cases that has errors. --> |
| | | <printSummary>true</printSummary> |