Create Java project with Maven archetype maven-archetype-jgrapht

An archetype which contains a sample JGraphT project

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jgrapht.archetypes"   -DarchetypeArtifactId="maven-archetype-jgrapht"   -DarchetypeVersion="1.2.0"   -DinteractiveMode=false 

Details about maven archetype maven-archetype-jgrapht

License

License

GroupId

GroupId

org.jgrapht.archetypes
ArtifactId

ArtifactId

maven-archetype-jgrapht
Version

Version

1.2.0
Type

Type

maven-archetype
Description

Description

Maven JGraphT Archetype
An archetype which contains a sample JGraphT project
Project URL

Project URL

http://www.jgrapht.org
Source Code Management

Source Code Management

https://github.com/jgrapht/maven-archetype-jgrapht.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jgrapht.archetypes -DarchetypeArtifactId=maven-archetype-jgrapht -DarchetypeVersion=1.2.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.