Add missing application titles in app.xml with pom.xml clean up

Change-Id: I543572d696f30f2ceebd39d9c6c33be55f5da38d
diff --git a/providers/ovsdb/base/app.xml b/providers/ovsdb/base/app.xml
index c8dbc09..b752f6d 100644
--- a/providers/ovsdb/base/app.xml
+++ b/providers/ovsdb/base/app.xml
@@ -15,7 +15,7 @@
   ~ limitations under the License.
   -->
 <app name="org.onosproject.ovsdb-base" origin="ON.Lab" version="${project.version}"
-     category="default" url="http://onosproject.org"
+     category="default" url="http://onosproject.org" title="OVSDB Provider"
      featuresRepo="mvn:${project.groupId}/${project.artifactId}/${project.version}/xml/features"
      features="${project.artifactId}">
     <description>${project.description}</description>