Create Java project with Maven archetype struts2-archetype-dbportlet

Struts 2's Database Portlet Archetype, which can be deployed as a webapp or JSR168 portlet

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

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

Details about maven archetype struts2-archetype-dbportlet

License

License

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-dbportlet
Version

Version

2.5.22
Type

Type

maven-archetype
Description

Description

Struts 2 Archetypes - Database Portlet
Struts 2's Database Portlet Archetype, which can be deployed as a webapp or JSR168 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-dbportlet -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.