Scripts are now part of the built EAR and the deployment descriptor has been updated accordingly

master
Mauro Mugnaini 2 years ago
parent 26fc964947
commit 854bc1e8a1

@ -51,6 +51,11 @@
<artifactId>identity-provider-mapper</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-script</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-theme</artifactId>
@ -114,6 +119,13 @@
<bundleFileName>identity-provider-mapper.jar</bundleFileName>
<bundleDir>/</bundleDir>
</jarModule>
<jarModule>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-script</artifactId>
<includeInApplicationXml>true</includeInApplicationXml>
<bundleFileName>keycloak-d4science-script.jar</bundleFileName>
<bundleDir>/</bundleDir>
</jarModule>
<jarModule>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-theme</artifactId>

@ -75,6 +75,11 @@
<module name="org.keycloak.keycloak-core" />
</dependencies>
</sub-deployment>
<sub-deployment name="keycloak-d4science-script.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" />

Loading…
Cancel
Save