Fix for Issue #29773, Community keycloak-saml-adapter-galleon-pack shouldn't require to be resolved from channel

Signed-off-by: Jean Francois Denise <jdenise@redhat.com>
This commit is contained in:
Jean Francois Denise 2024-05-22 10:51:37 +02:00 committed by Marek Posolda
parent 0f17f0abc5
commit e284972d7a

View file

@ -241,7 +241,6 @@
</goals>
<phase>compile</phase>
<configuration>
<wildfly-channel-resolution-mode>REQUIRED</wildfly-channel-resolution-mode>
<generate-channel-manifest>true</generate-channel-manifest>
<add-feature-packs-as-required-manifests>false</add-feature-packs-as-required-manifests>
<fork-embedded>false</fork-embedded>
@ -289,6 +288,7 @@
<groupId>org.wildfly.galleon-plugins</groupId>
<artifactId>wildfly-galleon-maven-plugin</artifactId>
<configuration>
<wildfly-channel-resolution-mode>REQUIRED</wildfly-channel-resolution-mode>
<config-file>wildfly-feature-pack-build-eap.xml</config-file>
</configuration>
</plugin>