mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Djooby-version="My-jooby-version" -DarchetypeGroupId="io.jooby" -DarchetypeArtifactId="jooby-archetype" -DarchetypeVersion="2.2.0" -DinteractiveMode=false
GroupId | GroupIdio.jooby |
---|---|
ArtifactId | ArtifactIdjooby-archetype |
Version | Version2.2.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.jooby -DarchetypeArtifactId=jooby-archetype -DarchetypeVersion=2.2.0 -DinteractiveMode=false