Create Java project with Maven archetype spring-archetype-component

OpenTable Spring Component archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dotj-parent-version="My-otj-parent-version"   -DarchetypeGroupId="com.opentable"   -DarchetypeArtifactId="spring-archetype-component"   -DarchetypeVersion="0.0.8"   -DinteractiveMode=false 

Required parameters for generate java project:

otj-parent-version
validationRegex: none

Details about maven archetype spring-archetype-component

GroupId

GroupId

com.opentable
ArtifactId

ArtifactId

spring-archetype-component
Version

Version

0.0.8
Type

Type

maven-archetype
Description

Description

OpenTable Spring Component archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.opentable -DarchetypeArtifactId=spring-archetype-component -DarchetypeVersion=0.0.8 -DinteractiveMode=false

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.springframework : spring-beans jar
javax.inject : javax.inject jar 1
org.springframework : spring-context jar

runtime (1)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.7.25

Project Modules

There are no modules declared in this project.