|
70 | 70 |
|
71 | 71 | <repositories> |
72 | 72 | <repository> |
73 | | - <id>sonatype-snapshots</id> |
74 | | - <url>https://central.sonatype.com/repository/maven-snapshots</url> |
| 73 | + <id>artifact-registry</id> |
| 74 | + <url>artifactregistry:us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
75 | 75 | <releases> |
76 | | - <enabled>false</enabled> |
| 76 | + <enabled>true</enabled> |
77 | 77 | </releases> |
78 | 78 | <snapshots> |
79 | 79 | <enabled>true</enabled> |
80 | 80 | </snapshots> |
81 | 81 | </repository> |
82 | 82 | </repositories> |
83 | 83 |
|
| 84 | + <distributionManagement> |
| 85 | + <snapshotRepository> |
| 86 | + <id>artifact-registry</id> |
| 87 | + <url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
| 88 | + </snapshotRepository> |
| 89 | + <repository> |
| 90 | + <id>artifact-registry</id> |
| 91 | + <url>artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral</url> |
| 92 | + </repository> |
| 93 | + </distributionManagement> |
| 94 | + |
84 | 95 | <dependencies> |
85 | 96 | <dependency> |
86 | 97 | <groupId>io.debezium</groupId> |
|
116 | 127 | </dependencies> |
117 | 128 |
|
118 | 129 | <build> |
| 130 | + <extensions> |
| 131 | + <extension> |
| 132 | + <groupId>com.google.cloud.artifactregistry</groupId> |
| 133 | + <artifactId>artifactregistry-maven-wagon</artifactId> |
| 134 | + <version>2.2.5</version> |
| 135 | + </extension> |
| 136 | + </extensions> |
119 | 137 | <testSourceDirectory>${testSourceLocation}</testSourceDirectory> |
120 | 138 | <pluginManagement> |
121 | 139 | <plugins> |
|
380 | 398 | </execution> |
381 | 399 | </executions> |
382 | 400 | </plugin> |
383 | | - |
384 | | - <plugin> |
385 | | - <groupId>org.apache.maven.plugins</groupId> |
386 | | - <artifactId>maven-gpg-plugin</artifactId> |
387 | | - <version>1.5</version> |
388 | | - <configuration> |
389 | | - <passphrase>${gpg.passphrase}</passphrase> |
390 | | - <useAgent>${gpg.useagent}</useAgent> |
391 | | - </configuration> |
392 | | - <executions> |
393 | | - <execution> |
394 | | - <goals> |
395 | | - <goal>sign</goal> |
396 | | - </goals> |
397 | | - </execution> |
398 | | - </executions> |
399 | | - </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> |
411 | 401 | </plugins> |
412 | 402 | </build> |
413 | 403 | </profile> |
|
0 commit comments