Create Java project with Maven archetype botrino-archetype

A simple yet powerful framework to develop, configure and run Discord bots based on Discord4J.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.alex1304.botrino"   -DarchetypeArtifactId="botrino-archetype"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-app
  • ${rootArtifactId}-launcher
  • ${rootArtifactId}-delivery

Details about maven archetype botrino-archetype

License

License

GroupId

GroupId

com.alex1304.botrino
ArtifactId

ArtifactId

botrino-archetype
Version

Version

1.0.4
Type

Type

maven-archetype
Description

Description

Botrino Archetype
A simple yet powerful framework to develop, configure and run Discord bots based on Discord4J.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.alex1304.botrino -DarchetypeArtifactId=botrino-archetype -DarchetypeVersion=1.0.4 -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.