Skip to content

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

License

Notifications You must be signed in to change notification settings

chitralverma/jinja-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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 8
  • Maven 3.3 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 https://github.com/chitralverma/jinja-maven-plugin.git
# Change directory to cloned project root 
cd jinja-maven-plugin
# Build project 
mvn clean install

Note: Maven 3.3+ 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 © 2021 Chitral Verma

Licensed under the Apache License, Version 2.0

Releases

No releases published

Packages

No packages published

Languages