Remove unncessary Sonar variables 20/15220/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 Feb 2015 21:44:28 +0000 (16:44 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 12 Feb 2015 21:45:14 +0000 (16:45 -0500)
These variables are managed server side or in Jenkins with the latest
Sonar release so should not be configured in project pom.xml files.

Change-Id: I34dc5a64569a1aaf2ca65f0cff2aa87a9f9b1b6f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index a63eb495ec72a808ef105e3752243b6bf29ad5e9..c1bf621875cff26b2eb390e8ea2c6828414e4ca8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </scm>
 
     <properties>
-        <sonar.host.url>https://sonar.opendaylight.org/</sonar.host.url>
         <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
         <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <jmxGeneratorPath>${project.build.directory}/yang-gen-config</jmxGeneratorPath>
         <karaf.distro.empty.version>1.5.0-SNAPSHOT</karaf.distro.empty.version>
         <salGeneratorPath>${project.build.directory}/yang-gen-sal</salGeneratorPath>
-        <sonar.branch>${user.name}-private-view</sonar.branch>
         <sonar.skippedModules>org.openflow.openflowj,net.sf.jung2</sonar.skippedModules>
         <yang.prototype.version>1.2.0-SNAPSHOT</yang.prototype.version>
         <ietf.model.version>2010.09.24.7-SNAPSHOT</ietf.model.version>
@@ -54,7 +52,6 @@
         <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
         <sonar.jacoco.reportPath>target/code-coverage/jacoco.exec</sonar.jacoco.reportPath>
         <sonar.jacoco.itReportPath>target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
-        <sonar.profile>Sonar way with Findbugs</sonar.profile>
     </properties>
 
     <distributionManagement>