Hello all:
I am currently trying to get a test case through a Travis CI check, which
is failing due to a system property not being set properly. This test
passes during a local build, however after pushing up to Github the Travis
check does not pass with `Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin`.
I am attempting to set a system property with
`System.setProperty("org.geotools.referencing.forceXY", "true")`, which
does not appear to persist when not building locally.
Does anyone know of a way to ensure this property is set (and overrides
`CRS.getAuthorityFactory(true)`) for the Travis build?
Thanks in advance,
- Alex
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel