File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ jobs:
126
126
gpg --list-secret-keys --keyid-format LONG
127
127
- name : Deploy with Maven
128
128
env :
129
- MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
130
- MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
129
+ MAVEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
130
+ MAVEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
131
131
run : mvn deploy -ntp -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD_NALUKIT_GITHUB_USER }} -DskipTests -Drevision=HEAD-SNAPSHOT -P release
132
132
133
133
maven-deploy-main :
@@ -185,7 +185,7 @@ jobs:
185
185
gpg --list-secret-keys --keyid-format LONG
186
186
- name : Deploy with Maven
187
187
env :
188
- MAVEN_USERNAME : ${{ secrets.OSSRH_USERNAME }}
189
- MAVEN_PASSWORD : ${{ secrets.OSSRH_PASSWORD }}
188
+ MAVEN_USERNAME : ${{ secrets.CENTRAL_TOKEN_USERNAME }}
189
+ MAVEN_PASSWORD : ${{ secrets.CENTRAL_TOKEN_PASSWORD }}
190
190
run : mvn deploy -ntp -P release -Dgpg.passphrase=${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD_NALUKIT_GITHUB_USER }} -DskipTests -Daether.checksums.algorithms=MD5 -Drevision=${{ steps.project.outputs.version }} -s ./.github/workflows/settings.xml -Prelease
191
191
Original file line number Diff line number Diff line change 405
405
<publishingServerId >central</publishingServerId >
406
406
<centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
407
407
<centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
408
- <autoPublish >false </autoPublish >
408
+ <autoPublish >true </autoPublish >
409
409
</configuration >
410
410
</plugin >
411
411
<plugin >
Original file line number Diff line number Diff line change 165
165
<publishingServerId >central</publishingServerId >
166
166
<centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
167
167
<centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
168
- <autoPublish >false </autoPublish >
168
+ <autoPublish >true </autoPublish >
169
169
</configuration >
170
170
</plugin >
171
171
<plugin >
Original file line number Diff line number Diff line change 224
224
</profile >
225
225
<profile >
226
226
<id >release</id >
227
- <!-- <modules> -- >
228
- <!-- <module>malio</module> -- >
229
- <!-- <module>malio-processor</module> -- >
230
- <!-- </modules> -- >
227
+ <modules >
228
+ <module >malio</module >
229
+ <module >malio-processor</module >
230
+ </modules >
231
231
<build >
232
232
<pluginManagement >
233
233
<plugins >
261
261
<publishingServerId >central</publishingServerId >
262
262
<centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
263
263
<centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
264
- <autoPublish >false </autoPublish >
264
+ <autoPublish >true </autoPublish >
265
265
<waitUntil >published</waitUntil >
266
266
</configuration >
267
267
</plugin >
327
327
<publishingServerId >central</publishingServerId >
328
328
<centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
329
329
<centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
330
- <autoPublish >false </autoPublish >
330
+ <autoPublish >true </autoPublish >
331
331
</configuration >
332
332
</plugin >
333
333
<plugin >
You can’t perform that action at this time.
0 commit comments