git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [JGIT PATCH] Force maven build to assume UTF-8 encoded source files
@ 2008-09-08 19:46 Robin Rosenberg
  2008-09-09  2:05 ` Imran M Yousuf
  0 siblings, 1 reply; 2+ messages in thread
From: Robin Rosenberg @ 2008-09-08 19:46 UTC (permalink / raw)
  To: spearce; +Cc: imyousuf, git, Robin Rosenberg

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
---
 jgit-maven/jgit/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

We had one unit test failing because of this.

-- robin

diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml
index fe9b0c5..8ea56ca 100644
--- a/jgit-maven/jgit/pom.xml
+++ b/jgit-maven/jgit/pom.xml
@@ -155,6 +155,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
+		    <encoding>UTF-8</encoding>
                 </configuration>
             </plugin>
         </plugins>
-- 
1.6.0.1.267.gec3a

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-09  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-08 19:46 [JGIT PATCH] Force maven build to assume UTF-8 encoded source files Robin Rosenberg
2008-09-09  2:05 ` Imran M Yousuf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).