From 04ccd56d3db7cf937f6812a63eb88f8649860b47 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 27 Apr 2018 21:26:37 +0200 Subject: javadoc: add missing in pom files Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360 Signed-off-by: Marek Gradzki --- infra/it/benchmark/pom.xml | 1 + infra/it/management/pom.xml | 2 +- infra/it/memory-benchmark-api/pom.xml | 1 + infra/it/memory-benchmark-scripts/pom.xml | 1 + infra/it/memory-benchmark/pom.xml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) (limited to 'infra/it') diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml index defbc08f6..79e3baa68 100644 --- a/infra/it/benchmark/pom.xml +++ b/infra/it/benchmark/pom.xml @@ -30,6 +30,7 @@ io.fd.honeycomb benchmark 1.18.07-SNAPSHOT + ${project.artifactId} jar diff --git a/infra/it/management/pom.xml b/infra/it/management/pom.xml index e0edcc383..ade1da402 100644 --- a/infra/it/management/pom.xml +++ b/infra/it/management/pom.xml @@ -33,7 +33,7 @@ io.fd.honeycomb.it management 1.18.07-SNAPSHOT - + ${project.artifactId} org.eclipse.jetty diff --git a/infra/it/memory-benchmark-api/pom.xml b/infra/it/memory-benchmark-api/pom.xml index 03a2655f8..6ddba8245 100644 --- a/infra/it/memory-benchmark-api/pom.xml +++ b/infra/it/memory-benchmark-api/pom.xml @@ -13,4 +13,5 @@ io.fd.honeycomb.it memory-benchmark-api 1.18.07-SNAPSHOT + ${project.artifactId} \ No newline at end of file diff --git a/infra/it/memory-benchmark-scripts/pom.xml b/infra/it/memory-benchmark-scripts/pom.xml index 70a600183..8b561913b 100644 --- a/infra/it/memory-benchmark-scripts/pom.xml +++ b/infra/it/memory-benchmark-scripts/pom.xml @@ -17,6 +17,7 @@ io.fd.honeycomb.it benchmark-scripts 1.18.07-SNAPSHOT + ${project.artifactId} jar diff --git a/infra/it/memory-benchmark/pom.xml b/infra/it/memory-benchmark/pom.xml index a3224918b..5ce24ccae 100644 --- a/infra/it/memory-benchmark/pom.xml +++ b/infra/it/memory-benchmark/pom.xml @@ -29,6 +29,7 @@ io.fd.honeycomb.it memory-benchmark + ${project.artifactId} 1.0.0 -- cgit 1.2.3-korg