summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorAndrew Gauld <ag1282@att.com>2018-02-22 14:55:37 -0500
committerAndrew Gauld <ag1282@att.com>2018-02-22 14:56:35 -0500
commit6e6babd96b389602e6ab4b3550a0c3db4f9ae7c6 (patch)
treeeaadd3605e818063bf492b71a079b0c0aa4ecc87 /pom.xml
parentd154b4c606f4af5873676fed4bea39f8b91adee6 (diff)
Make SONAR code coverage work
Change-Id: Id54f9199d4ac7a1a501a875743fa35aecbe60ac4 Issue-ID: DCAEGEN2-355 Signed-off-by: Andrew Gauld <ag1282@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 5551520..acebb69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,5 +36,10 @@ limitations under the License.
<module>pgaas</module>
<module>dnsdesig</module>
</modules>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <sonar.host.url>http://localhost:9000</sonar.host.url>
+ <sonar.exclusions>**/*.py</sonar.exclusions>
+ </properties>
</project>