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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user