Skip to content

Instantly share code, notes, and snippets.

View Timongcraft's full-sized avatar

Timon Timongcraft

  • Germany
  • 22:34 (UTC +01:00)
View GitHub Profile
@Timongcraft
Timongcraft / accessing-maven-github-packages.md
Last active November 16, 2023 20:01
Accessing Maven GitHub Packages [Guide]

This guide will walk you through the process of getting and accessing Maven GitHub Packages using a personal access token. You can either integrate the token directly into your pom.xml (potentially unsafe) or set it up in your ~/.m2/settings.xml (safe)

Generating a Personal Access Token