File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 80
80
<maven .compiler.release>11</maven .compiler.release>
81
81
82
82
<repoServerHost >oss.sonatype.org</repoServerHost >
83
+ <stagingTimeoutInMinutes >10</stagingTimeoutInMinutes >
83
84
84
85
<rosetta .bundle.version>10.16.0</rosetta .bundle.version>
85
86
<rosetta .code-gen.version>${rosetta.bundle.version} </rosetta .code-gen.version>
119
120
<maven-javadoc-plugin .version>3.5.0</maven-javadoc-plugin .version>
120
121
<maven-source-plugin .version>3.0.1</maven-source-plugin .version>
121
122
<maven-enforcer-plugin .version>3.3.0</maven-enforcer-plugin .version>
123
+ <nexus-staging-maven-plugin .version>1.6.13</nexus-staging-maven-plugin .version>
122
124
123
125
<!-- This property is only necessary when building with Java 12 or lower versions. It is set in a Maven profile. -->
124
126
<maven-javadoc-plugin .option></maven-javadoc-plugin .option>
297
299
</execution >
298
300
</executions >
299
301
</plugin >
302
+ <plugin >
303
+ <groupId >org.sonatype.plugins</groupId >
304
+ <artifactId >nexus-staging-maven-plugin</artifactId >
305
+ <version >${nexus-staging-maven-plugin.version} </version >
306
+ <extensions >true</extensions >
307
+ <configuration >
308
+ <nexusUrl >https://${repoServerHost} </nexusUrl >
309
+ <serverId >ossrh-distro</serverId >
310
+ <autoReleaseAfterClose >true</autoReleaseAfterClose >
311
+ <stagingProgressTimeoutMinutes >${stagingTimeoutInMinutes} </stagingProgressTimeoutMinutes >
312
+ </configuration >
313
+ </plugin >
300
314
</plugins >
301
315
</pluginManagement >
302
316
<plugins >
You can’t perform that action at this time.
0 commit comments