mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dversion="My-version" -Dpackage="My-package" -DrestService="My-restService" -DrestServiceName="My-restServiceName" -DrestServicePath="My-restServicePath" -DloggingConfig="My-loggingConfig" -DapplicationYaml="My-applicationYaml" -DmetricSupport="My-metricSupport" -DhealthSupport="My-healthSupport" -DjsonSupport="My-jsonSupport" -DnativeImageSupport="My-nativeImageSupport" -DunitTest="My-unitTest" -DarchetypeGroupId="io.helidon.archetypes" -DarchetypeArtifactId="helidon-se" -DarchetypeVersion="2.0.0-M2" -DinteractiveMode=false
GroupId | GroupIdio.helidon.archetypes |
---|---|
ArtifactId | ArtifactIdhelidon-se |
Version | Version2.0.0-M2 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.helidon.archetypes -DarchetypeArtifactId=helidon-se -DarchetypeVersion=2.0.0-M2 -DinteractiveMode=false