Create Java project with Maven archetype klab-component-quickstart

Use this archetype to quickly populate a Maven project suitable for implementing a new k.LAB component.

Create a Java Project by archetype klab-component-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DcomponentId="My-componentId"   -DarchetypeGroupId="org.integratedmodelling"   -DarchetypeArtifactId="klab-component-quickstart"   -DarchetypeVersion="0.9.9"   -DinteractiveMode=false 

Required parameters for generate java project:

componentId
validationRegex: none

Details about maven archetype klab-component-quickstart

License

License

GroupId

GroupId

org.integratedmodelling
ArtifactId

ArtifactId

klab-component-quickstart
Version

Version

0.9.9
Type

Type

maven-archetype
Description

Description

k.LAB component quickstart archetype
Use this archetype to quickly populate a Maven project suitable for implementing a new k.LAB component.
Project Organization

Project Organization

integratedmodelling.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.integratedmodelling -DarchetypeArtifactId=klab-component-quickstart -DarchetypeVersion=0.9.9 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.