mskutin / awesome-template

Awesome template

Home Page:https://medium.com/kie-foundation/maven-archetype-support-in-business-central-b5fdf5e98556

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Awesome template

https://medium.com/kie-foundation/maven-archetype-support-in-business-central-b5fdf5e98556

License:Apache License 2.0


Languages

Language:Java 100.0%