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
> → Related [GitHub documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token)
8
9
9
10
``~/.m2/settings.xml``
10
11
```xml
@@ -45,3 +46,10 @@ Central repository for [XDEV's GitHub packages](https://github.com/orgs/xdev-sof
45
46
</servers>
46
47
</settings>
47
48
```
49
+
50
+
## FAQ
51
+
52
+
#### Why not publish into each corresponding repo?
53
+
54
+
Because we currently have around 50 individual repos that would all require you to add them to your ``settings.xml``.
55
+
This is impossible to manage and also massively degrades performance.
0 commit comments