[ https://issues.apache.org/jira/browse/GROOVY-4223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15023412#comment-15023412 ]
ChenYangWen commented on GROOVY-4223: ------------------------------------- This is default config for grape, I want to use my local maven repository, so I changed the default config to above, but not works. :( > 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)