mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DapplicationName="My-applicationName" -DaggregateRoot="My-aggregateRoot" -DarchetypeGroupId="io.serialized.archetype" -DarchetypeArtifactId="serialized-dropwizard-archetype" -DarchetypeVersion="1.0.1" -DinteractiveMode=false
GroupId | GroupIdio.serialized.archetype |
---|---|
ArtifactId | ArtifactIdserialized-dropwizard-archetype |
Version | Version1.0.1 |
Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.serialized.archetype -DarchetypeArtifactId=serialized-dropwizard-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false