I use the M2Eclipse plugin in Eclipse.
And I don't know for what reason, each time I import a Maven project in Eclipse, it always generates an empty - src/main/META-INF/MANIFEST.MF file (jar-packaged projects) - src/main/webapp/META-INF/MANIFEST.MF file (war-packaged projects)
I find this a bit annoying ;-) Does someone know how to disable this behavior ?
Thanks