aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/protocols/netconf/ctl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/protocols/netconf/ctl/pom.xml')
-rw-r--r--framework/src/onos/protocols/netconf/ctl/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/framework/src/onos/protocols/netconf/ctl/pom.xml b/framework/src/onos/protocols/netconf/ctl/pom.xml
index e022acba..bae59f07 100644
--- a/framework/src/onos/protocols/netconf/ctl/pom.xml
+++ b/framework/src/onos/protocols/netconf/ctl/pom.xml
@@ -28,6 +28,8 @@
<artifactId>onos-netconf-ctl</artifactId>
<packaging>bundle</packaging>
+ <description>ONOS NETCONF plugin controller</description>
+
<dependencies>
<dependency>
<groupId>org.osgi</groupId>
@@ -86,6 +88,10 @@
</instructions>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-scr-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>