diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-27 21:26:37 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-02 11:53:15 +0200 |
commit | 04ccd56d3db7cf937f6812a63eb88f8649860b47 (patch) | |
tree | c8bd6227ec63d9f2b943294be4e2a532561835b8 /infra/it | |
parent | e5e2138b46fb8604edde9d1d0e285651282edaf3 (diff) |
javadoc: add missing <name> in pom files
Change-Id: I3d65b568c3651e4b2474c25bdf80cf3fff416360
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'infra/it')
-rw-r--r-- | infra/it/benchmark/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/management/pom.xml | 2 | ||||
-rw-r--r-- | infra/it/memory-benchmark-api/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/memory-benchmark-scripts/pom.xml | 1 | ||||
-rw-r--r-- | infra/it/memory-benchmark/pom.xml | 1 |
5 files changed, 5 insertions, 1 deletions
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 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>benchmark</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <packaging>jar</packaging> <properties> 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 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>management</artifactId> <version>1.18.07-SNAPSHOT</version> - + <name>${project.artifactId}</name> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> 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 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>memory-benchmark-api</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> </project>
\ 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 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>benchmark-scripts</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <packaging>jar</packaging> <build> 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 @@ <groupId>io.fd.honeycomb.it</groupId> <artifactId>memory-benchmark</artifactId> + <name>${project.artifactId}</name> <!-- Static version, we don't want it to be deployed anyway--> <version>1.0.0</version> <properties> |