I'm looking for some Gradle executor plugin for Maven (similar to Maven ant-run plugin).
Google did not help.
Is it possible that such plugin doesn't exist?
If you've been working with Maven and find that your project has outgrown it, it is possible to migrate from Maven to Gradle.
The first step is to run gradle init in the directory containing the (master) POM. This will convert the Maven build to a Gradle build, generating a settings. gradle file and one or more build. gradle files.
I should try this: https://github.com/if6was9/gradle-maven-plugin
This is a maven plugin that makes it easy to invoke gradle from maven.
It is similar to the maven-antrun-plugin that allows ant to be invoked from maven.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With