Add titles and categories for onos sample applications

- Bump up onos-maven-plugin to 1.9

Change-Id: Ida0a576b1b33f4e9b3437e2ff6a0f7c79976065d
diff --git a/ifwd/pom.xml b/ifwd/pom.xml
index d32086d..7704fe3 100644
--- a/ifwd/pom.xml
+++ b/ifwd/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Copyright 2014 Open Networking Laboratory
+  ~ Copyright 2014-2016 Open Networking Laboratory
   ~
   ~ Licensed under the Apache License, Version 2.0 (the "License");
   ~ you may not use this file except in compliance with the License.
@@ -33,6 +33,10 @@
 
     <properties>
         <onos.app.name>org.onosproject.ifwd</onos.app.name>
+        <onos.app.origin>ON.Lab</onos.app.origin>
+        <onos.app.title>Reactive Forwarding App (Intent)</onos.app.title>
+        <onos.app.category>Traffic Steering</onos.app.category>
+        <onos.app.url>http://onosproject.org</onos.app.url>
     </properties>
 
 </project>