Create Java project with Maven archetype jbosscc-seam-archetype

Maven Archetype to generate a Seam Application - running on JBoss AS7

Create a Java Project by archetype jbosscc-seam-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.akquinet.jbosscc"   -DarchetypeArtifactId="jbosscc-seam-archetype"   -DarchetypeVersion="1.5"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-datamodel
  • ${rootArtifactId}-bootstrap
  • ${rootArtifactId}-ejb
  • ${rootArtifactId}-war
  • ${rootArtifactId}-ear

Details about maven archetype jbosscc-seam-archetype

License

License

GroupId

GroupId

de.akquinet.jbosscc
ArtifactId

ArtifactId

jbosscc-seam-archetype
Version

Version

1.5
Type

Type

maven-archetype
Description

Description

JBoss CC Seam Project Template - running on JBoss AS7
Maven Archetype to generate a Seam Application - running on JBoss AS7
Project URL

Project URL

http://seam-archetype.sourceforge.net/jbosscc-seam-archetype/1.5
Project Organization

Project Organization

akquinet tech@spree GmbH

How to add to project

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