Skip to content

Commit dbf540c

Browse files
committedMay 30, 2021
v3.0.1
1 parent 428bc3c commit dbf540c

File tree

74 files changed

+111
-43538
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+111
-43538
lines changed
 

Diff for: ‎CONTRIBUTING.md

+29
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,34 @@ Run the following to ensure the package step succeeds.
4141
mvn clean test jacoco:report package
4242
```
4343

44+
### Publish to MavenCentral
45+
46+
Contributors are not responsible for deploying to mavencentral.
47+
48+
```shell
49+
50+
mvn clean dokka:javadocJar deploy
51+
52+
```
53+
54+
**Maven Central**
55+
56+
- Publish with Maven - https://central.sonatype.org/publish/publish-maven/
57+
- GPG Setup - https://central.sonatype.org/publish/requirements/gpg/
58+
59+
To publish a gpg key:
60+
61+
```shell
62+
gpg --send-keys 5BE1414D5EAF81B48F2E77E1999F818C080AF9C1
63+
````
64+
65+
where `5BE1414D5EAF81B48F2E77E1999F818C080AF9C1` is the public key
66+
67+
68+
```shell
69+
mvn clean test jacoco:report package deploy -DperformRelease=true
70+
```
71+
4472
### Publish to Github Packages
4573

4674
_Note: This step can only be run by maintainers._
@@ -61,4 +89,5 @@ Add `distributionManagement` to `pom.xml`
6189
# deploy to github packages
6290
mvn deploy -Dregistry=https://maven.pkg.github.com/cdimascio -Dtoken=XXXX
6391
```
92+
6493
https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages

Diff for: ‎docs/javadoc/allclasses-index.html

-164
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.