diff options
Diffstat (limited to 'newton/pom.xml')
-rw-r--r-- | newton/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newton/pom.xml b/newton/pom.xml index 555f3b53..ceff90cc 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -28,6 +28,12 @@ <packaging>pom</packaging> <name>multicloud/openstack/newton</name> <description>multicloud for openstack newton</description> + <properties> + <encoding>UTF-8</encoding> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <nexusproxy>https://nexus.onap.org</nexusproxy> + </properties> <build> <plugins> <plugin> |