ONOS-3503 Remove OchPort out of core.

- Implementation of a Behavior OpticalDevice has the knowledge of
  translating annotations into optical specific port.
- OpticalDeviceServiceView checks if the Device is a OpticalDevice
  and translate all the Ports to optical specific port before returning.

- This commit contains feedbacks, issues, and fixes by Michele Santuari.

- Note: 3 more Port types to go (OduClt, Oms, Otu)

Change-Id: I4cbda8bc1922fbdd4dac8de8d02294bad74b8058
diff --git a/pom.xml b/pom.xml
index 8ed1665..6e83f13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -650,6 +650,9 @@
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>3.0.1</version>
                     <extensions>true</extensions>
+                    <configuration>
+                        <niceManifest>true</niceManifest>
+                    </configuration>
                 </plugin>
 
                 <plugin>