WillemJiang closed pull request #710: [SCB-588] Set archetypes sourceEncoding 
to UTF-8
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/710
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 2ad5a5e6b..eb7f27f25 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 a1bcdabc7..d5d049456 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 7d5282a10..8d9e01659 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 f3757b7e0..187d5f357 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>
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to