aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/providers/host/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/providers/host/pom.xml')
-rw-r--r--framework/src/onos/providers/host/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/framework/src/onos/providers/host/pom.xml b/framework/src/onos/providers/host/pom.xml
index e8f32ca1..ddbdbfc5 100644
--- a/framework/src/onos/providers/host/pom.xml
+++ b/framework/src/onos/providers/host/pom.xml
@@ -29,7 +29,11 @@
<artifactId>onos-host-provider</artifactId>
<packaging>bundle</packaging>
- <description>ONOS host tracking provider</description>
+ <properties>
+ <onos.app.name>org.onosproject.hostprovider</onos.app.name>
+ </properties>
+
+ <description>ONOS host location provider</description>
<dependencies>
<dependency>
<groupId>org.onosproject</groupId>