Create Java project with Maven archetype kotowari-archetype

An parent pom for Enkan

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DwebServer="My-webServer"   -Dtemplate="My-template"   -Ddatasource="My-datasource"   -DORMapper="My-ORMapper"   -Dmigration="My-migration"   -DarchetypeGroupId="net.unit8.enkan"   -DarchetypeArtifactId="kotowari-archetype"   -DarchetypeVersion="0.6.0-beta3"   -DinteractiveMode=false 

Required parameters for generate java project:

webServer
validationRegex: none
template
validationRegex: none
datasource
validationRegex: none
ORMapper
validationRegex: none
migration
validationRegex: none

Details about maven archetype kotowari-archetype

License

License

GroupId

GroupId

net.unit8.enkan
ArtifactId

ArtifactId

kotowari-archetype
Version

Version

0.6.0-beta3
Type

Type

maven-archetype
Description

Description

An parent pom for Enkan

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.unit8.enkan -DarchetypeArtifactId=kotowari-archetype -DarchetypeVersion=0.6.0-beta3 -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.