MVN

org.opennms.integration.api : example-kar-plugin

Maven & Gradle

Jul 11, 2023
12 stars

OpenNMS Integration API :: Archetypes :: Example KAR Plugin

mvn archetype:generate -DarchetypeGroupId=org.opennms.integration.api -DarchetypeArtifactId=example-kar-plugin -DarchetypeVersion=1.6.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opennms.integration.api : example-kar-plugin to generate a Maven project - Latest Versions:

  • Latest Stable: 1.6.0

All Versions

Choose a version of org.opennms.integration.api : example-kar-plugin to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.6.x
example-kar-plugin-1.6.0
1.5.x
example-kar-plugin-1.5.0
1.4.x
example-kar-plugin-1.4.0
1.3.x
example-kar-plugin-1.3.0
1.2.x
example-kar-plugin-1.2.0
1.1.x
example-kar-plugin-1.1.0
1.0.x
example-kar-plugin-1.0.1
example-kar-plugin-1.0.0
0.6.x
example-kar-plugin-0.6.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.opennms.integration.api -DarchetypeArtifactId=example-kar-plugin -DarchetypeVersion=1.6.0

Advertisement