I'm using maven to build my spring boot jar.
With the wagon-maven-plugin i can upload it on my dev server, but then i need to ssh into the server and do the java -jar package.jar command to make the application start. Is there a way with maven to upload the jar AND then run it?
I have tried with men:spring-boot:run but it looks like it only works on local, no upload possibility...