aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-08-24 20:04:09 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-08-24 20:04:20 +0000
commit1a71f2923a6b998316fe6c2cfec4a25428af1b4c (patch)
treec5cd2d417e63bcea4ca854e501e6e8f45c1cd7d5
parent4b3de5f13ad1a4f39bd15d6b0c58a1a430216821 (diff)
add build tree to sonar exclusion list
Change-Id: Ibad86b3b146a0388569827fa30e475c6f4bd984c Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2396
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 758ef44..8a688c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@ limitations under the License.
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>**/**.py</sonar.inclusions>
- <sonar.exclusions>tests/*,setup.py</sonar.exclusions>
+ <sonar.exclusions>tests/*,build/*,setup.py</sonar.exclusions>
</properties>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>