Create Java project with Maven archetype jboss-eap6-enterprise-archetype

A useful Maven Archetype which generates a vanilla, out-of-the-box EAR package bundle, ready for use on JBoss EAp 6.4

Create a Java Project by archetype jboss-eap6-enterprise-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.mcac0006"   -DarchetypeArtifactId="jboss-eap6-enterprise-archetype"   -DarchetypeVersion="1.0.3"   -DinteractiveMode=false 

Generated Project modules

  • ejb
  • api
  • ear

Details about maven archetype jboss-eap6-enterprise-archetype

License

License

GroupId

GroupId

com.github.mcac0006
ArtifactId

ArtifactId

jboss-eap6-enterprise-archetype
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

JBoss EAP 6 Enterprise Quickstart Archetype
A useful Maven Archetype which generates a vanilla, out-of-the-box EAR package bundle, ready for use on JBoss EAp 6.4

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.mcac0006 -DarchetypeArtifactId=jboss-eap6-enterprise-archetype -DarchetypeVersion=1.0.3 -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.