diff options
author | 2018-10-10 04:39:35 +0000 | |
---|---|---|
committer | 2018-10-10 04:39:35 +0000 | |
commit | 9abc9c644a96e74612a995b7194c69167317a6ae (patch) | |
tree | 188151d737a8ea38dffe651d9ed21396cebb4c29 /pom.xml | |
parent | 5c37beb20ca804afc810074463275d87436a65df (diff) | |
parent | 7409dfb144cf2a06210400134d822a1393462b1f (diff) |
Merge "vFW and vDNS support added to azure-plugin"1.2.0
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ <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/*,setup.py,**/aria/*</sonar.exclusions> </properties> <build> <pluginManagement> |