docker container run --volume $PWD:/helloworld-java-9 --workdir /helloworld-java-9 \ -it --rm openjdk:9-jdk-slim \ ./mvnw package