Create Java project with Maven archetype iooo-spring-mvc-quickstart-archetype

iooo spring mvc quickstart archetype

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="tech.iooo.maven.archetypes"   -DarchetypeArtifactId="iooo-spring-mvc-quickstart-archetype"   -DarchetypeVersion="0.0.3.RELEASE"   -DinteractiveMode=false 

Details about maven archetype iooo-spring-mvc-quickstart-archetype

License

License

GroupId

GroupId

tech.iooo.maven.archetypes
ArtifactId

ArtifactId

iooo-spring-mvc-quickstart-archetype
Version

Version

0.0.3.RELEASE
Type

Type

maven-archetype
Description

Description

iooo-spring-mvc-quickstart-archetype
iooo spring mvc quickstart archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=tech.iooo.maven.archetypes -DarchetypeArtifactId=iooo-spring-mvc-quickstart-archetype -DarchetypeVersion=0.0.3.RELEASE -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.