We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85f977 commit e5dd64fCopy full SHA for e5dd64f
CONTRIBUTING.md
@@ -97,6 +97,7 @@ Add `distributionManagement` to `pom.xml`
97
98
```shell
99
# deploy to github packages
100
+# comment out sonatype plugin sonatype repository from pom.xml, then
101
mvn deploy -Dregistry=https://maven.pkg.github.com/cdimascio -Dtoken=XXXX
102
# or
103
mvn clean test jacoco:report package deploy -Dregistry=https://maven.pkg.github.com/cdimascio -Dtoken=XXXX
0 commit comments