Create Java project with Maven archetype m1-starter-web

M1 Starter is a J2ee starter web application using M1/ioc.

Create a Java Project by archetype m1-starter-web with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="dev.j3ee"   -DarchetypeArtifactId="m1-starter-web"   -DarchetypeVersion="0.2"   -DinteractiveMode=false 

Details about maven archetype m1-starter-web

License

License

MIT License
GroupId

GroupId

dev.j3ee
ArtifactId

ArtifactId

m1-starter-web
Version

Version

0.2
Type

Type

maven-archetype
Description

Description

M1 Starter
M1 Starter is a J2ee starter web application using M1/ioc.
Project URL

Project URL

http://maven.apache.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=dev.j3ee -DarchetypeArtifactId=m1-starter-web -DarchetypeVersion=0.2 -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.