Bug 4276 - restconf-artifacts is missing restconf-features xml 38/26638/1
authorJMorvay <jmorvay@cisco.com>
Tue, 8 Sep 2015 08:30:30 +0000 (10:30 +0200)
committerJMorvay <jmorvay@cisco.com>
Tue, 8 Sep 2015 08:30:30 +0000 (10:30 +0200)
Add features classifier, xml type and runtime scope to features-restconf
artifact in restconf-artifacts

Change-Id: If264169f0c584aace07b925aecaae219f91dff77
Signed-off-by: JMorvay <jmorvay@cisco.com>
opendaylight/restconf/restconf-artifacts/pom.xml

index 5d6635d750d2639e6f4654be5d514c1edfb0e33d..6fab65725b2b4493be86424710dcc866403da801 100644 (file)
@@ -40,6 +40,9 @@
                 <groupId>${project.groupId}</groupId>
                 <artifactId>features-restconf</artifactId>
                 <version>${project.version}</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+                <scope>runtime</scope>
             </dependency>
         </dependencies>
     </dependencyManagement>