Are you feeling nostalgic? Do you remember a time when you wrote your build configuration in XML? Search no more!
Turn your Gradle build configuration into simple pom.xml files. This Gradle plugin will add support for the Maven Project Object Model (POM) DSL. You are not dreaming; THIS IS FOR REAL.
Simply download the init script into ~/.gradle/init.d
and start executing Gradle inside Maven projects.
Caution
|
We recommend you use --init-script or -I flag instead of the global init script folder.
|
Because. Read the announcement blog post, where you can see the plugin in action. You can also try you the samples over here.