Create Java project with Maven archetype zk-ee-eval-archetype-webapp-spring-jpa

An archetype that generates a starter ZK EE-eval webapp project with Spring and JPA

Create a Java Project by archetype zk-ee-eval-archetype-webapp-spring-jpa with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dzk-version-since="My-zk-version-since"   -DarchetypeGroupId="org.zkoss"   -DarchetypeArtifactId="zk-ee-eval-archetype-webapp-spring-jpa"   -DarchetypeVersion="9.6.0"   -DinteractiveMode=false 

Required parameters for generate java project:

zk-version-since
validationRegex: none

Details about maven archetype zk-ee-eval-archetype-webapp-spring-jpa

License

License

GroupId

GroupId

org.zkoss
ArtifactId

ArtifactId

zk-ee-eval-archetype-webapp-spring-jpa
Version

Version

9.6.0
Type

Type

maven-archetype
Description

Description

zk-ee-eval-archetype-webapp-spring-jpa
An archetype that generates a starter ZK EE-eval webapp project with Spring and JPA
Project URL

Project URL

https://www.zkoss.org
Source Code Management

Source Code Management

http://gitlab.potix.com:3000/dennischen/maven-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.zkoss -DarchetypeArtifactId=zk-ee-eval-archetype-webapp-spring-jpa -DarchetypeVersion=9.6.0 -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.