Create Java project with Maven archetype dxa-webapp-archetype

Example web application for DXA

Create a Java Project by archetype dxa-webapp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sdl.dxa"   -DarchetypeArtifactId="dxa-webapp-archetype"   -DarchetypeVersion="2.2.22"   -DinteractiveMode=false 

Details about maven archetype dxa-webapp-archetype

License

License

MIT
GroupId

GroupId

com.sdl.dxa
ArtifactId

ArtifactId

dxa-webapp-archetype
Version

Version

2.2.22
Type

Type

maven-archetype
Description

Description

dxa-webapp-archetype
Example web application for DXA
Project Organization

Project Organization

SDL

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.sdl.dxa -DarchetypeArtifactId=dxa-webapp-archetype -DarchetypeVersion=2.2.22 -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.