add configuration toggle to enable some release-time checks, missed from PROTON-1690
diff --git a/pom.xml b/pom.xml
index 62ec508..ae266df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,7 @@
           <configuration>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <tagNameFormat>@{project.version}</tagNameFormat>
+            <arguments>-Papache-release -Dperform-release-checks=true ${arguments}</arguments>
           </configuration>
         </plugin>
       </plugins>