diff options
24 files changed, 24 insertions, 1 deletions
diff --git a/common/yang-whitelist/pom.xml b/common/yang-whitelist/pom.xml index 5526c81..5ad1dbe 100644 --- a/common/yang-whitelist/pom.xml +++ b/common/yang-whitelist/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.yang</groupId> <artifactId>yang-whitelist-aggregator</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> <module>yang-whitelist-api</module> diff --git a/infra/bgp-distribution-test/pom.xml b/infra/bgp-distribution-test/pom.xml index df04f8f..42eaa32 100644 --- a/infra/bgp-distribution-test/pom.xml +++ b/infra/bgp-distribution-test/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>bgp-distribution-test</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/binding-init/pom.xml b/infra/binding-init/pom.xml index 0ca2a93..2ba1b40 100644 --- a/infra/binding-init/pom.xml +++ b/infra/binding-init/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>binding-init</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <properties> <slf4j-api.version>1.7.25</slf4j-api.version> diff --git a/infra/footprint/pom.xml b/infra/footprint/pom.xml index 89b6131..1ce84d9 100644 --- a/infra/footprint/pom.xml +++ b/infra/footprint/pom.xml @@ -27,6 +27,7 @@ <groupId>io.fd.honeycomb.footprint</groupId> <artifactId>footprint-aggregator</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> <module>footprint-api</module> diff --git a/infra/it/benchmark/pom.xml b/infra/it/benchmark/pom.xml index defbc08..79e3baa 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 e0edcc3..ade1da4 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 03a2655..6ddba82 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 70a6001..8b56191 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 a322491..5ce24cc 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> diff --git a/infra/minimal-distribution-test/pom.xml b/infra/minimal-distribution-test/pom.xml index 51a5fa0..0379ee7 100644 --- a/infra/minimal-distribution-test/pom.xml +++ b/infra/minimal-distribution-test/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb</groupId> <artifactId>minimal-distribution-test</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/evpn/pom.xml b/infra/northbound/bgp-extensions/evpn/pom.xml index ea9f467..9523988 100644 --- a/infra/northbound/bgp-extensions/evpn/pom.xml +++ b/infra/northbound/bgp-extensions/evpn/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>evpn</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/extension-common/pom.xml b/infra/northbound/bgp-extensions/extension-common/pom.xml index 07c55f1..6656264 100644 --- a/infra/northbound/bgp-extensions/extension-common/pom.xml +++ b/infra/northbound/bgp-extensions/extension-common/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>extension-common</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <!-- DI--> diff --git a/infra/northbound/bgp-extensions/inet/pom.xml b/infra/northbound/bgp-extensions/inet/pom.xml index da504a5..f2de527 100644 --- a/infra/northbound/bgp-extensions/inet/pom.xml +++ b/infra/northbound/bgp-extensions/inet/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>inet</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml index add25b7..1458aa5 100644 --- a/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml +++ b/infra/northbound/bgp-extensions/l3-vpn-v4/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>l3-vpn-v4</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml index 5c8c9fb..611c666 100644 --- a/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml +++ b/infra/northbound/bgp-extensions/l3-vpn-v6/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>l3-vpn-v6</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml index e87ba36..3627360 100644 --- a/infra/northbound/bgp-extensions/labeled-unicast/pom.xml +++ b/infra/northbound/bgp-extensions/labeled-unicast/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>labeled-unicast</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> <groupId>io.fd.honeycomb.northbound.bgp</groupId> diff --git a/infra/northbound/bgp-extensions/linkstate/pom.xml b/infra/northbound/bgp-extensions/linkstate/pom.xml index c55abc7..a0c2c28 100644 --- a/infra/northbound/bgp-extensions/linkstate/pom.xml +++ b/infra/northbound/bgp-extensions/linkstate/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>linkstate</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> <groupId>io.fd.honeycomb.northbound.bgp</groupId> diff --git a/infra/northbound/bgp-extensions/pom.xml b/infra/northbound/bgp-extensions/pom.xml index d67a4f6..c0a0ff0 100644 --- a/infra/northbound/bgp-extensions/pom.xml +++ b/infra/northbound/bgp-extensions/pom.xml @@ -29,6 +29,7 @@ <groupId>io.fd.honeycomb.northbound.bgp</groupId> <artifactId>bgp-extensions</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <modules> <module>evpn</module> <module>inet</module> diff --git a/infra/northbound/bgp/pom.xml b/infra/northbound/bgp/pom.xml index 26ac1a9..2cd4787 100644 --- a/infra/northbound/bgp/pom.xml +++ b/infra/northbound/bgp/pom.xml @@ -30,6 +30,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>bgp</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <!-- Common northbound configuration --> diff --git a/infra/northbound/common/pom.xml b/infra/northbound/common/pom.xml index a44b683..6f756d5 100644 --- a/infra/northbound/common/pom.xml +++ b/infra/northbound/common/pom.xml @@ -30,6 +30,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>common</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/northbound/pom.xml b/infra/northbound/pom.xml index c78314c..427ac12 100644 --- a/infra/northbound/pom.xml +++ b/infra/northbound/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.northbound</groupId> <artifactId>northbound-aggegator</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> diff --git a/infra/test-utils/pom.xml b/infra/test-utils/pom.xml index 3d36cb4..0ce0895 100644 --- a/infra/test-utils/pom.xml +++ b/infra/test-utils/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.infra</groupId> <artifactId>test-utils</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <modules> <module>test-api</module> diff --git a/infra/test-utils/test-api/pom.xml b/infra/test-utils/test-api/pom.xml index 1d965b6..5a1f686 100644 --- a/infra/test-utils/test-api/pom.xml +++ b/infra/test-utils/test-api/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.infra.test</groupId> <artifactId>test-api</artifactId> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/infra/test-utils/test-tools/pom.xml b/infra/test-utils/test-tools/pom.xml index 1539f82..7ecfa06 100644 --- a/infra/test-utils/test-tools/pom.xml +++ b/infra/test-utils/test-tools/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.honeycomb.infra</groupId> <artifactId>test-tools</artifactId> + <name>${project.artifactId}</name> <dependencies> <dependency> |