Skip to content

chitralverma/jinja-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jinja-maven-plugin

Apache Maven plugin to automatically render concrete resources using Jinja templating engine during project build time. For more details visit the project webpage.

Plugin Workflow

This plugin uses jinjava, see this link for more info.

Requirements

This project has the following requirements,

  • JDK 17
  • Maven 3.9 and above

Quick Links

Build from Source

To build this project from source, run the commands below,

# Clone project to current working directory
git clone [email protected]:chitralverma/jinja-maven-plugin.git
# Change directory to cloned project root
cd jinja-maven-plugin
# Build project
mvn clean install

Note: Maven 3.9+ and Git are required to build project from source.

Upcoming Features

  • Dry Run
  • Wildcard support for value file paths

Contributing

I'm interested in building a community and would welcome any thoughts/ suggestions/ patches. You can reach me here.

License

Copyright © 2025 Chitral Verma

Licensed under the Apache License, Version 2.0

About

Apache Maven plugin to automatically render concrete resources using Jinja templating engine during project build time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages