Providing the same functionality as a gradle plugin should be pretty straight-forward. All the core functionality is already implemented without any dependencies to maven.
We could make this a multi-module project with 3 modules: core, maven-plugin and gradle-plugin.
Providing the same functionality as a gradle plugin should be pretty straight-forward. All the core functionality is already implemented without any dependencies to maven. We could make this a multi-module project with 3 modules:
core
,maven-plugin
andgradle-plugin
.