Bump honeycomb version to 1.18.04-SNAPSHOT
[honeycomb.git] / tools / archetype / asciidoc / Readme.adoc
1 Honeycomb Plugin Archetype
2
3     This is archetype for creating plugins for Honeycomb platform
4
5 How to use it :
6
7     archetype:generate -DarchetypeGroupId=io.fd.honeycomb.tools -DarchetypeArtifactId=honeycomb-plugin-archetype -DarchetypeVersion=1.18.04-SNAPSHOT
8
9 This will generate main aggregator project containing two sub-projects
10
11     -api  - project that should contain yang model files for restconf/netconf DTO classes
12     -impl - implementation project that should contain plugin translation code + wiring
13