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
License |
License |
---|---|
GroupId | GroupIdorg.jboss.spring.archetypes |
ArtifactId | ArtifactIdjboss-spring-mvc-archetype |
Version | Version1.0.3.Final |
Type | Typemaven-archetype |
Description |
DescriptionJBoss 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
|
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