mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DGithubOrgOrAccount="My-GithubOrgOrAccount" -Dversion="My-version" -DarchetypeGroupId="com.github.hemantsonu20" -DarchetypeArtifactId="github-workflow-java-archetype" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
| Группа | Группаcom.github.hemantsonu20 |
|---|---|
| Идентификатор | Идентификаторgithub-workflow-java-archetype |
| Версия | Версия1.0.0 |
| Тип | Типmaven-archetype |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.hemantsonu20 -DarchetypeArtifactId=github-workflow-java-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false