Skip to content

Commit 19ef251

Browse files
David JuliaDavid Julia
authored andcommitted
Add note on how to deploy to github packages
1 parent acab189 commit 19ef251

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEPLOYMENT-GITHUB-PACKAGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Use the following command, substituting your github personal access token in for <TOKEN>:
2+
```../mvnw -s ~/.m2/settings.xml -DskipTests=true -Dregistry=https://maven.pkg.github.com/dajulia3 -Dtoken=<TOKEN> deploy```
3+
4+
Note that the command skips tests so make sure tests pass before running this

0 commit comments

Comments
 (0)