From 0d6d0cd320f96f40f6edd91e57065df817a1d7a2 Mon Sep 17 00:00:00 2001 From: Carsten Lund Date: Sun, 23 Apr 2017 14:11:18 +0000 Subject: [DCAE-13] POM changes to enable JavaDoc Change-Id: I76c40ebaafd5f931eb238177ba42d1f270c0f9d8 Signed-off-by: Carsten Lund --- operation-utils/pom.xml | 2 +- pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 pom.xml diff --git a/operation-utils/pom.xml b/operation-utils/pom.xml index ebc5aa2..223d082 100644 --- a/operation-utils/pom.xml +++ b/operation-utils/pom.xml @@ -118,6 +118,6 @@ org.openecomp.ncomp.maven ncomp-maven-base 1.1.0-SNAPSHOT - ../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base + ../../ncomp.maven/ncomp-maven-base diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..f178b33 --- /dev/null +++ b/pom.xml @@ -0,0 +1,25 @@ + + 4.0.0 + + org.openecomp.dcae.operation.utils + dcae-operation-utils + pom + dcae-operation-utils + + + UTF-8 + + + + + + operation-utils + + + + org.openecomp.ncomp.maven + ncomp-maven-base + 1.1.0-SNAPSHOT + + -- cgit 1.2.3-korg