I'm developing a Maven Project in a Virtual Machine and would like to use the full Eclipse functionality on the host system, including refactoring and debugging and ideally execution of Maven Commands from the IDE.
Is there any way to use something like headless Eclipse and connect to it from my local IDE (not using eclim that is)?
Right now my work around would be to mount the file system with SSHFS (as I didn't find a way to work completely in sync with RSE), import into Eclipse and run mvnDebug.
If someone has a more elegant or standarized hands on approach, I'd be thankful for any suggestion.