Create Java project with Maven archetype webmotion-archetype

WebMotion is Java web framework based on the Java EE6 standard

Create a Java Project by archetype webmotion-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DusesExtras="My-usesExtras"   -DarchetypeGroupId="org.debux.webmotion"   -DarchetypeArtifactId="webmotion-archetype"   -DarchetypeVersion="2.5.3"   -DinteractiveMode=false 

Required parameters for generate java project:

usesExtras
validationRegex: none

Details about maven archetype webmotion-archetype

License

License

GroupId

GroupId

org.debux.webmotion
ArtifactId

ArtifactId

webmotion-archetype
Version

Version

2.5.3
Type

Type

maven-archetype
Description

Description

WebMotion archetype
WebMotion is Java web framework based on the Java EE6 standard
Project Organization

Project Organization

Debux

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.debux.webmotion -DarchetypeArtifactId=webmotion-archetype -DarchetypeVersion=2.5.3 -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.