Create Java project with Maven archetype crux-module-app

Crux application following the module layout for project.

Create a Java Project by archetype crux-module-app 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-module-app"   -DarchetypeVersion="5.0.4"   -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-module-app

GroupId

GroupId

org.cruxframework
ArtifactId

ArtifactId

crux-module-app
Version

Version

5.0.4
Type

Type

maven-archetype
Description

Description

crux-module-app
Crux application following the module layout for project.
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-module-app -DarchetypeVersion=5.0.4 -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.