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
License |
License |
---|---|
GroupId | GroupIdio.jooby |
ArtifactId | ArtifactIdjooby-archetype |
Version | Version2.15.1 |
Type | Typemaven-archetype |
Description |
DescriptionThe modular web framework for Java and Kotlin
|
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.jooby -DarchetypeArtifactId=jooby-archetype -DarchetypeVersion=2.15.1 -DinteractiveMode=false