This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-site-plugin.
commit 16536708ebcb1db81d1237702dc1b76c97381e2f Author: Emmanuel Bourg <[email protected]> Date: Tue Aug 29 01:50:31 2017 +0200 Set the source encoding to UTF-8 --- debian/changelog | 1 + debian/maven.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 68a7f95..700a9db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ maven-site-plugin (3.6-1) UNRELEASED; urgency=medium - Depend on libplexus-utils2-java instead of libplexus-utils-java - New build dependencies on junit4, libmaven-shade-plugin-java, libjetty9-extra-java and libplexus-component-metadata-java + * Set the source encoding to UTF-8 -- Emmanuel Bourg <[email protected]> Thu, 27 Jul 2017 19:28:19 +0200 diff --git a/debian/maven.properties b/debian/maven.properties index 16360f6..f72f582 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -3,3 +3,4 @@ # maven.test.skip=true maven.test.failure.ignore=true +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-site-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

