You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/06/24 17:06:18 UTC

svn commit: r1139347 - /felix/trunk/bundleplugin/pom.xml

Author: mcculls
Date: Fri Jun 24 15:06:18 2011
New Revision: 1139347

URL: http://svn.apache.org/viewvc?rev=1139347&view=rev
Log:
FELIX-2427: add plugin report

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1139347&r1=1139346&r2=1139347&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Fri Jun 24 15:06:18 2011
@@ -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>