[ https://issues.apache.org/jira/browse/GROOVY-4223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15024081#comment-15024081 ]
Paul King commented on GROOVY-4223: ----------------------------------- Why not write an email to the users list describing what you tried and what you are seeing? Only a small number of people will see your comment on this closed issue. > Add local maven repo to default Grape config > -------------------------------------------- > > Key: GROOVY-4223 > URL: https://issues.apache.org/jira/browse/GROOVY-4223 > Project: Groovy > Issue Type: Improvement > Components: Grape > Affects Versions: 1.7.2 > Reporter: Matthew T. Adams > Assignee: Paul King > Fix For: 1.8.1 > > Attachments: addLocalMavenRepo.patch > > > Add an entry for the current user's local Maven2 repo to the default Grape > config file (groovy.grape.defaultGrapeConfig.xml): > <filesystem name="localMaven2" m2compatible="true"> > <ivy > pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].pom" > /> > <artifact > pattern="${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision].jar" > /> > </filesystem> > Groovy is all about being pragmatic and the reality is that many, many people > use Maven2. -- This message was sent by Atlassian JIRA (v6.3.4#6332)