As part of small project i need to provide a micro service to create/generate maven based java projects (something similar to Spring Initializr but a basic one ).
Since my aim is to just get a maven project, i came across Maven Invoker which looks like would serve my purpose. The question that i have is, if i have to host on heroku or aws/gce would it work? I ask because they look like need maven installed on the host where it is deployed , or am i wrong. Any help would be appreciated.