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.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.github.hemantsonu20 |
ArtifactId | ArtifactIdgithub-workflow-java-archetype |
Version | Version1.0.1 |
Type | Typemaven-archetype |
Description |
Descriptiongithub-workflow-java-archetype
Maven Archetype to generate a java based project with configured github workflow
|
Project URL |
Project URL |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.github.hemantsonu20 -DarchetypeArtifactId=github-workflow-java-archetype -DarchetypeVersion=1.0.1 -DinteractiveMode=false