diff options
author | Carsten Lund <lund@research.att.com> | 2017-04-23 14:11:19 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-04-23 14:11:19 +0000 |
commit | bfe6572af129a3acf046c58baacd5ab63798057d (patch) | |
tree | a26bb053dfdd0b376a2b45df1e9f3d4260f209bc | |
parent | 2f0975136c52c1e3f2a836a37de567a3d1b99268 (diff) |
[DCAE-13] POM changes to enable JavaDoc
Change-Id: I22f263aa04db0776ff1c612a6e5917361da7e40e
Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r-- | dcae-analytics-cdap-common-model/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 25 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dcae-analytics-cdap-common-model/pom.xml b/dcae-analytics-cdap-common-model/pom.xml index fba652f..62cd7e5 100644 --- a/dcae-analytics-cdap-common-model/pom.xml +++ b/dcae-analytics-cdap-common-model/pom.xml @@ -6,7 +6,7 @@ <groupId>org.openecomp.ncomp.maven</groupId> <artifactId>ncomp-maven-xcore</artifactId> <version>1.1.0-SNAPSHOT</version> - <relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-xcore</relativePath> + <relativePath>../../ncomp.maven/ncomp-maven-xcore</relativePath> </parent> <dependencies> <dependency> @@ -0,0 +1,25 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <groupId>org.openecomp.dcae.controller.analytics</groupId> + <artifactId>dcae-controller-analytics</artifactId> + <packaging>pom</packaging> + <name>dcae-controller-analytics</name> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + + + + <modules> + <module>dcae-analytics-cdap-common-model</module> + </modules> + + <parent> + <groupId>org.openecomp.ncomp.maven</groupId> + <artifactId>ncomp-maven-base</artifactId> + <version>1.1.0-SNAPSHOT</version> + </parent> +</project> |