From f1bff89334d9981472f5ab910a887b9a2f487ee8 Mon Sep 17 00:00:00 2001 From: Douglas Alan Date: Wed, 17 Feb 2021 14:05:24 -0500 Subject: [PATCH] Improved the documentation wrt to authentication for publishing to GitHub Packages. This is Version 2.0.3 of rirgerj. --- pom.xml | 18 ++++++++++++++++++ sample-settings.xml | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 sample-settings.xml diff --git a/pom.xml b/pom.xml index 31df17c..62884cf 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,24 @@ + + github diff --git a/sample-settings.xml b/sample-settings.xml new file mode 100644 index 0000000..3672968 --- /dev/null +++ b/sample-settings.xml @@ -0,0 +1,38 @@ + + + + + + github + + + + + github + + + central + https://repo1.maven.org/maven2 + true + true + + + github + GitHub broadinstitute Apache Maven Packages + https://maven.pkg.github.com/broadinstitute/raccoon + + + + + + + + github + USERNAME + TOKEN + + +