Create Java project with Maven archetype opsdatastore-collector-plugin-archetype

Developer kit for Use in creating plugins for the OpsDataStore Ecosystem

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DproductName="My-productName"   -DarchetypeGroupId="com.opsdatastore"   -DarchetypeArtifactId="opsdatastore-collector-plugin-archetype"   -DarchetypeVersion="1.4.0"   -DinteractiveMode=false 

Required parameters for generate java project:

productName
validationRegex: none

Details about maven archetype opsdatastore-collector-plugin-archetype

License

License

GroupId

GroupId

com.opsdatastore
ArtifactId

ArtifactId

opsdatastore-collector-plugin-archetype
Version

Version

1.4.0
Type

Type

maven-archetype
Description

Description

OpsDataStore Collector Plugin Archetype
Developer kit for Use in creating plugins for the OpsDataStore Ecosystem
Project URL

Project URL

http://opsdatastore.com/opsdatastore-collector-plugin-archetype

How to add to project

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