3

Whenever I do a maven update project (alt+f5), the setting "Ignore optional compile problems" revert to "No". This annoys the heck out of me since it is generated sources which i cant fix.

Anyone know how to make it stick?

enter image description here

Viktor Mellgren
  • 4,318
  • 3
  • 42
  • 75

1 Answers1

0

Another solution to the problem is to add suppressions to the generated clases using a plugin called jaxb2-annotate-plugin

Suppress compiler warnings on JAXB generated classes

Community
  • 1
  • 1
Viktor Mellgren
  • 4,318
  • 3
  • 42
  • 75