Create Java project with Maven archetype struts2-archetype-angularjs

Struts 2's HTML5 AngularJS App Archetype

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

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

Details about maven archetype struts2-archetype-angularjs

License

License

GroupId

GroupId

org.apache.struts
ArtifactId

ArtifactId

struts2-archetype-angularjs
Version

Version

2.5.22
Type

Type

maven-archetype
Description

Description

Struts 2 Archetypes - Angular JS
Struts 2's HTML5 AngularJS 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-angularjs -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.