Add eman features 70/61770/2
authorfsandoval <francisrsandoval@gmail.com>
Thu, 10 Aug 2017 19:56:26 +0000 (13:56 -0600)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 15 Aug 2017 17:03:20 +0000 (13:03 -0400)
1) Feature Tests Pass: https://jenkins.opendaylight.org/releng/view/eman/job/eman-validate-autorelease-nitrogen/lastBuild/
2) Features Comply with Guidelines: I dont' know how to find link to
   feature.xml
a) Feature Names: Prefixed with 'odl-' :
   odl-eman odl-eman-ui odl-eman-api
b) Features Descriptions: Present
c) Features Start-Levels: No start-levels on <bundle> elements or
   <feature> elements
3) Features Tested: Features have been tested for functionality with
   Features installed and tested locally per: https://wiki.opendaylight.org/view/Karaf:Step_by_Step_Guide#Prepare_your_feature_for_addition_to_the_integration_project
4) Integration Test Impact - none

Change-Id: I9b617d3405c82e0ca7256e3be07834624efaa61a
Signed-off-by: fsandoval <francisrsandoval@gmail.com>
artifacts/upstream/feature-repos/pom.xml
artifacts/upstream/single-features/pom.xml
features/repos/index/pom.xml

index e834dadae8fcbd7603ba48fb99aa3c5ef9dad2f3..de14f0882eeb70fc7560c2b8bc4d119122393837 100644 (file)
                 <type>xml</type>
             </dependency>
 
+            <!-- Eman -->
+            <dependency>
+                <groupId>org.opendaylight.eman</groupId>
+                <artifactId>features-eman</artifactId>
+                <version>${eman.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
+
             <!-- FaaS -->
             <dependency>
                 <groupId>org.opendaylight.faas</groupId>
index ce66631b3fbe31ebefd1040d94bbdbff06a1cd10..5365c9a5792f857209269fd93c7efb0174be1dcf 100644 (file)
                 <classifier>features</classifier>
             </dependency>
 
+            <!-- Eman -->
+            <dependency>
+                <groupId>org.opendaylight.eman</groupId>
+                <artifactId>odl-eman-ui</artifactId>
+                <version>${eman.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.eman</groupId>
+                <artifactId>odl-eman-api</artifactId>
+                <version>${eman.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.eman</groupId>
+                <artifactId>odl-eman</artifactId>
+                <version>${eman.version}</version>
+                <type>xml</type>
+                <classifier>features</classifier>
+            </dependency>
+
             <!-- FAAS -->
             <dependency>
                 <groupId>org.opendaylight.faas</groupId>
index b7d615b79dc296b171535fd02339f1277a3f9d97..d913996e86828fd33dd7bf290a762cd3949a6d7d 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+
+        <!-- Eman -->
+        <dependency>
+            <groupId>org.opendaylight.eman</groupId>
+            <artifactId>features-eman</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- FAAS -->
         <dependency>
             <groupId>org.opendaylight.faas</groupId>