KEYCLOAK-795 Cleanup appliance dist.

This commit is contained in:
Stan Silvert 2014-10-28 14:03:21 -04:00
parent 3f75ebf029
commit e8e50d2d1c
2 changed files with 0 additions and 18 deletions

View file

@ -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>

View file

@ -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()" />