mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactIdCamelCase="My-artifactIdCamelCase" -DartifactIdUnhyphenated="My-artifactIdUnhyphenated" -DarchetypeGroupId="org.fintrace" -DarchetypeArtifactId="microservice-archetype" -DarchetypeVersion="0.0.6" -DinteractiveMode=false
GroupId | GroupIdorg.fintrace |
---|---|
ArtifactId | ArtifactIdmicroservice-archetype |
Version | Version0.0.6 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=org.fintrace -DarchetypeArtifactId=microservice-archetype -DarchetypeVersion=0.0.6 -DinteractiveMode=false