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/it/asciidoc/Readme.adoc | 3 +++ infra/it/it-test/asciidoc/Readme.adoc | 3 +++ infra/it/it-test/pom.xml | 15 ++++++++++----- infra/it/pom.xml | 12 ++++++++---- infra/it/test-model/asciidoc/Readme.adoc | 3 +++ infra/it/test-model/pom.xml | 3 ++- 6 files changed, 29 insertions(+), 10 deletions(-) create mode 100644 infra/it/asciidoc/Readme.adoc create mode 100644 infra/it/it-test/asciidoc/Readme.adoc create mode 100644 infra/it/test-model/asciidoc/Readme.adoc (limited to 'infra/it') diff --git a/infra/it/asciidoc/Readme.adoc b/infra/it/asciidoc/Readme.adoc new file mode 100644 index 000000000..4a8ef58e1 --- /dev/null +++ b/infra/it/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += honeycomb-it-aggregator + +Overview of honeycomb-it-aggregator \ No newline at end of file diff --git a/infra/it/it-test/asciidoc/Readme.adoc b/infra/it/it-test/asciidoc/Readme.adoc new file mode 100644 index 000000000..b22db5807 --- /dev/null +++ b/infra/it/it-test/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += honeycomb-it-test + +Overview of honeycomb-it-test \ No newline at end of file diff --git a/infra/it/it-test/pom.xml b/infra/it/it-test/pom.xml index bd2f9c0d6..2bbdff1a1 100644 --- a/infra/it/it-test/pom.xml +++ b/infra/it/it-test/pom.xml @@ -24,20 +24,25 @@ 4.0.0 - io.fd.honeycomb + io.fd.honeycomb.it honeycomb-it-test + ${project.artifactId} 1.16.12-SNAPSHOT + + 1.16.12-SNAPSHOT + + - ${project.groupId} + io.fd.honeycomb data-impl - ${project.version} + ${hc.infra.version} - ${project.groupId} + io.fd.honeycomb translate-impl - ${project.version} + ${hc.infra.version} org.opendaylight.controller diff --git a/infra/it/pom.xml b/infra/it/pom.xml index 8ebbd7e21..5e1173413 100644 --- a/infra/it/pom.xml +++ b/infra/it/pom.xml @@ -15,15 +15,19 @@ --> - io.fd.honeycomb.common + + io.fd.honeycomb.common + honeycomb-parent + 1.16.12-SNAPSHOT + ../../common/honeycomb-parent + + + io.fd.honeycomb.it honeycomb-it-aggregator 1.16.12-SNAPSHOT honeycomb-it pom 4.0.0 - - 3.1.1 - test-model diff --git a/infra/it/test-model/asciidoc/Readme.adoc b/infra/it/test-model/asciidoc/Readme.adoc new file mode 100644 index 000000000..a1a3715ea --- /dev/null +++ b/infra/it/test-model/asciidoc/Readme.adoc @@ -0,0 +1,3 @@ += honeycomb-test-model + +Overview of honeycomb-test-model \ No newline at end of file diff --git a/infra/it/test-model/pom.xml b/infra/it/test-model/pom.xml index a2f47aa3c..909c4866f 100644 --- a/infra/it/test-model/pom.xml +++ b/infra/it/test-model/pom.xml @@ -22,8 +22,9 @@ 4.0.0 - io.fd.honeycomb + io.fd.honeycomb.it honeycomb-test-model + ${project.artifactId} 1.16.12-SNAPSHOT bundle -- cgit 1.2.3-korg