Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-02-17 07:54:30 +0000
committerUwe Stieber2012-02-17 07:54:30 +0000
commitb70fcf419f36557886339e67f97e35bf56a82376 (patch)
tree2d20816bd455e2d00480f0c726e061a00fe61a2f
parent27c7a2ca29bea00fe3b5c5ab54f8e030d89aec14 (diff)
downloadorg.eclipse.tcf-b70fcf419f36557886339e67f97e35bf56a82376.tar.gz
org.eclipse.tcf-b70fcf419f36557886339e67f97e35bf56a82376.tar.xz
org.eclipse.tcf-b70fcf419f36557886339e67f97e35bf56a82376.zip
Fix source build
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f677a3277..27bddf7d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,6 +189,14 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-source-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <encoding>UTF-8</encoding>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.4.1-SNAPSHOT</version>

Back to the top