Create Java project with Maven archetype dd-webapp-archetype

Example web application for DITA Delivery

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.sdl.delivery.ish"   -DarchetypeArtifactId="dd-webapp-archetype"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Details about maven archetype dd-webapp-archetype

License

License

SDL Web Developer Software and Distribution Agreement
GroupId

GroupId

com.sdl.delivery.ish
ArtifactId

ArtifactId

dd-webapp-archetype
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

dd-webapp-archetype
Example web application for DITA Delivery
Project URL

Project URL

http://www.sdl.com

How to add to project

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