Knotx / knotx-extension-archetype

Maven extensions archetypes for Knot.x modules
http://knotx.io
Apache License 2.0
0 stars 0 forks source link

Knot.x logo

Knot.x Extension Maven Archetype

Use this archetype to generate a custom Knot.x extension:

Details regarding the content of a project generated using this archetype can be found in the README.md file in src/main/resources/archetype-resources in a particular submodule (or in the main directory once a project has been generated).

Building the archetype

To build the archetype and install it in your local Maven repository, simply run

    mvn clean install

Using the Archetype to Generate a Project

You can generate a new project using the following command:

Where X.Y.Z is the version of archetype (it corresponds to the Knot.x version) you want to use. For example, if you want to use the archetype 1.3.0 that you've just built use -DarchetypeVersion=1.3.0.

You will be asked to provide values for the following properties: