Create Java project with Maven archetype wildfly-javaee7-webapp-archetype

An archetype that generates a starter Java EE 7 webapp project for JBoss Wildfly

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -DarchetypeGroupId="org.wildfly.archetype"   -DarchetypeArtifactId="wildfly-javaee7-webapp-archetype"   -DarchetypeVersion="8.2.0.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none

Details about maven archetype wildfly-javaee7-webapp-archetype

License

License

GroupId

GroupId

org.wildfly.archetype
ArtifactId

ArtifactId

wildfly-javaee7-webapp-archetype
Version

Version

8.2.0.Final
Type

Type

maven-archetype
Description

Description

Java EE 7 Webapp
An archetype that generates a starter Java EE 7 webapp project for JBoss Wildfly
Project URL

Project URL

http://www.wildfly.org/
Project Organization

Project Organization

JBoss by Red Hat

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.wildfly.archetype -DarchetypeArtifactId=wildfly-javaee7-webapp-archetype -DarchetypeVersion=8.2.0.Final -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.