mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Dotj-parent-version="My-otj-parent-version" -DarchetypeGroupId="com.opentable" -DarchetypeArtifactId="spring-archetype-service-mvc" -DarchetypeVersion="0.0.8" -DinteractiveMode=false
GroupId | GroupIdcom.opentable |
---|---|
ArtifactId | ArtifactIdspring-archetype-service-mvc |
Version | Version0.0.8 |
Type | Typemaven-archetype |
Description |
DescriptionOpenTable Spring MVC Service archetype
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.opentable -DarchetypeArtifactId=spring-archetype-service-mvc -DarchetypeVersion=0.0.8 -DinteractiveMode=false
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
org.springframework : spring-context | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |