ajs6f commented on issue #557: JENA-664 GeoSPARQL Jena URL: https://github.com/apache/jena/pull/557#issuecomment-487095451 @desruisseaux We have I/O tests that take five minutes to run-- I'm not sure that making a few empty directories is going to change our build time very much, but if it does, we can build an `SIS_DATA` directory once in the main GeoSPARQL module and pass that location into the submodules via a Maven property. As for the ENV var point, that's fairly trivial: ``` <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <environmentVariables> <propertyName>SIS_DATA</propertyName> <buildDirectory>${project.build.directory}/SIS_DATA</buildDirectory> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
