forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-781: Update maven publishing to include signatures
The maven-publish plugin does not grok signature nor sign pom files. These are needed for publishing release versions on Maven Central. Switching over to the nexus plugin simplified signing, generation of javadoc / sources jars, and publishing. To publish to the local maven repository (~/.m2/repository): gradle install To publish to the snapshot / release repositories: gradle uploadArtifacts Signatures will only be created if the following properties are set in ~/.gradle.properties: signing.keyId signing.secretKeyRingFile signing.password To upload the artifacts to Maven, you will need to set the following properties in ~/.gradle/gradle.properties: nexusUsername nexusPassword
- Loading branch information
Showing
6 changed files
with
68 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters