We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928e0b3 commit e4d8d75Copy full SHA for e4d8d75
README.md
@@ -32,6 +32,8 @@ Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) f
32
Please refer to https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry
33
34
Please update settings.xml as described above:
35
+
36
+```xml
37
<profiles>
38
<profile>
39
<id>github</id>
@@ -58,6 +60,7 @@ Please update settings.xml as described above:
58
60
<password>TOKEN</password>
59
61
</server>
62
</servers>
63
+```
64
65
Add this dependency to your project's POM:
66
0 commit comments