Create Java project with Maven archetype jbosscc-javaee6-modular-ear-archetype

Maven Archetype to generate a modular Java EE 6 based project skeleton.

Create a Java Project by archetype jbosscc-javaee6-modular-ear-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.akquinet.jbosscc"   -DarchetypeArtifactId="jbosscc-javaee6-modular-ear-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Generated Project modules

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

Details about maven archetype jbosscc-javaee6-modular-ear-archetype

License

License

GroupId

GroupId

de.akquinet.jbosscc
ArtifactId

ArtifactId

jbosscc-javaee6-modular-ear-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

JBosscc Java EE 6 - Modular EAR archetype
Maven Archetype to generate a modular Java EE 6 based project skeleton.
Project URL

Project URL

https://github.com/hwilming/jbosscc-javaee6-modular-ear-archetype/
Project Organization

Project Organization

akquinet AG
Source Code Management

Source Code Management

https://github.com/hwilming/jbosscc-javaee6-modular-ear-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.akquinet.jbosscc -DarchetypeArtifactId=jbosscc-javaee6-modular-ear-archetype -DarchetypeVersion=1.0 -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.