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-impl/Readme.adoc | 9 --------- infra/translate-impl/asciidoc/Readme.adoc | 9 +++++++++ infra/translate-impl/pom.xml | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 infra/translate-impl/Readme.adoc create mode 100644 infra/translate-impl/asciidoc/Readme.adoc (limited to 'infra/translate-impl') diff --git a/infra/translate-impl/Readme.adoc b/infra/translate-impl/Readme.adoc deleted file mode 100644 index 1e5c63604..000000000 --- a/infra/translate-impl/Readme.adoc +++ /dev/null @@ -1,9 +0,0 @@ -= Honeycomb translation layer implementation - -Provides composite implementations of child, list and root readers/writers. - -Root readers/writers can be used to provide data translation at root node level. -List readers/writers help with data translation for nodes modeled as YANG lists. -Child readers/writers can be used to provide data translation for non-leaf nodes. - -Readers and writers can be easily extended using customizers defined in the translate-spi module. \ No newline at end of file diff --git a/infra/translate-impl/asciidoc/Readme.adoc b/infra/translate-impl/asciidoc/Readme.adoc new file mode 100644 index 000000000..1e5c63604 --- /dev/null +++ b/infra/translate-impl/asciidoc/Readme.adoc @@ -0,0 +1,9 @@ += Honeycomb translation layer implementation + +Provides composite implementations of child, list and root readers/writers. + +Root readers/writers can be used to provide data translation at root node level. +List readers/writers help with data translation for nodes modeled as YANG lists. +Child readers/writers can be used to provide data translation for non-leaf nodes. + +Readers and writers can be easily extended using customizers defined in the translate-spi module. \ No newline at end of file diff --git a/infra/translate-impl/pom.xml b/infra/translate-impl/pom.xml index 2a9280b87..7aff0a00f 100644 --- a/infra/translate-impl/pom.xml +++ b/infra/translate-impl/pom.xml @@ -25,6 +25,7 @@ 4.0.0 io.fd.honeycomb translate-impl + ${project.artifactId} 1.16.12-SNAPSHOT bundle -- cgit 1.2.3-korg