From bc335de41876acd8720dce1030a79b3a7b39c3b1 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 21 Sep 2016 13:51:57 +0200 Subject: HONEYCOMB-209 Configure maven site To produce site for Honeycomb + javadoc asciidoc To build the site: mvn clean install site:attach-descriptor site mvn site:stage -DstagingDirectory=/home/mmarsale/tmp/stage Change-Id: I4246bb09ba02b74a2a9c84ee73f8dba02384fffa Signed-off-by: Maros Marsalek --- infra/translate-api/Readme.adoc | 9 --------- infra/translate-api/asciidoc/Readme.adoc | 9 +++++++++ infra/translate-api/pom.xml | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 infra/translate-api/Readme.adoc create mode 100644 infra/translate-api/asciidoc/Readme.adoc (limited to 'infra/translate-api') diff --git a/infra/translate-api/Readme.adoc b/infra/translate-api/Readme.adoc deleted file mode 100644 index 9e208744a..000000000 --- a/infra/translate-api/Readme.adoc +++ /dev/null @@ -1,9 +0,0 @@ -= Honeycomb translation layer API - -Extensible API for translation between Binding Aware data and actual device data. -Consists of readers and writers responsible for communication with the device. - -Provides registry of readers and writers for the data layer. -For every supported YANG model there should be at least one reader and writer registered. -Readers and writers form two tree structures matching corresponding YANG models. -Readers and writers can be attached to any non-leaf YANG node. \ No newline at end of file diff --git a/infra/translate-api/asciidoc/Readme.adoc b/infra/translate-api/asciidoc/Readme.adoc new file mode 100644 index 000000000..9e208744a --- /dev/null +++ b/infra/translate-api/asciidoc/Readme.adoc @@ -0,0 +1,9 @@ += Honeycomb translation layer API + +Extensible API for translation between Binding Aware data and actual device data. +Consists of readers and writers responsible for communication with the device. + +Provides registry of readers and writers for the data layer. +For every supported YANG model there should be at least one reader and writer registered. +Readers and writers form two tree structures matching corresponding YANG models. +Readers and writers can be attached to any non-leaf YANG node. \ No newline at end of file diff --git a/infra/translate-api/pom.xml b/infra/translate-api/pom.xml index 594057284..374ed6c3e 100644 --- a/infra/translate-api/pom.xml +++ b/infra/translate-api/pom.xml @@ -25,6 +25,7 @@ 4.0.0 io.fd.honeycomb translate-api + ${project.artifactId} 1.16.12-SNAPSHOT bundle -- cgit 1.2.3-korg