Create Java project with Maven archetype graylog-plugin-archetype

Graylog Project Parent POM

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginClassName="My-pluginClassName"   -Dversion="My-version"   -DgithubRepo="My-githubRepo"   -DownerName="My-ownerName"   -DownerEmail="My-ownerEmail"   -DserverCheckoutPath="My-serverCheckoutPath"   -DarchetypeGroupId="org.graylog"   -DarchetypeArtifactId="graylog-plugin-archetype"   -DarchetypeVersion="4.3.2"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginClassName
validationRegex: none
version
validationRegex: none
githubRepo
validationRegex: none
ownerName
validationRegex: none
ownerEmail
validationRegex: none
serverCheckoutPath
validationRegex: none

Details about maven archetype graylog-plugin-archetype

License

License

GroupId

GroupId

org.graylog
ArtifactId

ArtifactId

graylog-plugin-archetype
Version

Version

4.3.2
Type

Type

maven-archetype
Description

Description

graylog-plugin-archetype
Graylog Project Parent POM
Project URL

Project URL

https://www.graylog.org/
Project Organization

Project Organization

Graylog, Inc.

How to add to project

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