Create Java project with Maven archetype github-workflow-java-archetype

Maven Archetype to generate a java based project with configured github workflow

Create a Java Project by archetype github-workflow-java-archetype with Command Line:

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 

Required parameters for generate java project:

GithubOrgOrAccount
validationRegex: none
version
validationRegex: none

Details about maven archetype github-workflow-java-archetype

License

License

GroupId

GroupId

com.github.hemantsonu20
ArtifactId

ArtifactId

github-workflow-java-archetype
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

github-workflow-java-archetype
Maven Archetype to generate a java based project with configured github workflow
Project URL

Project URL

https://github.com/hemantsonu20/github-workflow-mvn-archetypes

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.