diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-30 09:52:24 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-02 11:59:52 +0200 |
commit | 52ca7c2e86cf982bf1cd4aaea8869555fea0aa4a (patch) | |
tree | c64c497c7784047f371e9c41d1f4b5d13b460a27 | |
parent | 30b088af1c187d7d3abd65030089c2a56f5cf95b (diff) |
javadoc: add missing <name> in pom files
Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | routing/routing-api/pom.xml | 1 | ||||
-rw-r--r-- | routing/routing-impl/pom.xml | 1 | ||||
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 1 | ||||
-rw-r--r-- | vpp-common/vpp-translate-test/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/api/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/core/pom.xml | 2 | ||||
-rw-r--r-- | vpp-integration/api-docs/docs/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/pom.xml | 1 | ||||
-rw-r--r-- | vpp-integration/api-docs/scripts/pom.xml | 1 | ||||
-rw-r--r-- | vpp-management/api/pom.xml | 1 | ||||
-rw-r--r-- | vpp-management/impl/pom.xml | 1 |
11 files changed, 11 insertions, 1 deletions
diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml index caa1be109..799c968ca 100644 --- a/routing/routing-api/pom.xml +++ b/routing/routing-api/pom.xml @@ -26,6 +26,7 @@ <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-api</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <packaging>bundle</packaging> <dependencies> diff --git a/routing/routing-impl/pom.xml b/routing/routing-impl/pom.xml index 1b1a407d2..8a37b5998 100644 --- a/routing/routing-impl/pom.xml +++ b/routing/routing-impl/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.hc2vpp.routing</groupId> <artifactId>routing-impl</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <packaging>bundle</packaging> <dependencies> diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index 488a27836..a587e4407 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -27,6 +27,7 @@ <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-common-integration</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <properties> <jvpp.version>18.07-SNAPSHOT</jvpp.version> diff --git a/vpp-common/vpp-translate-test/pom.xml b/vpp-common/vpp-translate-test/pom.xml index 70915ac94..dd7c00839 100644 --- a/vpp-common/vpp-translate-test/pom.xml +++ b/vpp-common/vpp-translate-test/pom.xml @@ -27,6 +27,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>vpp-translate-test</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <packaging>bundle</packaging> <properties> diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml index 824872bff..edc1a51a1 100644 --- a/vpp-integration/api-docs/api/pom.xml +++ b/vpp-integration/api-docs/api/pom.xml @@ -38,6 +38,7 @@ </properties> <artifactId>docs-api</artifactId> + <name>${project.artifactId}</name> <groupId>io.fd.hc2vpp.docs</groupId> <version>1.18.07-SNAPSHOT</version> diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index fcb2427ac..12fa42b5e 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -29,7 +29,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs-core</artifactId> <version>1.18.07-SNAPSHOT</version> - + <name>${project.artifactId}</name> <properties> <mockito-core.version>2.2.9</mockito-core.version> <junit.version>4.11</junit.version> diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index fa71a160d..6545ed671 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -23,6 +23,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>docs</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <properties> <!-- List of modules that are used to extract Writer/Reader factories, and therefore generate api documentation --> diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml index c63d1415f..e58f829b4 100644 --- a/vpp-integration/api-docs/pom.xml +++ b/vpp-integration/api-docs/pom.xml @@ -28,6 +28,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>api-docs</artifactId> + <name>${project.artifactId}</name> <packaging>pom</packaging> <version>1.18.07-SNAPSHOT</version> diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index fd810d807..cdc05e876 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -23,6 +23,7 @@ <groupId>io.fd.hc2vpp.docs</groupId> <artifactId>scripts</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <properties> <groovy.version>2.4.7</groovy.version> diff --git a/vpp-management/api/pom.xml b/vpp-management/api/pom.xml index d08c3aedf..1a6ecd963 100644 --- a/vpp-management/api/pom.xml +++ b/vpp-management/api/pom.xml @@ -30,6 +30,7 @@ <groupId>io.fd.hc2vpp.management</groupId> <artifactId>vpp-management-api</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <dependency> diff --git a/vpp-management/impl/pom.xml b/vpp-management/impl/pom.xml index 7b2dc2f67..fb2476bf5 100644 --- a/vpp-management/impl/pom.xml +++ b/vpp-management/impl/pom.xml @@ -30,6 +30,7 @@ <groupId>io.fd.hc2vpp.management</groupId> <artifactId>vpp-management-impl</artifactId> <version>1.18.07-SNAPSHOT</version> + <name>${project.artifactId}</name> <dependencies> <!-- Api --> |