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