Rename netconf-impl to netconf-server
[netconf.git] / protocol / netconf-server / pom.xml
similarity index 76%
rename from protocol/netconf-impl/pom.xml
rename to protocol/netconf-server/pom.xml
index da8f7689318797a30ea98713a6dd0cd29f714608..28acf944e98993d0bc583fa1c8a64b1f55ee6238 100644 (file)
@@ -16,7 +16,7 @@
     <relativePath>../../parent</relativePath>
   </parent>
 
-  <artifactId>netconf-impl</artifactId>
+  <artifactId>netconf-server</artifactId>
   <name>${project.artifactId}</name>
   <packaging>bundle</packaging>
 
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <Export-Package>org.opendaylight.netconf.impl.*</Export-Package>
-          </instructions>
-        </configuration>
-      </plugin>
-      <plugin>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-
 </project>