This repository for user to build the jar file by maven
326
This repository for user to build the jar file by maven
These instructions will get you to build maven environment in your docker. See Installation for notes on how to build your maven environment on a live system.
docker pull bananabb/maven:3.8.8
docker run -itd -v [Target Build Directory]:/data --name maven-build bananabb/maven
docker exec -it maven-build mvn clean install
MIT © BananaBb
Content type
Image
Digest
sha256:34da16eba…
Size
250.1 MB
Last updated
over 2 years ago
docker pull bananabb/maven