Create Java project with Maven archetype ggitflow-maven-archetype

Maven Archetype for the Gitflow Maven Plugin

Create a Java Project by archetype ggitflow-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.dkirrane.maven.archetype"   -DarchetypeArtifactId="ggitflow-maven-archetype"   -DarchetypeVersion="3.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-module1
  • ${rootArtifactId}-module2

Details about maven archetype ggitflow-maven-archetype

License

License

GroupId

GroupId

com.dkirrane.maven.archetype
ArtifactId

ArtifactId

ggitflow-maven-archetype
Version

Version

3.0
Type

Type

maven-archetype
Description

Description

ggitflow-maven-archetype
Maven Archetype for the Gitflow Maven Plugin

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.dkirrane.maven.archetype -DarchetypeArtifactId=ggitflow-maven-archetype -DarchetypeVersion=3.0 -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.