This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new df66108  SCB-588 add archetypes sourceEncoding UTF-8
df66108 is described below

commit df66108e162e240c7ab71ca1d9f2ffd1792d5cb3
Author: zhengyangyong <yangyong.zh...@huawei.com>
AuthorDate: Thu May 17 11:02:35 2018 +0800

    SCB-588 add archetypes sourceEncoding UTF-8
    
    Signed-off-by: zhengyangyong <yangyong.zh...@huawei.com>
---
 .../src/main/resources/archetype-resources/pom.xml                       | 1 +
 .../business-service-pojo/src/main/resources/archetype-resources/pom.xml | 1 +
 .../src/main/resources/archetype-resources/pom.xml                       | 1 +
 .../src/main/resources/archetype-resources/pom.xml                       | 1 +
 4 files changed, 4 insertions(+)

diff --git 
a/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
index 2ad5a5e..eb7f27f 100644
--- 
a/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/business-service-jaxrs/src/main/resources/archetype-resources/pom.xml
@@ -25,6 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
   </properties>
 
diff --git 
a/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
index a1bcdab..d5d0494 100644
--- 
a/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/business-service-pojo/src/main/resources/archetype-resources/pom.xml
@@ -25,6 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
   </properties>
 
diff --git 
a/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
index 7d5282a..8d9e016 100644
--- 
a/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/business-service-spring-boot-starter/src/main/resources/archetype-resources/pom.xml
@@ -25,6 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
     <springboot.version>1.4.5.RELEASE</springboot.version>
   </properties>
diff --git 
a/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
 
b/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
index f3757b7..187d5f3 100644
--- 
a/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
+++ 
b/archetypes/business-service-springmvc/src/main/resources/archetype-resources/pom.xml
@@ -25,6 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <java-chassis.version>1.0.0-m2-SNAPSHOT</java-chassis.version>
   </properties>
 

-- 
To stop receiving notification emails like this one, please contact
ningji...@apache.org.

Reply via email to