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 2011/05/18 11:24:42 UTC

svn commit: r1124126 - /incubator/ognl/trunk/pom.xml

Author: olamy
Date: Wed May 18 09:24:41 2011
New Revision: 1124126

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

Modified:
    incubator/ognl/trunk/pom.xml

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1124126&r1=1124125&r2=1124126&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Wed May 18 09:24:41 2011
@@ -352,6 +352,14 @@ limitations under the License.
             <artifactId>javancss-maven-plugin</artifactId>
             <version>2.0</version>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.sonar-plugins</groupId>
+            <artifactId>maven-report</artifactId>
+            <version>0.1</version>
+            <configuration>
+              <sonarHostURL>https://analysis.apache.org/</sonarHostURL>
+            </configuration>
+          </plugin>
         </plugins>
       </reporting>
     </profile>