Skip to content

Commit dc444d3

Browse files
authored
Merge pull request #906 from thomasleplus/main
Doc should say .sigstore.json instead of .sigstore.java
2 parents ea34dca + 964f8b7 commit dc444d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigstore-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ See [GitHub documentation](https://docs.github.com/en/actions/deployment/securit
4949
Notes:
5050
5151
- GPG: Maven Central publication rules require GPG signing. To avoid GPG signing of `.sigstore.json` signature files, use version 3.2.5 or higher of [maven-gpg-plugin](https://maven.apache.org/plugins/maven-gpg-plugin/).
52-
- `.md5`/`.sha1`: to avoid unneeded checksum files for `.sigstore.java` files, use Maven 3.9.2 or higher, or create `.mvn/maven.config` file containing `-Daether.checksums.omitChecksumsForExtensions=.asc,.sigstore.java`
52+
- `.md5`/`.sha1`: to avoid unneeded checksum files for `.sigstore.json` files, use Maven 3.9.2 or higher, or create `.mvn/maven.config` file containing `-Daether.checksums.omitChecksumsForExtensions=.asc,.sigstore.json`
5353

5454
Known limitations:
5555

0 commit comments

Comments
 (0)