eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
5 stars 10 forks source link

Stop hidding warnings via during builds #20

Closed vogella closed 2 years ago

vogella commented 2 years ago

The adaption of pomless builds is harder as multiple pom files contains -warn:-deprecation,raw,unchecked</code.ignoredWarnings>. IIRC these are used to hide warnings. What is the value of hidding warnings? Any additional warnings added to such plug-ins will not be visible.

I vote for removing these entries.

cc @akurtakov @HannesWell