Create Java project with Maven archetype http-archetype

Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DmainClassName="My-mainClassName"   -DarchetypeGroupId="io.datakernel"   -DarchetypeArtifactId="http-archetype"   -DarchetypeVersion="3.0.0-beta2"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
mainClassName
validationRegex: none

Details about maven archetype http-archetype

License

License

GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

http-archetype
Version

Version

3.0.0-beta2
Type

Type

maven-archetype
Description

Description

Simple HTTP DataKernel App Archetype
Java components for building high-performance scalable applications with asynchronous I/O, ranging from standalone applications to global solutions.
Project URL

Project URL

https://datakernel.io/http-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.datakernel -DarchetypeArtifactId=http-archetype -DarchetypeVersion=3.0.0-beta2 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains : annotations jar 17.0.0
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
ch.qos.logback : logback-classic jar 1.1.3
org.jmock : jmock-junit4 jar 2.8.1

Project Modules

There are no modules declared in this project.