]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-1716: set the antrun plugin that runs check-env-vars to <inherited>false</inheri...
authorAnthony Bucci <anthony@bucci.onl>
Fri, 21 Mar 2025 19:59:28 +0000 (15:59 -0400)
committerMichael Ritter <mike.ritter@lyrasis.org>
Fri, 21 Mar 2025 20:04:00 +0000 (14:04 -0600)
DRYD-1716: set the antrun plugin that runs check-env-vars to <inherited>false</inherited> to prevent child projects from running this check. It is now only run once.

Co-authored-by: Anthony Bucci <abucci@bucci.onl>
pom.xml

diff --git a/pom.xml b/pom.xml
index 8f3f5d437ed80aaa0a65daf918325904c9d59075..7950dc31847e3e604a71cf746b03b9f7861c6188 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <artifactId>maven-antrun-plugin</artifactId>
                                <version>1.8</version> <!-- Most recent version is 3.0.0 -->
+                               <inherited>false</inherited>
                                <executions>
                                        <execution>
                                                <id>check-environment-vars</id>