https://github.com/toolisticon/kotlin-mojo
Useful helpers that make it easier to implement maven-plugin mojos with kotlin
https://github.com/toolisticon/kotlin-mojo
Last synced: about 1 year ago
JSON representation
Useful helpers that make it easier to implement maven-plugin mojos with kotlin
- Host: GitHub
- URL: https://github.com/toolisticon/kotlin-mojo
- Owner: toolisticon
- License: apache-2.0
- Archived: true
- Created: 2022-03-25T20:24:33.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-08-28T12:57:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T14:49:15.407Z (over 1 year ago)
- Language: Kotlin
- Size: 123 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlin-mojo-helper
[](https://github.com/holisticon#open-source-lifecycle)
A library that makes writing powerful maven plugins even easier by providing kotlin extensions and convenience functions for common use cases.
[](https://github.com/toolisticon/kotlin-mojo/actions)
[](https://holisticon.de/)
[](https://maven-badges.herokuapp.com/maven-central/io.toolisticon.maven/kotlin-mojo-helper)
## How to use
In your maven command project (maven packaging `maven-command`) include this library:
```xml
io.toolisticon.maven
kotlin-mojo-helper
LATEST_VERSION
```
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.