Backport smoke testing.

The release process should include the means to do some basic smoke testing against staged artifacts before concluding the process.

Resolves #1347.
This commit is contained in:
Greg L. Turnquist
2023-04-18 15:37:53 -05:00
parent 25ff278ba7
commit bcbbb9d420
16 changed files with 759 additions and 17 deletions

View File

@@ -6,8 +6,8 @@
<servers>
<server>
<id>sonatype</id>
<username>${env.USERNAME}</username>
<password>${env.PASSWORD}</password>
<username>${env.SONATYPE_USR}</username>
<password>${env.SONATYPE_PSW}</password>
</server>
<server>
<id>spring-plugins-release</id>