From 1a71f2923a6b998316fe6c2cfec4a25428af1b4c Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Mon, 24 Aug 2020 20:04:09 +0000 Subject: add build tree to sonar exclusion list Change-Id: Ibad86b3b146a0388569827fa30e475c6f4bd984c Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-2396 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. py python **/**.py - tests/*,setup.py + tests/*,build/*,setup.py ${project.artifactId}-${project.version} -- cgit 1.2.3-korg