Create Java project with Maven archetype kc-archetype

A collection of maven plugins

Create a Java Project by archetype kc-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DkcPrototypeGroupId="My-kcPrototypeGroupId"   -DkcPrototypeArtifactId="My-kcPrototypeArtifactId"   -DkcPrototypeVersion="My-kcPrototypeVersion"   -DarchetypeGroupId="org.kualigan.maven.archetypes"   -DarchetypeArtifactId="kc-archetype"   -DarchetypeVersion="2.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

kcPrototypeGroupId
validationRegex: none
kcPrototypeArtifactId
validationRegex: none
kcPrototypeVersion
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-it
  • ${rootArtifactId}-config
  • ${rootArtifactId}-core
  • ${rootArtifactId}-web

Details about maven archetype kc-archetype

License

License

GroupId

GroupId

org.kualigan.maven.archetypes
ArtifactId

ArtifactId

kc-archetype
Version

Version

2.0.3
Type

Type

maven-archetype
Description

Description

KC Archetype
A collection of maven plugins
Project URL

Project URL

https://github.com/r351574nc3/kualigan-maven-plugins/
Project Organization

Project Organization

Kualigan

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=kc-archetype -DarchetypeVersion=2.0.3 -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.