Skip to content

toolisticon/kotlin-mojo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-mojo-helper

incubating

A library that makes writing powerful maven plugins even easier by providing kotlin extensions and convenience functions for common use cases.

Build Status sponsored Maven Central

How to use

In your maven command project (maven packaging maven-command) include this library:

<dependency>
  <groupId>io.toolisticon.maven</groupId>
  <artifactId>kotlin-mojo-helper</artifactId>
  <version>LATEST_VERSION</version>
</dependency>

The current latest version published on maven central can be found via the maven central badge above.

Build

Run mvn package before editing in IDE, so the required maven.properties file is generated.

About

Useful helpers that make it easier to implement maven-plugin mojos with kotlin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages