Create Java project with Maven archetype centipede-archetype

archetype for command line applications based on Centipede, Spring and Guava

Create a Java Project by archetype centipede-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.ontology2"   -DarchetypeArtifactId="centipede-archetype"   -DarchetypeVersion="100.2"   -DinteractiveMode=false 

Details about maven archetype centipede-archetype

License

License

GroupId

GroupId

com.ontology2
ArtifactId

ArtifactId

centipede-archetype
Version

Version

100.2
Type

Type

maven-archetype
Description

Description

archetype for command line applications based on Centipede, Spring and Guava
Project URL

Project URL

https://github.com/paulhoule/infovore/wiki/Centipede

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.ontology2 -DarchetypeArtifactId=centipede-archetype -DarchetypeVersion=100.2 -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.