Create Java project with Maven archetype crux-project-war

Blank Crux war application.

Create a Java Project by archetype crux-project-war with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmodule-name="My-module-name"   -Dmodule-short-name="My-module-short-name"   -Dmodule-description="My-module-description"   -DarchetypeGroupId="org.cruxframework"   -DarchetypeArtifactId="crux-project-war"   -DarchetypeVersion="5.4.0"   -DinteractiveMode=false 

Required parameters for generate java project:

module-name
validationRegex: none
module-short-name
validationRegex: none
module-description
validationRegex: none

Details about maven archetype crux-project-war

GroupId

GroupId

org.cruxframework
ArtifactId

ArtifactId

crux-project-war
Version

Version

5.4.0
Type

Type

maven-archetype
Description

Description

crux-project-war
Blank Crux war application.
Project URL

Project URL

http://maven.apache.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.cruxframework -DarchetypeArtifactId=crux-project-war -DarchetypeVersion=5.4.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.