This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository build-helper-maven-plugin.
commit 7526ea8ad07a7b84bbe41ebe49b2d843a8518382 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 1 13:17:30 2014 +0100 Set the source encoding to avoid a build failure --- debian/changelog | 1 + debian/maven.properties | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 886ec37..9775e0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ build-helper-maven-plugin (1.8-1) UNRELEASED; urgency=low * New upstream release + * Set the source encoding to avoid a build failure * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields diff --git a/debian/maven.properties b/debian/maven.properties index f14f63b..240d3bd 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,3 +2,4 @@ maven.test.skip=true maven.compiler.source=1.5 maven.compiler.target=1.5 +project.build.sourceEncoding=UTF-8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/build-helper-maven-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

