forked from grizzlysoftware/dotykacka-java-api-v2-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublishing.txt
More file actions
21 lines (15 loc) · 712 Bytes
/
publishing.txt
File metadata and controls
21 lines (15 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
a note to myself from future:
hello me from the future, in order to publish artifact in sonatype, you have to invoke following providing specific properties:
RELEASE_TYPE=SNAPSHOT \
SIGNING_KEY_ID=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
SIGNING_KEY_PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
SIGNING_KEY_PATH=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
SONATYPE_USERNAME=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
SONATYPE_PASSWORD=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX \
gradlew clean publishArtifact i
checkout the artifacts in here:
https://oss.sonatype.org/
firstly SNAPSHOT, then RELEASE.
"yours" sincerely,
you from the past
PS. you have a mess in your gpg keys, so if something is f*cked up - you deserved it