Create Java project with Maven archetype javate-zk-archetype

Javate is a set of Java libraries that enables application development using the domain driven methodology.

Create a Java Project by archetype javate-zk-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="it.amattioli"   -DarchetypeArtifactId="javate-zk-archetype"   -DarchetypeVersion="1.0.7"   -DinteractiveMode=false 

Details about maven archetype javate-zk-archetype

License

License

GroupId

GroupId

it.amattioli
ArtifactId

ArtifactId

javate-zk-archetype
Version

Version

1.0.7
Type

Type

maven-archetype
Description

Description

JavATE ZK Archetype
Javate is a set of Java libraries that enables application development using the domain driven methodology.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=it.amattioli -DarchetypeArtifactId=javate-zk-archetype -DarchetypeVersion=1.0.7 -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.