Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2014-08-13 15:26:59 +0000
committerMikaël Barbero2014-08-13 15:26:59 +0000
commitd09b0b901999a9b72740d433389b6e6edc2bc70e (patch)
treecf07134a9b8e9421e33f67c89528bc20c92f6415
parent7ffdb4cbfa17c8b359b82ffd90297efa92264f62 (diff)
downloadorg.eclipse.emf.compare-d09b0b901999a9b72740d433389b6e6edc2bc70e.tar.gz
org.eclipse.emf.compare-d09b0b901999a9b72740d433389b6e6edc2bc70e.tar.xz
org.eclipse.emf.compare-d09b0b901999a9b72740d433389b6e6edc2bc70e.zip
output compiler warnings
-rw-r--r--org.eclipse.emf.compare-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.emf.compare-parent/pom.xml b/org.eclipse.emf.compare-parent/pom.xml
index b3c98bc1e..da6d5dd97 100644
--- a/org.eclipse.emf.compare-parent/pom.xml
+++ b/org.eclipse.emf.compare-parent/pom.xml
@@ -205,6 +205,7 @@
<encoding>${java-source-encoding}</encoding>
<source>${source-java-version}</source>
<target>${target-java-version}</target>
+ <showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>

Back to the top