Skip to content

Commit 1a00275

Browse files
committed
Publish 1.0.ALL release
1 parent bea7a42 commit 1a00275

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

MAVEN_CENTRAL.adoc

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ gpg2 --keyserver hkp://pool.sks-keyservers.net --send-keys A5252B5B
3434
# output: gpg: sending key A5252B5B to hkp server pool.sks-keyservers.net
3535
----
3636

37-
== gradle
37+
== configure gradle
3838

39-
.edit ./gradle.properties
39+
.1) edit ./gradle.properties
4040
[source,properties]
4141
----
4242
ossrhUsername=daggerok
@@ -48,7 +48,7 @@ signing.password=...
4848
signing.secretKeyRingFile=/Users/mak/.gnupg/secring.gpg
4949
----
5050

51-
.edit ./build.gradle
51+
.2) edit ./build.gradle
5252
[source,gradle]
5353
----
5454
plugins {
@@ -123,10 +123,19 @@ uploadArchives {
123123
}
124124
----
125125

126-
.publish to maven central
126+
.3) publish to maven central staging
127127
[source,bash]
128128
----
129-
gradle uploadArchives
129+
./gradlew -iS uploadArchives
130130
----
131131

132+
.4) publish 'maven central release
133+
- go to sonatype https://oss.sonatype.org
134+
- login as daggerok
135+
- clikc on Staging Repositories
136+
- Search for comgithubdaggerok-... repository and select it
137+
- On panel upper find button `Close` and click on it to trigger link:http://central.sonatype.org/pages/requirements.html[evaluations of the components against the requirements]
138+
- Wait until closing operation will successfully finished and `Release` button became clickable
139+
- Click on Release button
140+
132141
== maven (TODO: failed on gpg...)

0 commit comments

Comments
 (0)