Currently, I am trying to learn how to use Maven properly. So I found a Spring Boot Tutorial and there is the following command:
mvn package && java -jar target/gs-spring-boot-0.1.0.jar
This command works in the Windows Shell, but unfortunately, not in Eclipse (newest MARS version). How do I have to rewrite the goal to get it working?