mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Denterprise="My-enterprise" -DspringBomVersion="My-springBomVersion" -DarchetypeGroupId="org.jboss.spring.archetypes" -DarchetypeArtifactId="spring-mvc-webapp" -DarchetypeVersion="1.0.0.CR8" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdorg.jboss.spring.archetypes |
ArtifactId | ArtifactIdspring-mvc-webapp |
Version | Version1.0.0.CR8 |
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=spring-mvc-webapp -DarchetypeVersion=1.0.0.CR8 -DinteractiveMode=false