Create Java project with Maven archetype webapp-archetype

Web archetype for Bristleback Websocket Framework

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="pl.bristleback"   -DarchetypeArtifactId="webapp-archetype"   -DarchetypeVersion="0.3.5"   -DinteractiveMode=false 

Details about maven archetype webapp-archetype

License

License

GroupId

GroupId

pl.bristleback
ArtifactId

ArtifactId

webapp-archetype
Version

Version

0.3.5
Type

Type

maven-archetype
Description

Description

bristleback-web-archetype
Web archetype for Bristleback Websocket Framework

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=pl.bristleback -DarchetypeArtifactId=webapp-archetype -DarchetypeVersion=0.3.5 -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.