diff options
author | 2017-04-23 14:11:18 +0000 | |
---|---|---|
committer | 2017-04-23 14:11:18 +0000 | |
commit | 0438d4b0d1059ca5446a98ebf987fbf37b406881 (patch) | |
tree | 98e28e1c6e8d996d6fde0096b72d94a6203ccc81 /ncomp-maven-parent-project/src | |
parent | d3a6735e1f9455a0131b695d837469091334b773 (diff) |
[DCAE-13] POM changes to enable JavaDoc
Change-Id: Ifd271d053a2f74b56f0448b82c1638df77008c57
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-parent-project/src')
-rw-r--r-- | ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml index defa15d..d10449e 100644 --- a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml +++ b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml @@ -20,6 +20,6 @@ <groupId>org.openecomp.ncomp.maven</groupId> <artifactId>ncomp-maven-base</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath> + <relativePath>../../ncomp.maven/ncomp-maven-base</relativePath> </parent> </project> |