Details
Description
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="$
<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.
Patch applied (more or less). You will need to delete your existing grape config file to see the changes.