summaryrefslogtreecommitdiffstats
path: root/tools/archetype/asciidoc/Readme.adoc
blob: 12beabc5d524798f610a8bd8f5b3ead26152a85a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Honeycomb Plugin Archetype

    This is archetype for creating plugins for Honeycomb platform

How to use it :

    archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.19.04-RC2

This will generate main aggregator project containing two sub-projects

    -api  - project that should contain yang model files for restconf/netconf DTO classes
    -impl - implementation project that should contain plugin translation code + wiring