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
License |
License |
---|---|
GroupId | GroupIdorg.integratedmodelling |
ArtifactId | ArtifactIdklab-component-quickstart |
Version | Version0.9.9 |
Type | Typemaven-archetype |
Description |
Descriptionk.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 |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.integratedmodelling -DarchetypeArtifactId=klab-component-quickstart -DarchetypeVersion=0.9.9 -DinteractiveMode=false