Create Java project with Maven archetype jee-war-archetype

Creates jee ready to use webapp

Create a Java Project by archetype jee-war-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="fr.brouillard.oss"   -DarchetypeArtifactId="jee-war-archetype"   -DarchetypeVersion="7.0.1"   -DinteractiveMode=false 

Details about maven archetype jee-war-archetype

License

License

GroupId

GroupId

fr.brouillard.oss
ArtifactId

ArtifactId

jee-war-archetype
Version

Version

7.0.1
Type

Type

maven-archetype
Description

Description

jee-war-archetype
Creates jee ready to use webapp
Project URL

Project URL

http://oss.brouillard.fr/jee-war-archetype
Project Organization

Project Organization

Matthieu Brouillard
Source Code Management

Source Code Management

http://oss.brouillard.fr/jee-war-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=fr.brouillard.oss -DarchetypeArtifactId=jee-war-archetype -DarchetypeVersion=7.0.1 -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.