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.
At the end it wasn't possible to interconnect the development machine and the raspberry pi to write the code from my machine live into the raspberry's hardware. At least not with a maven project.
If I had to do it again today, I would set a Jenkins server for CI and to be able to deploy the binaries in an easier way to test.