Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 61eb054a9..f436487d8 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -121,7 +121,7 @@
by ${code.ignoredWarnings} (see further down).
Good citizens don't override those default settings for their production bundles.
-->
- <code.ignoredWarnings>-warn:-deprecation,unavoidableGenericProblems,suppress</code.ignoredWarnings>
+ <code.ignoredWarnings>-warn:-deprecation,unavoidableGenericProblems,warningToken</code.ignoredWarnings>
<!--
Test bundles may override the list of ignored warnings by setting this at the top of their pom.xml:
@@ -130,7 +130,7 @@
</properties>
Good citizens use those default settings for their test bundles.
-->
- <tests.ignoredWarnings>-warn:-deprecation,raw,unchecked,discouraged,suppress</tests.ignoredWarnings>
+ <tests.ignoredWarnings>-warn:-deprecation,raw,unchecked,discouraged,warningToken</tests.ignoredWarnings>
<!--
repo for released versions of CBI. Note, we intentionally use as specific a repo as possible.

Back to the top