Create Java project with Maven archetype smart-cloud-webstack-archtype

Template Project for Smart-Cloud WebStack

Create a Java Project by archetype smart-cloud-webstack-archtype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.jalalkiswani"   -DarchetypeArtifactId="smart-cloud-webstack-archtype"   -DarchetypeVersion="4.0.8-1"   -DinteractiveMode=false 

Details about maven archetype smart-cloud-webstack-archtype

License

License

GroupId

GroupId

com.jalalkiswani
ArtifactId

ArtifactId

smart-cloud-webstack-archtype
Version

Version

4.0.8-1
Type

Type

maven-archetype
Description

Description

Smart-Cloud WebStack Archtype
Template Project for Smart-Cloud WebStack
Project URL

Project URL

https://www.smart-api.com
Project Organization

Project Organization

Smart-Cloud

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.jalalkiswani -DarchetypeArtifactId=smart-cloud-webstack-archtype -DarchetypeVersion=4.0.8-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.