From ee60bf3428da7e874f3a00d0919ec4965ebe56ec Mon Sep 17 00:00:00 2001 From: huguenindo Date: Fri, 7 Jan 2022 21:23:54 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20mise=20=C3=A0=20jour=20du=20pom=20avec?= =?UTF-8?q?=20les=20commandes=20pour=20g=C3=A9n=C3=A9rer=20l'image=20docke?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 89 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1049b43..f376a87 100644 --- a/pom.xml +++ b/pom.xml @@ -156,7 +156,21 @@ - + + + org.apache.maven.plugins + maven-help-plugin + 3.1.0 + + + show-profiles + compile + + active-profiles + + + + @@ -172,5 +186,79 @@ + + + docker + + + src/main/docker/Dockerfile + + + + + + + maven-resources-plugin + 3.2.0 + + + copy-resources + validate + + copy-resources + + + ${basedir}/target + + + src/main/docker + true + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + deploy + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + -- GitLab