Sign inSign up

bananabb/maven

By bananabb

Updated over 2 years ago

This repository for user to build the jar file by maven

Image
Developer tools
0

325

bananabb/maven repository overview

maven

This repository for user to build the jar file by maven

Getting Started

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.

Installation
  1. Install Docker.
  2. Download the source from public Docker Hub or run Usage tag provided.
Usage
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

License

MIT © BananaBb

Tag summary

Content type

Image

Digest

sha256:34da16eba

Size

250.1 MB

Last updated

over 2 years ago

docker pull bananabb/maven