How To
Import a pom-only project into Eclipse
'mvn eclipse:eclipse' won't generate .project and .classpath for a pom-only project.
Change the packaging to jar temporarily, run mvn eclipse:eclipse and then revert changes.
Then you can File -> Import -> Existing projects into workspace and Eclipse will recognize it.
Build an internal repository containing the plugins from an Eclipse installation
...
