allow skippable tests

This commit is contained in:
Brian Long 2025-02-10 14:28:56 -05:00
parent 5dcef42c91
commit 1fe2bdf92c

View File

@ -80,6 +80,7 @@
<localRepositoryPath>${project.build.directory}/it-repo</localRepositoryPath>
<mavenHome>${env.MAVEN_HOME}</mavenHome>
<debug>true</debug>
<skipInvocation>${skipTests}</skipInvocation>
<properties>
<project.main.basedir>${basedir}</project.main.basedir>
</properties>