Create Java project with Maven archetype jooby-archetype

The modular web framework for Java and Kotlin

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Djooby-version="My-jooby-version"   -DarchetypeGroupId="io.jooby"   -DarchetypeArtifactId="jooby-archetype"   -DarchetypeVersion="2.15.1"   -DinteractiveMode=false 

Required parameters for generate java project:

jooby-version
validationRegex: none

Details about maven archetype jooby-archetype

License

License

GroupId

GroupId

io.jooby
ArtifactId

ArtifactId

jooby-archetype
Version

Version

2.15.1
Type

Type

maven-archetype
Description

Description

The modular web framework for Java and Kotlin

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.jooby -DarchetypeArtifactId=jooby-archetype -DarchetypeVersion=2.15.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.