|
From: Martin D. <mar...@ge...> - 2007-06-27 08:00:32
|
I'm in the process of deploying GeoAPI milestone and updating Geotools code for the removal of deprecated methods in BoundingBox and renaming of PointArray.getPosition(...) to getDirectPosition(...). For making the process easier, I tuned the following option to "false". Is there any objection to make this change permanent? http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#printSummary The only consequence is that Maven would prints to stdout only the tests that fail instead of every tests. It make easier to check if Maven failed because of a failure in a test which is know to be intermitent, or if we have a new test failure. Martin |