Author: olamy
Date: Thu Oct 13 12:53:09 2011
New Revision: 1182818
URL: http://svn.apache.org/viewvc?rev=1182818&view=rev
Log:
DIRECTMEMORY-2 add sonar url
Modified:
incubator/directmemory/trunk/directmemory-cache/pom.xml
Modified: incubator/directmemory/trunk/directmemory-cache/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/directmemory-cache/pom.xml?rev=1182818&r1=1182817&r2=1182818&view=diff
==============================================================================
--- incubator/directmemory/trunk/directmemory-cache/pom.xml (original)
+++ incubator/directmemory/trunk/directmemory-cache/pom.xml Thu Oct 13 12:53:09
2011
@@ -46,6 +46,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<siteUrlDeployment>scp://people.apache.org/www/incubator.apache.org/directmemory</siteUrlDeployment>
+ <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
</properties>
<build>
@@ -310,6 +311,11 @@ under the License.
<artifactId>maven-jxr-plugin</artifactId>
<version>2.2</version>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.sonar-plugins</groupId>
+ <artifactId>maven-report</artifactId>
+ <version>0.1</version>
+ </plugin>
</plugins>
</reporting>