You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2013/01/09 10:41:11 UTC

svn commit: r1430748 - /commons/proper/exec/trunk/pom.xml

Author: olamy
Date: Wed Jan  9 09:41:11 2013
New Revision: 1430748

URL: http://svn.apache.org/viewvc?rev=1430748&view=rev
Log:
add sonar report

Modified:
    commons/proper/exec/trunk/pom.xml

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1430748&r1=1430747&r2=1430748&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Wed Jan  9 09:41:11 2013
@@ -173,6 +173,11 @@
                     <excludeFilterFile>${basedir}/findbugs-exclude-filter.xml</excludeFilterFile>
                 </configuration>
             </plugin>
+          <plugin>
+            <groupId>org.codehaus.sonar-plugins</groupId>
+            <artifactId>maven-report</artifactId>
+            <version>0.1</version>
+          </plugin>
         </plugins>
     </reporting>
     <profiles>