Skip to content

Commit e5dd64f

Browse files
author
carmine
committed
chore: updates contributing notes
1 parent a85f977 commit e5dd64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Add `distributionManagement` to `pom.xml`
9797

9898
```shell
9999
# deploy to github packages
100+
# comment out sonatype plugin sonatype repository from pom.xml, then
100101
mvn deploy -Dregistry=https://maven.pkg.github.com/cdimascio -Dtoken=XXXX
101102
# or
102103
mvn clean test jacoco:report package deploy -Dregistry=https://maven.pkg.github.com/cdimascio -Dtoken=XXXX

0 commit comments

Comments
 (0)