File tree Expand file tree Collapse file tree 1 file changed +29
-12
lines changed
Expand file tree Collapse file tree 1 file changed +29
-12
lines changed Original file line number Diff line number Diff line change 297297 <!-- Profile for release. Includes building of source and javadoc jars. -->
298298 <profile >
299299 <id >release</id >
300+ <build >
301+ <plugins >
302+ <plugin >
303+ <groupId >org.sonatype.central</groupId >
304+ <artifactId >central-publishing-maven-plugin</artifactId >
305+ <version >0.8.0</version >
306+ <extensions >true</extensions >
307+ <configuration >
308+ <publishingServerId >sonatype.release</publishingServerId >
309+ <autoPublish >false</autoPublish >
310+ <ignorePublishedComponents >true</ignorePublishedComponents >
311+ </configuration >
312+ </plugin >
313+ </plugins >
314+ </build >
315+ </profile >
316+
317+ <profile >
318+ <id >version-release</id >
319+ <distributionManagement >
320+ <repository >
321+ <id >artifact-registry</id >
322+ <url >artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url >
323+ </repository >
324+ </distributionManagement >
325+ </profile >
326+
327+ <profile >
328+ <id >common-artifacts</id >
300329 <build >
301330 <pluginManagement >
302331 <plugins >
345374 </executions >
346375 </plugin >
347376
348- <plugin >
349- <groupId >org.sonatype.central</groupId >
350- <artifactId >central-publishing-maven-plugin</artifactId >
351- <version >0.8.0</version >
352- <extensions >true</extensions >
353- <configuration >
354- <publishingServerId >sonatype.release</publishingServerId >
355- <autoPublish >false</autoPublish >
356- <ignorePublishedComponents >true</ignorePublishedComponents >
357- </configuration >
358- </plugin >
359-
360377 <plugin >
361378 <groupId >org.apache.maven.plugins</groupId >
362379 <artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments