mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DgroupId="My-groupId" -DartifactId="My-artifactId" -Dversion="My-version" -DarchetypeGroupId="io.activej" -DarchetypeArtifactId="archetype-rpc" -DarchetypeVersion="1.0-rc2" -DinteractiveMode=false
| GroupId | GroupIdio.activej |
|---|---|
| ArtifactId | ArtifactIdarchetype-rpc |
| Version | Version1.0-rc2 |
| Type | Typemaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=io.activej -DarchetypeArtifactId=archetype-rpc -DarchetypeVersion=1.0-rc2 -DinteractiveMode=false