Hi Jettro,
- The version of the compiler plugin is a bit strange. Not in a
normal maven repository. Better to take 2.3.1 I think
Tnx for the hint - It was copied from an old configuration... I
checked all plugins and updated the versions to the newest available
version.
- I think it is better to generate the MANIFEST.MF file, and if not, put
in in the resources folder.
So do I - The files were automatically created by the Eclipse Maven
plugin... I deleted them (until the plugin creates it again 
- What is the difference between project.properties and
auction-command.properties?
The properties in the "resources" folder of the project is included to
get programatically access to the name, version and build time of the
project. You can use Utils.getProjectInfo(..) to read the information.
The other "project.properties" was a bad named duplicate - I deleted
it.
- I also prefer to have a config module setup, not config property files for
each and every module
Hmm... We don't have other properties files at the moment (except
"[project-name].properties") - Not sure what kind of setup you mean
exactly?
Cheers,
Michael