Create Java project with Maven archetype cometd-archetype-dojo-jetty11

7.0.7 - CometD archetype for creating a server-side event-driven web application

Create a Java Project by archetype cometd-archetype-dojo-jetty11 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DjettyVersion="My-jettyVersion"   -DcometdVersion="My-cometdVersion"   -Dslf4jVersion="My-slf4jVersion"   -DarchetypeGroupId="org.cometd.archetypes"   -DarchetypeArtifactId="cometd-archetype-dojo-jetty11"   -DarchetypeVersion="7.0.7"   -DinteractiveMode=false 

Required parameters for generate java project:

jettyVersion
validationRegex: none
cometdVersion
validationRegex: none
slf4jVersion
validationRegex: none

Details about maven archetype cometd-archetype-dojo-jetty11

License

License

GroupId

GroupId

org.cometd.archetypes
ArtifactId

ArtifactId

cometd-archetype-dojo-jetty11
Version

Version

7.0.7
Type

Type

maven-archetype
Description

Description

CometD :: Archetypes :: Dojo and Jetty11
7.0.7 - CometD archetype for creating a server-side event-driven web application
Project Organization

Project Organization

The CometD Project

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.cometd.archetypes -DarchetypeArtifactId=cometd-archetype-dojo-jetty11 -DarchetypeVersion=7.0.7 -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.