|
235 | 235 | <localCheckout>true</localCheckout> |
236 | 236 | <pushChanges>false</pushChanges> |
237 | 237 | <mavenExecutorId>forked-path</mavenExecutorId> |
238 | | - <releaseProfiles>scala-2.12,release-sign</releaseProfiles> |
| 238 | + <releaseProfiles>scala-2.12,central-deploy</releaseProfiles> |
239 | 239 | </configuration> |
240 | 240 | </plugin> |
241 | | -<!-- <plugin>--> |
242 | | -<!-- <groupId>org.sonatype.plugins</groupId>--> |
243 | | -<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
244 | | -<!-- <version>${nexus-staging-plugin.version}</version>--> |
245 | | -<!-- <extensions>true</extensions>--> |
246 | | -<!-- <configuration>--> |
247 | | -<!-- <serverId>ossrh</serverId>--> |
248 | | -<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
249 | | -<!-- <autoReleaseAfterClose>false</autoReleaseAfterClose>--> |
250 | | -<!-- <stagingProgressTimeoutMinutes>20</stagingProgressTimeoutMinutes>--> |
251 | | -<!-- </configuration>--> |
252 | | -<!-- </plugin>--> |
253 | 241 | </plugins> |
254 | 242 | </build> |
255 | 243 |
|
|
312 | 300 | </modules> |
313 | 301 | </profile> |
314 | 302 | <profile> |
315 | | - <id>release-sign</id> |
| 303 | + <id>central-deploy</id> |
316 | 304 | <activation> |
317 | 305 | <property> |
318 | 306 | <name>performRelease</name> |
|
321 | 309 | </activation> |
322 | 310 | <build> |
323 | 311 | <plugins> |
| 312 | + <plugin> |
| 313 | + <groupId>org.sonatype.plugins</groupId> |
| 314 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 315 | + <version>${nexus-staging-plugin.version}</version> |
| 316 | + <extensions>true</extensions> |
| 317 | + <configuration> |
| 318 | + <serverId>ossrh</serverId> |
| 319 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 320 | + <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 321 | + <stagingProgressTimeoutMinutes>20</stagingProgressTimeoutMinutes> |
| 322 | + </configuration> |
| 323 | + </plugin> |
324 | 324 | <plugin> |
325 | 325 | <groupId>org.apache.maven.plugins</groupId> |
326 | 326 | <artifactId>maven-gpg-plugin</artifactId> |
|
0 commit comments