From 95e32f9869d885aa685e970f7a97e8b9ac7c2bdc Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 30 Apr 2018 09:52:24 +0200 Subject: javadoc: add missing in pom files Change-Id: I9f892e528326cb13cafc20bc9e2d7e6a94c7d407 Signed-off-by: Marek Gradzki --- vpp-integration/api-docs/api/pom.xml | 1 + vpp-integration/api-docs/core/pom.xml | 1 + vpp-integration/api-docs/docs/pom.xml | 1 + vpp-integration/api-docs/pom.xml | 1 + vpp-integration/api-docs/scripts/pom.xml | 1 + 5 files changed, 5 insertions(+) (limited to 'vpp-integration') diff --git a/vpp-integration/api-docs/api/pom.xml b/vpp-integration/api-docs/api/pom.xml index f182c06da..ad8fea968 100644 --- a/vpp-integration/api-docs/api/pom.xml +++ b/vpp-integration/api-docs/api/pom.xml @@ -38,6 +38,7 @@ docs-api + ${project.artifactId} io.fd.hc2vpp.docs 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/core/pom.xml b/vpp-integration/api-docs/core/pom.xml index 24aa51821..ebb65496b 100644 --- a/vpp-integration/api-docs/core/pom.xml +++ b/vpp-integration/api-docs/core/pom.xml @@ -28,6 +28,7 @@ io.fd.hc2vpp.docs docs-core + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml index afe89a239..018b34802 100644 --- a/vpp-integration/api-docs/docs/pom.xml +++ b/vpp-integration/api-docs/docs/pom.xml @@ -22,6 +22,7 @@ io.fd.hc2vpp.docs docs + ${project.artifactId} 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/pom.xml b/vpp-integration/api-docs/pom.xml index 104909cda..3143048dc 100644 --- a/vpp-integration/api-docs/pom.xml +++ b/vpp-integration/api-docs/pom.xml @@ -28,6 +28,7 @@ io.fd.hc2vpp.docs api-docs + ${project.artifactId} pom 1.18.04-SNAPSHOT diff --git a/vpp-integration/api-docs/scripts/pom.xml b/vpp-integration/api-docs/scripts/pom.xml index 762559398..b36926b4f 100644 --- a/vpp-integration/api-docs/scripts/pom.xml +++ b/vpp-integration/api-docs/scripts/pom.xml @@ -22,6 +22,7 @@ io.fd.hc2vpp.docs scripts + ${project.artifactId} 1.18.04-SNAPSHOT -- cgit 1.2.3-korg