Is there anyway to use a maven plugin on SBT?
No. sbt does support pom.xml in limited way via sbt-pom-reader, but we do not support the use of maven plugins. It has its own plugin ecosystem, so maybe you could find similar one that does the job.
If you need to pull in Maven plugin as a library, you would need this setting:
classpathTypes += "maven-plugin"
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