From 44c0025860cdc32447a7f484a9695e4620b07cda Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 21 Feb 2022 11:15:14 +0100 Subject: [PATCH] add maven-helper-plugin: show active profile --- pom.xml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0d49bd1..f068ce4 100644 --- a/pom.xml +++ b/pom.xml @@ -439,7 +439,8 @@ - + + org.codehaus.mojo build-helper-maven-plugin @@ -582,6 +583,7 @@ + org.codehaus.mojo build-helper-maven-plugin @@ -1670,7 +1672,20 @@ - + + org.apache.maven.plugins + maven-help-plugin + 3.0.1 + + + show-profiles + compile + + active-profiles + + + + org.codehaus.mojo buildnumber-maven-plugin