find ~/.m2/repository/ -name \*.pom -exec fgrep -l
"<packaging>maven-plugin</packaging>" {} \;On 9 August 2010 12:03, muss_ <[email protected]> wrote: > > hi, > is there a way to read plugins from local repository. > I write a mojo and read an another pom.xml > I have to find out if the dependencies from pom.xml are already in local > repository > > Thanks > > Muss > -- > View this message in context: > http://maven.40175.n5.nabble.com/read-Plugins-in-local-repository-tp2268689p2268689.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
