Commit 542f1eb
committed
Remove setting of autoReleaseAfterClose.
The previous attempt to use a build property for this setting did not
work as expected. The `nexus-staging-maven-plugin` ignored the system
property passed on the command line.
In addition, it turns out that this property is not necessary for two
reasons:
1. The `autoReleaseAfterClose` property defaults to `false`. See:
https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment#ConfiguringYourProjectforDeployment-DeploymentwiththeNexusStagingMavenPlugin
2. The `autoReleaseAfterClose` property can be passed via the command
line already, so there's no point in introducing an intermediate
build property that mirros the existing property. See:
https://github.com/sonatype/nexus-maven-plugins/tree/master/staging/maven-plugin#plugin-flags
[deployautorel]1 parent 1246e2e commit 542f1eb
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
251 | | - | |
252 | 250 | | |
253 | 251 | | |
254 | 252 | | |
| |||
0 commit comments