summaryrefslogtreecommitdiffstats
path: root/infra/it
diff options
context:
space:
mode:
authorMaros Marsalek <mmarsale@cisco.com>2016-09-21 13:51:57 +0200
committerMaros Marsalek <mmarsale@cisco.com>2016-09-26 11:02:04 +0200
commitbc335de41876acd8720dce1030a79b3a7b39c3b1 (patch)
treec3b1b99c72fbcc36db5b7ff3e4c4e37680481eb0 /infra/it
parent09df17bb630b5bf594efbd9f869ef17da5e2b6ac (diff)
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 <mmarsale@cisco.com>
Diffstat (limited to 'infra/it')
-rw-r--r--infra/it/asciidoc/Readme.adoc3
-rw-r--r--infra/it/it-test/asciidoc/Readme.adoc3
-rw-r--r--infra/it/it-test/pom.xml15
-rw-r--r--infra/it/pom.xml12
-rw-r--r--infra/it/test-model/asciidoc/Readme.adoc3
-rw-r--r--infra/it/test-model/pom.xml3
6 files changed, 29 insertions, 10 deletions
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 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>io.fd.honeycomb</groupId>
+ <groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-test</artifactId>
+ <name>${project.artifactId}</name>
<version>1.16.12-SNAPSHOT</version>
+ <properties>
+ <hc.infra.version>1.16.12-SNAPSHOT</hc.infra.version>
+ </properties>
+
<dependencies>
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>io.fd.honeycomb</groupId>
<artifactId>data-impl</artifactId>
- <version>${project.version}</version>
+ <version>${hc.infra.version}</version>
</dependency>
<dependency>
- <groupId>${project.groupId}</groupId>
+ <groupId>io.fd.honeycomb</groupId>
<artifactId>translate-impl</artifactId>
- <version>${project.version}</version>
+ <version>${hc.infra.version}</version>
</dependency>
<dependency>
<groupId>org.opendaylight.controller</groupId>
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 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <groupId>io.fd.honeycomb.common</groupId>
+ <parent>
+ <groupId>io.fd.honeycomb.common</groupId>
+ <artifactId>honeycomb-parent</artifactId>
+ <version>1.16.12-SNAPSHOT</version>
+ <relativePath>../../common/honeycomb-parent</relativePath>
+ </parent>
+
+ <groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-it-aggregator</artifactId>
<version>1.16.12-SNAPSHOT</version>
<name>honeycomb-it</name>
<packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
- <prerequisites>
- <maven>3.1.1</maven>
- </prerequisites>
<modules>
<module>test-model</module>
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 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>io.fd.honeycomb</groupId>
+ <groupId>io.fd.honeycomb.it</groupId>
<artifactId>honeycomb-test-model</artifactId>
+ <name>${project.artifactId}</name>
<version>1.16.12-SNAPSHOT</version>
<packaging>bundle</packaging>