Create Java project with Maven archetype archetype-webapi

maven archetypes of leap framework

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.leapframework"   -DarchetypeArtifactId="archetype-webapi"   -DarchetypeVersion="0.6.2b"   -DinteractiveMode=false 

Details about maven archetype archetype-webapi

License

License

GroupId

GroupId

org.leapframework
ArtifactId

ArtifactId

archetype-webapi
Version

Version

0.6.2b
Type

Type

maven-archetype
Description

Description

maven archetypes of leap framework

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.leapframework -DarchetypeArtifactId=archetype-webapi -DarchetypeVersion=0.6.2b -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.