To generate these classes you will need to do 'mvn install' (or perhaps 'mvn compile' is enough) from command line (or force via IDE maven plugin)?
The reason these are generated is to inject Maven version number from pom.xml into templated version of the class, which is then simple and efficient to access programmatically.
Earlier we instead included a simple text file (VERSION.txt) that had this information, but it turned out to be a significant problem for Android usage, due to oddities of Android platform (any resource files that exist not only live in memory, but for some reason or other end up including the whole jar contents it seems).
I don't know if there is a way to make IDE auto-run everything needed; if anyone knows, please share.
I haven't had much problems with Eclipse or Idea, but I tend to always run initial install from command-line.
-+ Tatu +-