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
GroupId | GroupIdorg.cruxframework |
---|---|
ArtifactId | ArtifactIdcrux-module-app |
Version | Version5.0.4 |
Type | Typemaven-archetype |
Description |
Descriptioncrux-module-app
Crux application following the module layout for project.
|
Project URL |
Project URL |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.cruxframework -DarchetypeArtifactId=crux-module-app -DarchetypeVersion=5.0.4 -DinteractiveMode=false