Skip to content

Generate UTF-8 files on-the-fly duting Maven builds using Kotlin.

Notifications You must be signed in to change notification settings

Nickoriuk/filegen-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Filegen Maven Plugin

Introduction

This plugin finds .kts scripts in the source directory and executes them with the project classpath, outputting a file containing the string results of the script execution or a build failure if the script could not execute. This can be used to generate files at build time dynamically - good for generating boilerplate code, for example.

Artifacts

This repository is not on Maven Central or Bintray yet - it will be added when the project is less experimental.

Project Status

Everything is currently experimental and subject to change as part of the 0.x.x releases. These versions should not be considered production ready, as the API and implementation may change at any time prior to the 1.0.0 release.

About

Generate UTF-8 files on-the-fly duting Maven builds using Kotlin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages