Decouple config and netconf subsystems.
[controller.git] / opendaylight / netconf / netconf-config-dispatcher / pom.xml
similarity index 78%
rename from opendaylight/config/netconf-config-dispatcher/pom.xml
rename to opendaylight/netconf/netconf-config-dispatcher/pom.xml
index e91d6c3fc20b86d5862286846d68283898236275..ef657d26ff358f4043082b05c3dd9e5395254a54 100644 (file)
@@ -8,12 +8,11 @@
 -->
 <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/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.opendaylight.controller</groupId>
-    <artifactId>config-plugin-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
-    <relativePath>../config-plugin-parent</relativePath>
-  </parent>
+    <parent>
+        <groupId>org.opendaylight.controller</groupId>
+        <artifactId>netconf-subsystem</artifactId>
+        <version>0.4.0-SNAPSHOT</version>
+    </parent>
 
   <artifactId>netconf-config-dispatcher</artifactId>
   <packaging>bundle</packaging>
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Export-Package>org.opendaylight.controller.config.yang.config.netconf,
-                      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.netconf.rev140408,</Export-Package>
-            <Import-Package>*</Import-Package>
-          </instructions>
-        </configuration>
       </plugin>
-      <plugin>
+        <plugin>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>yang-maven-plugin</artifactId>
-      </plugin>
+    </plugin>
     </plugins>
   </build>
 </project>