ajs6f commented on issue #557: JENA-664 GeoSPARQL Jena URL: https://github.com/apache/jena/pull/557#issuecomment-487088627 @afs Can we not use some Maven for that? We could put an empty `SIS_DATA` directory in `src/test/resources` and then: ``` <build> <testResources> <testResource> <directory>src/test/resources/SIS_DATA</directory> </testResource> </testResources> … <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemPropertyVariables> <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: us...@infra.apache.org With regards, Apache Git Services