Commit 50056f39eb5cacd7777f385c4e5ae9eba36a3db1
1 parent
e011ca5b
Added UTF-8 encoding to schedule POM.
Showing
1 changed file
with
4 additions
and
2 deletions
| 1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> | 
| 2 | -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
| 3 | - xmlns="http://maven.apache.org/POM/4.0.0" | 2 | +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | 
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | 
| 5 | <modelVersion>4.0.0</modelVersion> | 4 | <modelVersion>4.0.0</modelVersion> | 
| 6 | <parent> | 5 | <parent> | 
| @@ -65,6 +64,9 @@ | @@ -65,6 +64,9 @@ | ||
| 65 | </plugin> | 64 | </plugin> | 
| 66 | </plugins> | 65 | </plugins> | 
| 67 | </build> | 66 | </build> | 
| 67 | + <properties> | ||
| 68 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
| 69 | + </properties> | ||
| 68 | <dependencies> | 70 | <dependencies> | 
| 69 | <dependency> | 71 | <dependency> | 
| 70 | <groupId>org.richfaces.framework</groupId> | 72 | <groupId>org.richfaces.framework</groupId> | 
Please
register
or
login
to post a comment