File tree Expand file tree Collapse file tree 1 file changed +29
-11
lines changed
Expand file tree Collapse file tree 1 file changed +29
-11
lines changed Original file line number Diff line number Diff line change 332332 </profile >
333333 <profile >
334334 <id >release</id >
335+ <build >
336+ <plugins >
337+ <plugin >
338+ <groupId >org.sonatype.central</groupId >
339+ <artifactId >central-publishing-maven-plugin</artifactId >
340+ <version >0.8.0</version >
341+ <extensions >true</extensions >
342+ <configuration >
343+ <publishingServerId >sonatype.release</publishingServerId >
344+ <autoPublish >false</autoPublish >
345+ <ignorePublishedComponents >true</ignorePublishedComponents >
346+ </configuration >
347+ </plugin >
348+ </plugins >
349+ </build >
350+ </profile >
351+
352+ <profile >
353+ <id >version-release</id >
354+ <distributionManagement >
355+ <repository >
356+ <id >artifact-registry</id >
357+ <url >artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url >
358+ </repository >
359+ </distributionManagement >
360+ </profile >
361+
362+ <profile >
363+ <id >common-artifacts</id >
335364 <build >
336365 <plugins >
337366
397426 </execution >
398427 </executions >
399428 </plugin >
400- <plugin >
401- <groupId >org.sonatype.central</groupId >
402- <artifactId >central-publishing-maven-plugin</artifactId >
403- <version >0.8.0</version >
404- <extensions >true</extensions >
405- <configuration >
406- <publishingServerId >sonatype.release</publishingServerId >
407- <autoPublish >false</autoPublish >
408- <ignorePublishedComponents >true</ignorePublishedComponents >
409- </configuration >
410- </plugin >
411429 </plugins >
412430 </build >
413431 </profile >
You can’t perform that action at this time.
0 commit comments