diff options
author | Dan Timoney <dt5972@att.com> | 2018-06-23 00:50:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-23 00:50:54 +0000 |
commit | fc45404afdc7770ffa2848b007127d9b6f682efe (patch) | |
tree | 1fc08caa86c535ceab0c5ff7f61cf743a6162709 /features/pom.xml | |
parent | a07b57086dd5c9c04f2b20a092da9935c7c5f817 (diff) | |
parent | cd11ecb3d0216e4e81be4964a4bc6a50aa29bbe7 (diff) |
Merge "Add feature aggregator"
Diffstat (limited to 'features/pom.xml')
-rwxr-xr-x | features/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/features/pom.xml b/features/pom.xml new file mode 100755 index 000000000..7a5e2e6a8 --- /dev/null +++ b/features/pom.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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> + + <parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.1.0-SNAPSHOT</version> + <relativePath/> + </parent> + + <groupId>org.onap.ccsdk.sli.northbound</groupId> + <artifactId>slinorthbound-feature-aggregator</artifactId> + <version>0.3.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <name>ccsdk-sli-northbound :: features</name> + + <modules> + <module>ccsdk-sli-northbound-all</module> + <module>features-sli-northbound</module> + <module>installer</module> + </modules> +</project> |