KEYCLOAK-795 Cleanup appliance dist.
This commit is contained in:
parent
3f75ebf029
commit
e8e50d2d1c
2 changed files with 0 additions and 18 deletions
|
@ -39,13 +39,6 @@
|
|||
<include>org/picketlink/**</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}/unpacked/deployments</directory>
|
||||
<outputDirectory>keycloak/standalone/deployments</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>keycloak-ds.xml</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${project.build.directory}/unpacked/deployments/auth-server.war/WEB-INF/classes/META-INF</directory>
|
||||
<outputDirectory>keycloak/standalone/configuration</outputDirectory>
|
||||
|
|
|
@ -80,17 +80,6 @@
|
|||
</xsl:copy>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="node()[name(.)='server' and name(..) != 'subsystem' ]">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="node()|@*"/>
|
||||
<deployment-overlays>
|
||||
<deployment-overlay name="main-auth-server.war-keycloak-overlay">
|
||||
<deployment name="main-auth-server.war"/>
|
||||
</deployment-overlay>
|
||||
</deployment-overlays>
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="@*|node()">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@*|node()" />
|
||||
|
|
Loading…
Reference in a new issue