File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 283283 <profiles >
284284 <profile >
285285 <id >release</id >
286+ <build >
287+ <plugins >
288+ <plugin >
289+ <groupId >org.sonatype.central</groupId >
290+ <artifactId >central-publishing-maven-plugin</artifactId >
291+ <version >0.8.0</version >
292+ <extensions >true</extensions >
293+ <configuration >
294+ <publishingServerId >sonatype.release</publishingServerId >
295+ <autoPublish >false</autoPublish >
296+ <ignorePublishedComponents >true</ignorePublishedComponents >
297+ </configuration >
298+ </plugin >
299+ </plugins >
300+ </build >
301+ </profile >
302+
303+ <profile >
304+ <id >version-release</id >
305+ <distributionManagement >
306+ <repository >
307+ <id >artifact-registry</id >
308+ <url >artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral/url>
309+ </repository >
310+ </distributionManagement >
311+ </profile >
312+
313+ <profile >
314+ <id >common-artifacts</id >
286315 <build >
287316 <plugins >
288317 <plugin >
You can’t perform that action at this time.
0 commit comments