mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -Denv.DOCKER_REGISTRY="My-env.DOCKER_REGISTRY" -DarchetypeGroupId="io.fabric8.archetypes" -DarchetypeArtifactId="spring-boot-webmvc-archetype" -DarchetypeVersion="2.0.40" -DinteractiveMode=false
GroupId | GroupIdio.fabric8.archetypes |
---|---|
ArtifactId | ArtifactIdspring-boot-webmvc-archetype |
Version | Version2.0.40 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.fabric8.archetypes -DarchetypeArtifactId=spring-boot-webmvc-archetype -DarchetypeVersion=2.0.40 -DinteractiveMode=false