Create Java project with Maven archetype struts2-archetype-convention

Struts 2's Blank Convention based App Archetype

Create a Java Project by archetype struts2-archetype-convention with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.struts"   -DarchetypeArtifactId="struts2-archetype-convention"   -DarchetypeVersion="2.5.22"   -DinteractiveMode=false 

Details about maven archetype struts2-archetype-convention

License

License

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-convention
Version

Version

2.5.22
Type

Type

maven-archetype
Description

Description

Struts 2 Archetypes - Blank Convention
Struts 2's Blank Convention based App Archetype
Project Organization

Project Organization

Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-convention -DarchetypeVersion=2.5.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.