This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch maven-debian-helper-2.0
in repository maven-debian-helper.

commit 5e6c47bf1568761e0fb642b66cc9f0df3f8a381d
Author: Andrew Schurman <[email protected]>
Date:   Fri Sep 5 19:40:48 2014 -0700

    Silence encoding warning when building
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 005fcad..de0ab30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,10 @@
     <packaging>pom</packaging>
     <description>Helper tools for using Maven to build Debian 
packages</description>
 
+    <properties>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    </properties>
+
     <modules>
         <module>maven-debian-helper</module>
         <module>debian-maven-plugin</module>

-- 
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

Reply via email to