[maven-debian-helper] 03/21: Silence encoding warning when building

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 13 15:05:42 UTC 2015


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 <arcticwaters at gmail.com>
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



More information about the pkg-java-commits mailing list