Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-09-22 15:09:57 +0000
committerGerrit Code Review @ Eclipse.org2015-09-22 20:45:47 +0000
commit0246be9a048c44bfd974fffc3f9be67c39ca1e50 (patch)
treea8733d01f08bac03aeb8cceb3f7d06ca8c808db5 /pom.xml
parenteecd04d279a314880e9471a8542d474c1b0b68d8 (diff)
downloadorg.eclipse.cdt-0246be9a048c44bfd974fffc3f9be67c39ca1e50.tar.gz
org.eclipse.cdt-0246be9a048c44bfd974fffc3f9be67c39ca1e50.tar.xz
org.eclipse.cdt-0246be9a048c44bfd974fffc3f9be67c39ca1e50.zip
Bug 478074 - Maven builds don't show same error as Eclipse
Change-Id: I48d1cae2d0b4a386cb805259218046c175d2c7c7 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4c12db93fe0..2186d2be42b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,6 +545,7 @@
<version>${tycho-version}</version>
<configuration>
<encoding>UTF-8</encoding>
+ <useProjectSettings>true</useProjectSettings>
</configuration>
</plugin>
<!-- enable source bundle generation -->

Back to the top