Create Java project with Maven archetype struts2-archetype-portlet

Struts 2's Portlet Archetype, which can be deployed as JSR286 portlet

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

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

Details about maven archetype struts2-archetype-portlet

License

License

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-portlet
Version

Version

2.5.22
Type

Type

maven-archetype
Description

Description

Struts 2 Archetypes - Portlet
Struts 2's Portlet Archetype, which can be deployed as JSR286 portlet
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-portlet -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.