|
67 | 67 |
|
68 | 68 | <repositories> |
69 | 69 | <repository> |
70 | | - <id>sonatype-snapshots</id> |
71 | | - <url>https://central.sonatype.com/repository/maven-snapshots</url> |
| 70 | + <id>artifact-registry</id> |
| 71 | + <url>artifactregistry:us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
72 | 72 | <releases> |
73 | | - <enabled>false</enabled> |
| 73 | + <enabled>true</enabled> |
74 | 74 | </releases> |
75 | 75 | <snapshots> |
76 | 76 | <enabled>true</enabled> |
77 | 77 | </snapshots> |
78 | 78 | </repository> |
79 | 79 | </repositories> |
80 | 80 |
|
| 81 | + <distributionManagement> |
| 82 | + <snapshotRepository> |
| 83 | + <id>artifact-registry</id> |
| 84 | + <url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
| 85 | + </snapshotRepository> |
| 86 | + <repository> |
| 87 | + <id>artifact-registry</id> |
| 88 | + <url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
| 89 | + </repository> |
| 90 | + </distributionManagement> |
| 91 | + |
81 | 92 | <dependencyManagement> |
82 | 93 | <dependencies> |
83 | 94 | <dependency> |
|
167 | 178 | </dependencies> |
168 | 179 |
|
169 | 180 | <build> |
| 181 | + <extensions> |
| 182 | + <extension> |
| 183 | + <groupId>com.google.cloud.artifactregistry</groupId> |
| 184 | + <artifactId>artifactregistry-maven-wagon</artifactId> |
| 185 | + <version>2.2.5</version> |
| 186 | + </extension> |
| 187 | + </extensions> |
170 | 188 | <plugins> |
171 | 189 | <plugin> |
172 | 190 | <groupId>org.apache.maven.plugins</groupId> |
|
368 | 386 | <id>release</id> |
369 | 387 | <build> |
370 | 388 | <plugins> |
371 | | - <plugin> |
372 | | - <groupId>org.sonatype.central</groupId> |
373 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
374 | | - <version>0.8.0</version> |
375 | | - <extensions>true</extensions> |
376 | | - <configuration> |
377 | | - <publishingServerId>sonatype.release</publishingServerId> |
378 | | - <autoPublish>false</autoPublish> |
379 | | - <ignorePublishedComponents>true</ignorePublishedComponents> |
380 | | - </configuration> |
381 | | - </plugin> |
382 | 389 | <!-- Source JAR --> |
383 | 390 | <plugin> |
384 | 391 | <groupId>org.apache.maven.plugins</groupId> |
|
424 | 431 | </execution> |
425 | 432 | </executions> |
426 | 433 | </plugin> |
427 | | - |
428 | | - <plugin> |
429 | | - <groupId>org.apache.maven.plugins</groupId> |
430 | | - <artifactId>maven-gpg-plugin</artifactId> |
431 | | - <version>1.5</version> |
432 | | - <configuration> |
433 | | - <passphrase>${gpg.passphrase}</passphrase> |
434 | | - <useAgent>${gpg.useagent}</useAgent> |
435 | | - </configuration> |
436 | | - <executions> |
437 | | - <execution> |
438 | | - <goals> |
439 | | - <goal>sign</goal> |
440 | | - </goals> |
441 | | - </execution> |
442 | | - </executions> |
443 | | - </plugin> |
444 | 434 | </plugins> |
445 | 435 | </build> |
446 | 436 | </profile> |
|
0 commit comments