Create Java project with Maven archetype graylog2-plugin-archetype

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Create a Java Project by archetype graylog2-plugin-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginClassName="My-pluginClassName"   -Dversion="My-version"   -DarchetypeGroupId="org.graylog2"   -DarchetypeArtifactId="graylog2-plugin-archetype"   -DarchetypeVersion="0.90.0"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginClassName
validationRegex: none
version
validationRegex: none

Details about maven archetype graylog2-plugin-archetype

GroupId

GroupId

org.graylog2
ArtifactId

ArtifactId

graylog2-plugin-archetype
Version

Version

0.90.0
Type

Type

maven-archetype
Description

Description

graylog2-plugin-archetype
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Project URL

Project URL

http://graylog2.org/
Source Code Management

Source Code Management

https://github.com/Graylog2/graylog2-plugin-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.graylog2 -DarchetypeArtifactId=graylog2-plugin-archetype -DarchetypeVersion=0.90.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.