FELIX-2427: add plugin report

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1139347 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 136ea86..6dc4b81 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -145,4 +145,15 @@
    <scope>test</scope>
   </dependency>
  </dependencies>
+
+ <reporting> 
+  <plugins> 
+   <plugin> 
+    <groupId>org.apache.maven.plugins</groupId> 
+    <artifactId>maven-plugin-plugin</artifactId> 
+    <version>2.8</version> 
+   </plugin> 
+  </plugins> 
+ </reporting>
+
 </project>