Compiling java build path warnings settings in eclipse returns after maven "update project"

Whenever I do a maven upgrade project ( alt+ f5), the "Ignore optional compilation problems" option reverts to "No". This annoys me for the fact that it generates sources that I cannot fix.

Does anyone know how to get it to stick?

enter image description here

+3


source to share


1 answer


Another solution to the problem is to add suppressors to the generated clans using the jaxb2-annotate-plugin



Suppress compiler warnings on generated JAXB classes

0


source







All Articles