File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -376,6 +376,7 @@ Resources:
376
376
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-haLIjZ",
377
377
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Maven-GPG-Keys-Release-Credentials-WgJanS",
378
378
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-User-Token-zK61bM",
379
+ "arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Sonatype-Central-Portal-XrYUs2",
379
380
"arn:aws:secretsmanager:us-west-2:${AWS::AccountId}:secret:Github/aws-crypto-tools-ci-bot-AGUB3U"
380
381
],
381
382
"Action": "secretsmanager:GetSecretValue"
Original file line number Diff line number Diff line change 9
9
secrets-manager :
10
10
GPG_KEY : Maven-GPG-Keys-Release-Credentials:Keyname
11
11
GPG_PASS : Maven-GPG-Keys-Release-Credentials:Passphrase
12
- SONA_USERNAME : Sonatype-User-Token:username
13
- SONA_PASSWORD : Sonatype-User-Token:password
12
+ SONA_USERNAME : Sonatype-Central-Portal:Username
13
+ SONA_PASSWORD : Sonatype-Central-Portal:Password
14
14
15
15
phases :
16
16
install :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SPDX-License-Identifier: Apache-2.0
13
13
<password >${codeartifact.token}</password >
14
14
</server >
15
15
<server >
16
- <id >sonatype-nexus-staging </id >
16
+ <id >central </id >
17
17
<username >${sonatype.username}</username >
18
18
<password >${sonatype.password}</password >
19
19
</server >
Original file line number Diff line number Diff line change 247
247
<groupId >com.coveo</groupId >
248
248
<artifactId >fmt-maven-plugin</artifactId >
249
249
<version >2.13</version >
250
+
250
251
<!-- Configure no goals. -->
251
252
<!-- Until our CI builds no longer depend on Java 8, skip this during build.-->
252
253
<!-- We instead manually check this in Java 11 environments to block builds, -->
338
339
</plugin >
339
340
340
341
<plugin >
341
- <groupId >org.sonatype.plugins </groupId >
342
- <artifactId >nexus-staging -maven-plugin</artifactId >
343
- <version >1.6.13 </version >
342
+ <groupId >org.sonatype.central </groupId >
343
+ <artifactId >central-publishing -maven-plugin</artifactId >
344
+ <version >0.7.0 </version >
344
345
<extensions >true</extensions >
345
346
<configuration >
346
- <serverId >sonatype-nexus-staging</serverId >
347
- <nexusUrl >https://aws.oss.sonatype.org</nexusUrl >
347
+ <publishingServerId >central</publishingServerId >
348
348
</configuration >
349
349
</plugin >
350
350
</plugins >
You can’t perform that action at this time.
0 commit comments