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/asciidoc/Readme.adoc | 3 +++ vpp-common/minimal-distribution/asciidoc/Readme.adoc | 3 +++ vpp-common/naming-context-api/asciidoc/Readme.adoc | 3 +++ vpp-common/naming-context-api/pom.xml | 1 + vpp-common/naming-context-impl/asciidoc/Readme.adoc | 3 +++ vpp-common/naming-context-impl/pom.xml | 1 + vpp-common/pom.xml | 16 ++++++++-------- vpp-common/vpp-impl-parent/asciidoc/Readme.adoc | 3 +++ vpp-common/vpp-impl-parent/pom.xml | 4 +++- vpp-common/vpp-translate-test/asciidoc/Readme.adoc | 3 +++ 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 +- 13 files changed, 35 insertions(+), 13 deletions(-) create mode 100644 vpp-common/asciidoc/Readme.adoc create mode 100644 vpp-common/minimal-distribution/asciidoc/Readme.adoc create mode 100644 vpp-common/naming-context-api/asciidoc/Readme.adoc create mode 100644 vpp-common/naming-context-impl/asciidoc/Readme.adoc create mode 100644 vpp-common/vpp-impl-parent/asciidoc/Readme.adoc create mode 100644 vpp-common/vpp-translate-test/asciidoc/Readme.adoc 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') diff --git a/vpp-common/asciidoc/Readme.adoc b/vpp-common/asciidoc/Readme.adoc new file mode 100644 index 000000000..fc5e6b489 --- /dev/null +++ b/vpp-common/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += vpp-common-aggregator + +Overview of vpp-common-aggregator \ No newline at end of file diff --git a/vpp-common/minimal-distribution/asciidoc/Readme.adoc b/vpp-common/minimal-distribution/asciidoc/Readme.adoc new file mode 100644 index 000000000..1da86caab --- /dev/null +++ b/vpp-common/minimal-distribution/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += minimal-distribution + +Overview of minimal-distribution \ No newline at end of file diff --git a/vpp-common/naming-context-api/asciidoc/Readme.adoc b/vpp-common/naming-context-api/asciidoc/Readme.adoc new file mode 100644 index 000000000..42eeb60c9 --- /dev/null +++ b/vpp-common/naming-context-api/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += naming-context-api + +Overview of naming-context-api \ No newline at end of file diff --git a/vpp-common/naming-context-api/pom.xml b/vpp-common/naming-context-api/pom.xml index b652df219..f197daaff 100644 --- a/vpp-common/naming-context-api/pom.xml +++ b/vpp-common/naming-context-api/pom.xml @@ -24,6 +24,7 @@ 4.0.0 io.fd.honeycomb.vpp naming-context-api + ${project.artifactId} 1.16.12-SNAPSHOT bundle diff --git a/vpp-common/naming-context-impl/asciidoc/Readme.adoc b/vpp-common/naming-context-impl/asciidoc/Readme.adoc new file mode 100644 index 000000000..93e3b75c4 --- /dev/null +++ b/vpp-common/naming-context-impl/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += naming-context-impl + +Overview of naming-context-impl \ No newline at end of file diff --git a/vpp-common/naming-context-impl/pom.xml b/vpp-common/naming-context-impl/pom.xml index e628dd1d8..68a2bc74a 100644 --- a/vpp-common/naming-context-impl/pom.xml +++ b/vpp-common/naming-context-impl/pom.xml @@ -26,6 +26,7 @@ 4.0.0 io.fd.honeycomb.vpp naming-context-impl + ${project.artifactId} 1.16.12-SNAPSHOT bundle diff --git a/vpp-common/pom.xml b/vpp-common/pom.xml index f46a182cd..d6833cdd3 100644 --- a/vpp-common/pom.xml +++ b/vpp-common/pom.xml @@ -16,21 +16,20 @@ - org.opendaylight.odlparent - odlparent - 1.6.2-Beryllium-SR2 - + io.fd.honeycomb.common + honeycomb-parent + 1.16.12-SNAPSHOT + ../common/honeycomb-parent io.fd.honeycomb.vpp vpp-common-aggregator 1.16.12-SNAPSHOT - vpp-common + ${project.artifactId} pom 4.0.0 - - 3.1.1 - + Aggregator for Honeycomb common code used by Honeycomb plugins for VPP + vpp-translate-utils naming-context-api @@ -39,6 +38,7 @@ vpp-impl-parent vpp-translate-test + diff --git a/vpp-common/vpp-impl-parent/asciidoc/Readme.adoc b/vpp-common/vpp-impl-parent/asciidoc/Readme.adoc new file mode 100644 index 000000000..2dfc0b9a8 --- /dev/null +++ b/vpp-common/vpp-impl-parent/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += vpp-impl-parent + +Overview of vpp-impl-parent \ No newline at end of file diff --git a/vpp-common/vpp-impl-parent/pom.xml b/vpp-common/vpp-impl-parent/pom.xml index 0d688bac8..43e038ce9 100644 --- a/vpp-common/vpp-impl-parent/pom.xml +++ b/vpp-common/vpp-impl-parent/pom.xml @@ -26,11 +26,13 @@ 4.0.0 io.fd.honeycomb.vpp vpp-impl-parent + ${project.artifactId} 1.16.12-SNAPSHOT + pom + 16.12-SNAPSHOT - pom diff --git a/vpp-common/vpp-translate-test/asciidoc/Readme.adoc b/vpp-common/vpp-translate-test/asciidoc/Readme.adoc new file mode 100644 index 000000000..bed1891b4 --- /dev/null +++ b/vpp-common/vpp-translate-test/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += vpp-translate-test + +Overview of vpp-translate-test \ No newline at end of file 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