Create Java project with Maven archetype zk-archetype-theme

An archetype that generates a starter ZK theme project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dzk-version-since="My-zk-version-since"   -Dtheme-name="My-theme-name"   -Dtheme-listener-class="My-theme-listener-class"   -DarchetypeGroupId="org.zkoss"   -DarchetypeArtifactId="zk-archetype-theme"   -DarchetypeVersion="9.6.0"   -DinteractiveMode=false 

Required parameters for generate java project:

zk-version-since
validationRegex: none
theme-name
validationRegex: none
theme-listener-class
validationRegex: none

Details about maven archetype zk-archetype-theme

License

License

GroupId

GroupId

org.zkoss
ArtifactId

ArtifactId

zk-archetype-theme
Version

Version

9.6.0
Type

Type

maven-archetype
Description

Description

zk-archetype-theme
An archetype that generates a starter ZK theme project
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-archetype-theme -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.