mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DcommercetoolsProjectKey="My-commercetoolsProjectKey" -DcommercetoolsClientId="My-commercetoolsClientId" -DcommercetoolsClientSecret="My-commercetoolsClientSecret" -DarchetypeGroupId="com.commercetools.maven-archetypes" -DarchetypeArtifactId="commercetools-hello-java-archetype" -DarchetypeVersion="0.1.0" -DinteractiveMode=false
GroupId | GroupIdcom.commercetools.maven-archetypes |
---|---|
ArtifactId | ArtifactIdcommercetools-hello-java-archetype |
Version | Version0.1.0 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.commercetools.maven-archetypes -DarchetypeArtifactId=commercetools-hello-java-archetype -DarchetypeVersion=0.1.0 -DinteractiveMode=false