|
282 | 282 | </execution> |
283 | 283 | </executions> |
284 | 284 | </plugin> |
285 | | - <plugin> |
286 | | - <groupId>org.sonatype.central</groupId> |
287 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
288 | | - <version>0.8.0</version> |
289 | | - <extensions>true</extensions> |
290 | | - <configuration> |
291 | | - <publishingServerId>sonatype.release</publishingServerId> |
292 | | - <autoPublish>false</autoPublish> |
293 | | - <ignorePublishedComponents>true</ignorePublishedComponents> |
294 | | - </configuration> |
295 | | - </plugin> |
296 | 285 | </plugins> |
297 | 286 | </build> |
298 | 287 |
|
|
301 | 290 | <id>coverage</id> |
302 | 291 | <build> |
303 | 292 | <plugins> |
| 293 | + <plugin> |
| 294 | + <groupId>org.sonatype.central</groupId> |
| 295 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 296 | + <version>0.8.0</version> |
| 297 | + <extensions>true</extensions> |
| 298 | + <configuration> |
| 299 | + <publishingServerId>sonatype.release</publishingServerId> |
| 300 | + <autoPublish>false</autoPublish> |
| 301 | + <ignorePublishedComponents>true</ignorePublishedComponents> |
| 302 | + </configuration> |
| 303 | + </plugin> |
304 | 304 | <plugin> |
305 | 305 | <groupId>org.apache.maven.plugins</groupId> |
306 | 306 | <artifactId>maven-site-plugin</artifactId> |
|
338 | 338 | <!-- Profile for release. Includes building of source and javadoc jars. --> |
339 | 339 | <profile> |
340 | 340 | <id>release</id> |
| 341 | + <build> |
| 342 | + <plugins> |
| 343 | + <plugin> |
| 344 | + <groupId>org.sonatype.central</groupId> |
| 345 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 346 | + <version>0.8.0</version> |
| 347 | + <extensions>true</extensions> |
| 348 | + <configuration> |
| 349 | + <publishingServerId>sonatype.release</publishingServerId> |
| 350 | + <autoPublish>false</autoPublish> |
| 351 | + <ignorePublishedComponents>true</ignorePublishedComponents> |
| 352 | + </configuration> |
| 353 | + </plugin> |
| 354 | + </plugins> |
| 355 | + </build> |
| 356 | + </profile> |
| 357 | + |
| 358 | + <profile> |
| 359 | + <id>version-release</id> |
| 360 | + <distributionManagement> |
| 361 | + <repository> |
| 362 | + <id>artifact-registry</id> |
| 363 | + <url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
| 364 | + </repository> |
| 365 | + </distributionManagement> |
| 366 | + </profile> |
| 367 | + |
| 368 | + <profile> |
| 369 | + <id>common-artifacts</id> |
341 | 370 | <build> |
342 | 371 | <plugins> |
343 | 372 | <!-- GPG signature --> |
|
0 commit comments