Skip to content

Commit 4d9e1bf

Browse files
committed
minor changes
1 parent ee5bb1e commit 4d9e1bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ _Note: this process is optional, you could re-use the package from the repo http
1515
1. Fork this repo to your account
1616
1. Edit the pom.xml
1717
- 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)
1919
- (Optional) Edit the URLs under `<plugin>/<configuration>/<urls>` in order to use your selection of CRDs
2020
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)
2222
1. from your terminal, run `mvn deploy`
2323
- use `mvn deploy -X` for full stack error messages

0 commit comments

Comments
 (0)