Also deploy keycloak-authz-client-tests when deploy-testsuite profile is active

Closes #47737

Signed-off-by: Alex Szczuczko <aszczucz@redhat.com>
This commit is contained in:
Alex Szczuczko
2026-04-08 09:17:13 -06:00
committed by GitHub
parent f9e1879d4b
commit d673624b7a
+23 -1
View File
@@ -82,5 +82,27 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>deploy-testsuite</id>
<activation>
<property>
<name>deployTestsuite</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>false</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>