I'm doing an app for a raspberry pi 3 B, I'd like to write the code using Eclipse Neon 3 in my computer, and set on hot deployment, so the project itself it's inside the raspberry.
Right now I have connection to the raspberry from built-in Eclipse Remote System, I can connect myself this way, create a normal remote project and develop from my computer.
The trouble arises when trying to create this way a Maven project or trying to transform the previously created, normal project, into a Maven project.
How can I do that?
I need the remote connection, the compilation and launch of the code I don't mind to do it manually.