Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed May 30, 2021
1 parent 428bc3c commit dbf540c
Show file tree
Hide file tree
Showing 74 changed files with 111 additions and 43,538 deletions.
29 changes: 29 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,34 @@ Run the following to ensure the package step succeeds.
mvn clean test jacoco:report package
```

### Publish to MavenCentral

Contributors are not responsible for deploying to mavencentral.

```shell
mvn clean dokka:javadocJar deploy
```

**Maven Central**

- Publish with Maven - https://central.sonatype.org/publish/publish-maven/
- GPG Setup - https://central.sonatype.org/publish/requirements/gpg/

To publish a gpg key:

```shell
gpg --send-keys 5BE1414D5EAF81B48F2E77E1999F818C080AF9C1
````
where `5BE1414D5EAF81B48F2E77E1999F818C080AF9C1` is the public key
```shell
mvn clean test jacoco:report package deploy -DperformRelease=true
```

### Publish to Github Packages

_Note: This step can only be run by maintainers._
Expand All @@ -61,4 +89,5 @@ Add `distributionManagement` to `pom.xml`
# deploy to github packages
mvn deploy -Dregistry=https://maven.pkg.github.com/cdimascio -Dtoken=XXXX
```

https://docs.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-apache-maven-for-use-with-github-packages
164 changes: 0 additions & 164 deletions docs/javadoc/allclasses-index.html

This file was deleted.

126 changes: 0 additions & 126 deletions docs/javadoc/allpackages-index.html

This file was deleted.

Loading

0 comments on commit dbf540c

Please sign in to comment.