Skip to content

caponetto/awesome-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

awesome-template

This repository contains a basic Maven archetype structure for KIE KJAR projects.

It also includes some example assets in the src/main/resources/archetype-resources folder, such as:

Refer to this repository if you want to create an empty KIE KJAR project.

Basic customization

  1. Clone this repostiory.
  2. Replace the values for groupId, artifactId and version in the pom.xml file according to your needs.
  3. Add your own assets in src/main/resources/archetype-resources folder (and remove the example assets).
  4. Install the archetype on your local maven repository with mvn clean install.

Related blog post

Maven archetype support in Business Central