diff options
Diffstat (limited to 'vpp-integration')
-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 |
5 files changed, 5 insertions, 1 deletions
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> |