Repository: usergrid Updated Branches: refs/heads/master 761aa4410 -> 104f64eb4
Add UTF-8 sourceEncoding, without it build fails on some platforms. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/104f64eb Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/104f64eb Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/104f64eb Branch: refs/heads/master Commit: 104f64eb4f318221f0d11bf43baad0e7c630cafe Parents: 761aa44 Author: Dave Johnson <snoopd...@gmail.com> Authored: Thu Mar 2 13:35:15 2017 -0500 Committer: Dave Johnson <snoopd...@gmail.com> Committed: Thu Mar 2 13:35:15 2017 -0500 ---------------------------------------------------------------------- stack/corepersistence/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/104f64eb/stack/corepersistence/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml index 527e439..8a45323 100644 --- a/stack/corepersistence/pom.xml +++ b/stack/corepersistence/pom.xml @@ -67,6 +67,7 @@ limitations under the License. </profiles> <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target>