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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ _Note: this process is optional, you could re-use the package from the repo http
15
15
1. Fork this repo to your account
16
16
1. Edit the pom.xml
17
17
- replace https://github.com/skodjob/opendatahub-crds with the url of your fork
18
-
- replace https://maven.pkg.github.com/skodjob/opendatahub-crds with the mave pkg url of your fork (i.e., replace skodjob with your username)
18
+
- replace https://maven.pkg.github.com/skodjob/opendatahub-crds with the maven pkg url of your fork (i.e., replace skodjob with your username)
19
19
- (Optional) Edit the URLs under `<plugin>/<configuration>/<urls>` in order to use your selection of CRDs
20
20
1. Generate a Github token (classic) with `write:packages` permissions
21
-
1.Ensure to set your ~/.m2/settings.xml to use the token. More info at Github official doc [Authenticating with a personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token)
21
+
1.Set `~/.m2/settings.xml` to use the token. More info at Github official doc [Authenticating with a personal access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token)
22
22
1. from your terminal, run `mvn deploy`
23
23
- use `mvn deploy -X` for full stack error messages
0 commit comments