File tree 2 files changed +6
-14
lines changed
2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 37
37
git-release-bot-name : " bot-release"
38
38
git-release-bot-email :
" [email protected] "
39
39
40
- maven-args : " -DskipTests -DskipITs -Dmaven.deploy.skip=true -Psonatype-oss-release "
40
+ maven-args : " -DskipTests -DskipITs -Dmaven.deploy.skip=true -PsonatypeDeploy "
41
41
ssh-private-key : ${{ secrets.SSH_PRIVATE_KEY }}
42
42
43
43
gpg-enabled : true
Original file line number Diff line number Diff line change 446
446
<profile >
447
447
<!-- required, used in .github/workflows/sonatype-publish.yml -->
448
448
<id >sonatypeDeploy</id >
449
+ <properties >
450
+ <gpg .passphrase>${env.GPG_PASSPHRASE} </gpg .passphrase>
451
+ <gpg .keyname>${env.GPG_KEY_ID} </gpg .keyname>
452
+ <passphrase >${env.GPG_PASSPHRASE}</passphrase >
453
+ </properties >
449
454
<build >
450
455
<plugins >
451
456
<plugin >
460
465
<waitUntil >published</waitUntil >
461
466
</configuration >
462
467
</plugin >
463
- <plugin >
464
- <groupId >org.apache.maven.plugins</groupId >
465
- <artifactId >maven-source-plugin</artifactId >
466
- <version >3.3.0</version >
467
- <executions >
468
- <execution >
469
- <id >attach-sources</id >
470
- <goals >
471
- <goal >jar-no-fork</goal >
472
- </goals >
473
- </execution >
474
- </executions >
475
- </plugin >
476
468
<plugin >
477
469
<groupId >org.apache.maven.plugins</groupId >
478
470
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments