Update enforcer plugin execution

This commit is contained in:
2026-01-26 09:13:48 -05:00
parent a16577be96
commit 63d9d1d488

View File

@@ -60,11 +60,12 @@
<plugins>
<!--Ensure maven is the correct version-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-maven</id>
<phase>enforce</phase>
<phase>validate</phase>
<goals>
<goal>enforce</goal>
</goals>