Hello,
I was going to try and make a multi-stage dockerfile that consists a maven stage and a java stage to compile the project cloned from github.
How would I compile/build the project using maven?
When I copy what is within the forge-master folder into a src folder in the image and run:
maven -f pom.xml clean package
It starts building but then tells me forge-gui
and the other child folders do not exist.
Was wondering if their were specific maven commands i need to run in order to build the project.?.