diff --git a/pom.xml b/pom.xml index 1049b4333a94af5de5520eedabcb629d7d536343..f376a875f08f1f91989c4942380cb8df2ff22665 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 + + + + + + + +