Quick build maven project using maven docker container

Build a maven project with haste using Maven's Docker container

Motivation

To make Plot-plugin compatible with Pipeline (Jenkins file) in Jenkins2

https://github.com/MarkusDNC/plot-plugin

I had to build and install the plugin from the hpi file.

I didn't have the maven environment at hand, so I searched for it with docker.

procedure

docker run -it maven /bin/bash

You can log in to the container that contains the maven environment by executing. After that, you can compile with git clone-> mvn install

Summary

Docker container super convenient

Recommended Posts

Quick build maven project using maven docker container
Build a Kotlin app using OpenJDK's Docker container
[Docker] Build an Apache container on EC2 using dockerfile
multi-project docker build using jib
How to build CloudStack using Docker
Build WebRTC Janus with Docker container
Build an authentication proxy server using Docker
Docker container build fails to install php-radis
Create Maven Project
Try using Maven
Extract key phrases using Text Analytics Docker container
Test, build, and push your Docker image to GitHub Container Registry using GitHub Actions
I made a Docker container to run Maven
Send emails using Docker container on Raspberry Pi 3
Build a container for Docker x Laravel phpMyAdmin
Quick docker / nginx
Small Docker container
Automate Java (Maven) project build with CircleCI + Orbs
Try using another Servlet container Jetty with Docker
Create a Java (Maven) project with VS Code and develop it on a Docker container
Build a docker container for a python simple web server
Easily build Redmine on Windows using WSL2 and Docker
Run the Android emulator on Docker using Android Emulator Container Scripts
Try to build a Java development environment using Docker
[2021] Build a Docker + Vagrant environment for using React / TypeScript
I tried to build an environment using Docker (beginner)
Docker container usage scene
Create Maven Web Project
[Amateur remarks] Build multiple WordPress on AWS using Docker Compose
[Memo] Commands used when using Docker (stop container, delete, delete image)
I tried to build the environment little by little using docker
Build a container that automatically formats Docker x Laravel code
Try Hello World using plain Java on a Docker container