I developed custom maven plugin using java 5 annotations and I want to use that plugin in gradle project but I am not getting any useful stuff on internet even after lots of googling could you please let me know how to use custom maven plugin in project build with gradle? Thanks and Regards, Mahendra Tonape.
Asked
Active
Viewed 600 times
0
-
Gradle cannot run Maven plugins directly. – Ben Manes Aug 31 '15 at 07:10
-
@Ben : could you please suggest me any ways to run maven plugins in gradle? – Mahendra Tonape Aug 31 '15 at 12:04
-
You're best bet is to write a Gradle plugin – Ben Manes Aug 31 '15 at 15:47
-
possible duplicate of [Can I use a Maven plugin (enunciate) in Gradle?](http://stackoverflow.com/questions/19642990/can-i-use-a-maven-plugin-enunciate-in-gradle) – Stanislav Sep 01 '15 at 04:36