Github user spmallette commented on a diff in the pull request:

    https://github.com/apache/tinkerpop/pull/508#discussion_r90306572
  
    --- Diff: docker/resources/groovy/grapeConfig.xml ---
    @@ -1,15 +1,22 @@
     <ivysettings>
       <settings defaultResolver="downloadGrapes"/>
    +  <property name="m2-pattern" 
value="${user.home}/.m2/repository/org/apache/tinkerpop/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
 />
    +  <property name="m2-pattern-ivy" 
value="${user.home}/.m2/repository/org/apache/tinkerpop/[module]/[revision]/[module]-[revision](-[classifier]).pom"
 />
    +  <caches>
    +    <cache name="nocache" useOrigin="true" />
    +  </caches>
       <resolvers>
         <chain name="downloadGrapes">
    +      <filesystem name="local-maven2" checkmodified="true" 
changingPattern=".*" changingMatcher="regexp" m2compatible="true" 
cache="nocache">
    +        <artifact pattern="${m2-pattern}"/>
    +        <ivy pattern="${m2-pattern-ivy}"/>
    +      </filesystem>
           <filesystem name="cachedGrapes">
             <ivy 
pattern="${user.home}/.groovy/grapes/[organisation]/[module]/ivy-[revision].xml"/>
             <artifact 
pattern="${user.home}/.groovy/grapes/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
           </filesystem>
    -      <ibiblio name="codehaus" root="http://repository.codehaus.org/"; 
m2compatible="true"/>
    -      <ibiblio name="central" root="http://central.maven.org/maven2/"; 
m2compatible="true"/>
    -      <ibiblio name="java.net2" root="http://download.java.net/maven/2/"; 
m2compatible="true"/>
    -      <ibiblio name="hyracs-releases" 
root="http://obelix.ics.uci.edu/nexus/content/groups/hyracks-public-releases/"; 
m2compatible="true"/>
    --- End diff --
    
    that is most excellent - guess we never noticed that before. i will make a 
note to backport to tp31.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to