How to tell eclipse to ignore: "No persistence.xml file found in project"
Window->Preferences->Java Persistence-> JPA-> Errors/warnings-> Project
Then change it from error to whatever you like(warning/info/ignore). You could also choose configure project specific settings if you don't want it to affect other projects
Thanks to sionnach733 who put me on the right way