summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>