Create Java project with Maven archetype jboss-spring-mvc-archetype

An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7

Create a Java Project by archetype jboss-spring-mvc-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Denterprise="My-enterprise"   -DspringBomVersion="My-springBomVersion"   -DarchetypeGroupId="org.jboss.spring.archetypes"   -DarchetypeArtifactId="jboss-spring-mvc-archetype"   -DarchetypeVersion="1.0.3.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

enterprise
validationRegex: none
springBomVersion
validationRegex: none

Details about maven archetype jboss-spring-mvc-archetype

License

License

GroupId

GroupId

org.jboss.spring.archetypes
ArtifactId

ArtifactId

jboss-spring-mvc-archetype
Version

Version

1.0.3.Final
Type

Type

maven-archetype
Description

Description

JBoss AS7 - Spring MVC Application
An archetype that generates a starter Spring MVC application with Java EE persistence settings (server bootstrapped JPA, JTA transaction management) for JBoss AS7

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.spring.archetypes -DarchetypeArtifactId=jboss-spring-mvc-archetype -DarchetypeVersion=1.0.3.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.