InseeFr / Keycloak-FranceConnect

Extension Keycloak facilitant l'utilisation de FranceConnect
MIT License
87 stars 31 forks source link

Publish releases on maven central #3

Open micedre opened 5 years ago

jmorille commented 1 month ago

Or could be easily push to github maven repository https://docs.github.com/fr/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry

The steps is easy Just add distibution management

<distributionManagement>
   <repository>
     <id>github</id>
     <name>GitHub OWNER Apache Maven Packages</name>
     <url>https://maven.pkg.github.com/InseeFr/Keycloak-FranceConnect</url>
   </repository>
</distributionManagement>

and change the ci build to

mvn deploy