[FELIX-4517] Fix bbd verification problem with services exposing multiple interfaces

This includes a workaround for https://github.com/bndtools/bnd/pull/515

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1596145 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 7698072..bd5c699 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -55,6 +55,15 @@
      <target>1.5</target>
     </configuration>
    </plugin>
+   <plugin>
+    <groupId>org.apache.rat</groupId>
+    <artifactId>apache-rat-plugin</artifactId>
+    <configuration>
+     <excludes>
+      <exclude>**/*.mf</exclude>
+     </excludes>
+    </configuration>
+   </plugin>
   </plugins>
  </build>