Enabling themes JAR building and inclusion in the EAR bundle

This commit is contained in:
Mauro Mugnaini 2022-02-16 13:24:51 +01:00
parent 36e4682635
commit fbf1ce194f
3 changed files with 5 additions and 11 deletions

View File

@ -51,13 +51,11 @@
<artifactId>identity-provider-mapper</artifactId>
<version>${project.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-theme</artifactId>
<version>${project.version}</version>
</dependency>
-->
<dependency>
<groupId>org.gcube.iam</groupId>
<artifactId>ldap-storage-mapper</artifactId>
@ -116,7 +114,6 @@
<bundleFileName>identity-provider-mapper.jar</bundleFileName>
<bundleDir>/</bundleDir>
</jarModule>
<!--
<jarModule>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-theme</artifactId>
@ -124,7 +121,6 @@
<bundleFileName>keycloak-d4science-theme.jar</bundleFileName>
<bundleDir>/</bundleDir>
</jarModule>
-->
<jarModule>
<groupId>org.gcube.iam</groupId>
<artifactId>ldap-storage-mapper</artifactId>

View File

@ -70,11 +70,11 @@
<module name="org.slf4j" />
</dependencies>
</sub-deployment>
<!-- <sub-deployment name="keycloak-d4science-theme.jar"> -->
<!-- <dependencies> -->
<!-- <module name="org.keycloak.keycloak-core" /> -->
<!-- </dependencies> -->
<!-- </sub-deployment> -->
<sub-deployment name="keycloak-d4science-theme.jar">
<dependencies>
<module name="org.keycloak.keycloak-core" />
</dependencies>
</sub-deployment>
<sub-deployment name="ldap-storage-mapper.jar">
<dependencies>
<module name="org.keycloak.keycloak-core" />

View File

@ -27,9 +27,7 @@
<module>delete-account</module>
<module>event-listener-provider</module>
<module>identity-provider-mapper</module>
<!--
<module>keycloak-d4science-theme</module>
-->
<module>ldap-storage-mapper</module>
<module>keycloak-d4science-bundle</module>
</modules>