kotlin-mojo-helper
A library that makes writing powerful maven plugins even easier by providing kotlin extensions and convenience functions for common use cases.
How to use
In your maven plugin project (maven packaging maven-plugin
) include this library:
<dependency>
<groupId>io.toolisticon.mavengroupId>
<artifactId>kotlin-mojo-helperartifactId>
<version>LATEST_VERSIONversion>
dependency>
The current latest version published on maven cenral can be found via the maven central
badge above.