diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-08-24 20:04:09 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-08-24 20:04:20 +0000 |
commit | 1a71f2923a6b998316fe6c2cfec4a25428af1b4c (patch) | |
tree | c5cd2d417e63bcea4ca854e501e6e8f45c1cd7d5 | |
parent | 4b3de5f13ad1a4f39bd15d6b0c58a1a430216821 (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |