You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ In your Java application, update `pom.xml` to add the following:
58
58
59
59
### Repository
60
60
61
-
For finding GitHub Package:
61
+
For finding GitHub Package (public package):
62
62
63
63
```xml
64
64
<repositories>
@@ -87,7 +87,9 @@ Find latest version here: [https://github.com/featurevisor/featurevisor-java/pac
87
87
88
88
### Authentication
89
89
90
-
To authenticate with GitHub Packages, in your `~/.m2/settings.xml` file, add the following:
90
+
**Note:** This package is published as a public package and should be accessible without authentication. If you encounter 401 errors, please ensure you're using the correct repository URL.
91
+
92
+
If you need to authenticate with GitHub Packages (for private packages), in your `~/.m2/settings.xml` file, add the following:
0 commit comments