summaryrefslogtreecommitdiffstats
path: root/features/pom.xml
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-11 15:07:43 -0400
committerAlexis de Talhouët <adetalhouet89@gmail.com>2018-09-11 15:59:31 -0400
commitdc68efeb3c0ae458b6a15a8be182b5dc851a3678 (patch)
tree32bb245ccd4e4f871247a9b7bb0d662c2120be4c /features/pom.xml
parent78fc81bf6a35077b8ad80cf29b218477baa15a47 (diff)
Add ccsdk-features-all
Change-Id: Iaa2138a1e0df01ae1d9bba57ce6041e91007d350 Issue-ID: CCSDK-505 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Diffstat (limited to 'features/pom.xml')
-rwxr-xr-xfeatures/pom.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/features/pom.xml b/features/pom.xml
new file mode 100755
index 000000000..946f22603
--- /dev/null
+++ b/features/pom.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2018 Bell Canada.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<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.features</groupId>
+ <artifactId>ccsdk-feature-aggregator</artifactId>
+ <version>0.3.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <name>Blueprints Processor :: features</name>
+
+ <modules>
+ <module>ccsdk-features-adaptors-all</module>
+ <module>features-features-adaptors</module>
+ <module>installer</module>
+ </modules>
+</project>