Create Java project with Maven archetype jboss-javaee6-ear-webapp

An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7. The project is an EAR, with an EJB-JAR and WAR

Create a Java Project by archetype jboss-javaee6-ear-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jboss.spec.archetypes"   -DarchetypeArtifactId="jboss-javaee6-ear-webapp"   -DarchetypeVersion="7.0.2.CR1"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-ejb
  • ${rootArtifactId}-web
  • ${rootArtifactId}-ear

Details about maven archetype jboss-javaee6-ear-webapp

License

License

GroupId

GroupId

org.jboss.spec.archetypes
ArtifactId

ArtifactId

jboss-javaee6-ear-webapp
Version

Version

7.0.2.CR1
Type

Type

maven-archetype
Description

Description

JBoss AS 7 / Java EE 6 EAR Webapp
An archetype that generates a starter Java EE 6 webapp project for JBoss AS 7. The project is an EAR, with an EJB-JAR and WAR
Project Organization

Project Organization

JBoss, a division of Red Hat, Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.spec.archetypes -DarchetypeArtifactId=jboss-javaee6-ear-webapp -DarchetypeVersion=7.0.2.CR1 -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.