[custom maven plugin] Hello! By any chance anyone ...
# build-tools
d
[custom maven plugin] Hello! By any chance anyone here successfully configured
AbstractMojoTest
from
maven-plugin-testing-harness
using Gradle? e.g. in my multi module lib I’m building both gradle and maven plugins and currently looking into how to write unit tests for the maven plugin
i’m currently using maven wrapper to generate maven plugin descriptor but will be switching to https://plugins.gradle.org/plugin/de.benediktritter.maven-plugin-development
my problem is how to configure test project under maven plugin so it could apply the plugin that is being built