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 --- vpp-common/vpp-translate-utils/Readme.adoc | 3 --- vpp-common/vpp-translate-utils/asciidoc/Readme.adoc | 3 +++ vpp-common/vpp-translate-utils/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 vpp-common/vpp-translate-utils/Readme.adoc create mode 100644 vpp-common/vpp-translate-utils/asciidoc/Readme.adoc (limited to 'vpp-common/vpp-translate-utils') diff --git a/vpp-common/vpp-translate-utils/Readme.adoc b/vpp-common/vpp-translate-utils/Readme.adoc deleted file mode 100644 index 1aaaea181..000000000 --- a/vpp-common/vpp-translate-utils/Readme.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Honeycomb. VPP translation layer utils - -Provides utility classes useful in translation layer implementation for the VPP. \ No newline at end of file diff --git a/vpp-common/vpp-translate-utils/asciidoc/Readme.adoc b/vpp-common/vpp-translate-utils/asciidoc/Readme.adoc new file mode 100644 index 000000000..1aaaea181 --- /dev/null +++ b/vpp-common/vpp-translate-utils/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += Honeycomb. VPP translation layer utils + +Provides utility classes useful in translation layer implementation for the VPP. \ No newline at end of file diff --git a/vpp-common/vpp-translate-utils/pom.xml b/vpp-common/vpp-translate-utils/pom.xml index 3b61f5cdf..e1ed82aaa 100644 --- a/vpp-common/vpp-translate-utils/pom.xml +++ b/vpp-common/vpp-translate-utils/pom.xml @@ -23,8 +23,8 @@ 4.0.0 - io.fd.honeycomb.vpp vpp-translate-utils + ${project.artifactId} 1.16.12-SNAPSHOT bundle -- cgit 1.2.3-korg