Create Java project with Maven archetype mvc-1.0-blank-archetype

MVC 1.0 Blank Project

Create a Java Project by archetype mvc-1.0-blank-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="am.ik.archetype"   -DarchetypeArtifactId="mvc-1.0-blank-archetype"   -DarchetypeVersion="1.0.0-m02"   -DinteractiveMode=false 

Details about maven archetype mvc-1.0-blank-archetype

License

License

GroupId

GroupId

am.ik.archetype
ArtifactId

ArtifactId

mvc-1.0-blank-archetype
Version

Version

1.0.0-m02
Type

Type

maven-archetype
Description

Description

mvc-1.0-blank-archetype
MVC 1.0 Blank Project
Project URL

Project URL

https://github.com/making/mvc-1.0-blank
Source Code Management

Source Code Management

https://github.com/making/mvc-1.0-blank

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=am.ik.archetype -DarchetypeArtifactId=mvc-1.0-blank-archetype -DarchetypeVersion=1.0.0-m02 -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.