I am using the M2Eclipse plugin in Eclipse.
And I don’t know why, every time I import a Maven project into Eclipse, it always generates an empty file - src / main / META-INF / MANIFEST.MF (projects using jar-packaged) - file src / main /webapp/META-INF/MANIFEST.MF(projects packed during the war)
I find this a bit annoying ;-) Does anyone know how to disable this behavior?
thank
source
share