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:
parent
0f17f0abc5
commit
e284972d7a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue