Remove deprecated sonar.profile property 36/14236/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 19 Jan 2015 04:04:21 +0000 (23:04 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 19 Jan 2015 04:04:23 +0000 (23:04 -0500)
sonar.profile is deprecated in Sonar 4.5.x which is used by ODL.

Change-Id: I0d4f6c33c4324682035858c45b14af265be97c4b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
common/parent/pom.xml

index 1e2803c655b5fa91f98274050dc18f5d2a16cd41..a2fa60ee4393d3a59cefdb7d630857e892abe857 100644 (file)
@@ -36,7 +36,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>
 
     <dependencyManagement>
 
 
     <!-- Note: we can not use variables for these URLs because we need to
-         be able to download the parent pom from the repository the first 
+         be able to download the parent pom from the repository the first
          time we go to use it (since it is in a different project).
          To override the settings, use the "mirror" section of the
          settings.xml. See http://maven.apache.org/settings.html -->