keycloak.plugins: make out directory consistent across plugins
This commit is contained in:
@@ -30,7 +30,7 @@ maven.buildMavenPackage rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 sms-authenticator/target/netzbegruenung.sms-authenticator-v${version}.jar \
|
||||
$out/share/java/keycloak/keycloak-2fa-sms-authenticator.jar
|
||||
$out/keycloak-2fa-sms-authenticator.jar
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ maven.buildMavenPackage rec {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm444 target/keycloak-config-cli.jar "$out/keycloak-config-cli.jar"
|
||||
install -Dm444 -t "$out" target/keycloak-config-cli.jar
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ maven.buildMavenPackage rec {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm444 target/keycloak-discord-${version}.jar "$out/keycloak-discord-${version}.jar"
|
||||
install -Dm444 -t "$out" target/keycloak-discord-${version}.jar
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ maven.buildMavenPackage rec {
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 enforce-mfa/target/netzbegruenung.enforce-mfa-v${version}.jar \
|
||||
$out/share/java/keycloak/keycloak-enforce-mfa-authenticator.jar
|
||||
$out/keycloak-enforce-mfa-authenticator.jar
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ maven.buildMavenPackage rec {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 target/keycloak-orgs-${version}.jar $out/share/java/keycloak/keycloak-orgs.jar
|
||||
install -Dm644 -t "$out" target/keycloak-orgs-${version}.jar
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ maven.buildMavenPackage rec {
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 target/secrets-provider-${version}.jar $out/share/java/keycloak/keycloak-secrets-vault-provider.jar
|
||||
install -Dm644 -t "$out/keycloak-secrets-vault-provider.jar" target/secrets-provider-${version}.jar
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user