Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-10-24 12:57:08 +0000
committerSravan Kumar Lakkimsetti2016-10-29 18:21:03 +0000
commitfeafe5ccfb91fa741281fa695bff24abb11de933 (patch)
tree27345420ce9576065e3dcdb5577384292defc1d4
parent18750f8492c6d33ac84227dc6f79c8f27e6b0c0a (diff)
downloadeclipse.platform.releng.aggregator-feafe5ccfb91fa741281fa695bff24abb11de933.tar.gz
eclipse.platform.releng.aggregator-feafe5ccfb91fa741281fa695bff24abb11de933.tar.xz
eclipse.platform.releng.aggregator-feafe5ccfb91fa741281fa695bff24abb11de933.zip
Bug 506435 - Enable project specific warnings and errors in build
Change-Id: I42f4955bf3f569e582e0d990f672d4c6cd84066c Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 88745fcf7..cf62480d5 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -497,6 +497,7 @@ No need to specify sonatype URL for "Tycho". released versions available on mave
<excludeResources>
<exclude>**/package.html</exclude>
</excludeResources>
+ <useProjectSettings>true</useProjectSettings>
</configuration>
</plugin>
<plugin>

Back to the top