File tree 1 file changed +5
-13
lines changed
1 file changed +5
-13
lines changed 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