From db16eb1ae791e49de5ceb77c42fe33139361f011 Mon Sep 17 00:00:00 2001 From: Sven-Torben Janus Date: Sat, 8 May 2021 01:16:07 +0200 Subject: [PATCH] Attach sources --- pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 23bc7c2..9d33279 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.sventorben.keycloak keycloak-restrict-client-auth - 13.0.0 + 13.0.1-SNAPSHOT Keycloak: Authenticator - Restrict client authentication A Keycloak authenticator to restrict authentication on clients @@ -26,7 +26,8 @@ scm:git:ssh://git@github.com:sventorben/keycloak-restrict-client-auth.git - scm:git:ssh://git@github.com:sventorben/keycloak-restrict-client-auth.git + scm:git:ssh://git@github.com:sventorben/keycloak-restrict-client-auth.git + https://github.com/sventorben/keycloak-restrict-client-auth.git HEAD @@ -93,6 +94,25 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.0 + + + attach-sources + deploy + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0-M1 +