You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by GitBox <gi...@apache.org> on 2019/04/26 15:22:26 UTC

[GitHub] [jena] ajs6f edited a comment on issue #557: JENA-664 GeoSPARQL Jena

ajs6f edited a comment 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>
               <SIS_DATA>${project.build.directory}/SIS_DATA</SIS_DATA>
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services