diff options
author | Bin Yang <bin.yang@windriver.com> | 2017-10-11 16:19:45 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2017-10-11 16:19:45 +0800 |
commit | 32a106d589916760dd2232c6a8570aa57c0ee893 (patch) | |
tree | 947e6e3d2957da4a897bb1ec252dc12629ca5c09 /windriver/pom.xml | |
parent | d8a7b383479d281b175c326b63dec84284cf8077 (diff) |
Add staging docker images for OpenStack plugins
Add staging docker images and enable logger of submodules
Change-Id: Ib64f30ab50002dca67c6835866ffc46fc83d7934
Issue-Id: MULTICLOUD-110
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'windriver/pom.xml')
-rw-r--r-- | windriver/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/windriver/pom.xml b/windriver/pom.xml index 6e6c9d00..9e468219 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -33,6 +33,12 @@ <type>zip</type> </dependency> </dependencies> + <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> |