Hi, I'm not sure about pointing Grape at your local Maven repo but you can add artifacts to your Grape repo: http://www.groovy-lang.org/grape.html#Grape-CommandLineTool.
Your other option is to look at Gradle and use mavenLocal() in the repositories config. Cheers, Duncan On Tue, Dec 8, 2015 at 8:53 PM, Balachandran Sivakumar <[email protected] > wrote: > Hi, > > On Sat, Dec 5, 2015 at 2:06 PM, Balachandran Sivakumar < > [email protected]> wrote: > >> Hi, >> I have a groovy script that uses a modified version of a jar. The jar >> is in the local maven and I want @Grab to pick it up instead. Is there a >> way I can do that ? >> >> Also, apart from @Grab, is there a way by which I can make a groovy >> script look for jars in the local maven ? Thanks >> >> > Can someone please help with this ? Thanks. > >> > > > -- > Thank you > Balachandran Sivakumar > >
