This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-debian-helper.
commit 95a06f600ffdc9b825dca66fd93937d3b1cbafa0 Author: Emmanuel Bourg <[email protected]> Date: Fri Aug 11 22:23:16 2017 +0200 Added the project.build.sourceEncoding property in the header of maven.properties --- debian/changelog | 8 ++++++++ maven-packager-utils/src/main/resources/maven.properties.vm | 1 + 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 95f6ede..40f4b0a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +maven-debian-helper (2.2.3) UNRELEASED; urgency=medium + + * Team upload. + * Added the project.build.sourceEncoding property in the documentation + header of the generated maven.properties file + + -- Emmanuel Bourg <[email protected]> Fri, 11 Aug 2017 22:21:11 +0200 + maven-debian-helper (2.2.2) unstable; urgency=medium * Team upload. diff --git a/maven-packager-utils/src/main/resources/maven.properties.vm b/maven-packager-utils/src/main/resources/maven.properties.vm index d942cd6..e51e7f6 100644 --- a/maven-packager-utils/src/main/resources/maven.properties.vm +++ b/maven-packager-utils/src/main/resources/maven.properties.vm @@ -2,6 +2,7 @@ $H Include here properties to pass to Maven during the build. $H For example: $H maven.test.skip=true +$H project.build.sourceEncoding=UTF-8 #if(!$runTests) maven.test.skip=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

