File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 300300 <profiles >
301301 <profile >
302302 <id >release</id >
303+ <build >
304+ <plugins >
305+ <plugin >
306+ <groupId >org.sonatype.central</groupId >
307+ <artifactId >central-publishing-maven-plugin</artifactId >
308+ <version >0.8.0</version >
309+ <extensions >true</extensions >
310+ <configuration >
311+ <publishingServerId >sonatype.release</publishingServerId >
312+ <autoPublish >false</autoPublish >
313+ <ignorePublishedComponents >true</ignorePublishedComponents >
314+ </configuration >
315+ </plugin >
316+ </plugins >
317+ </build >
318+ </profile >
319+
320+ <profile >
321+ <id >version-release</id >
322+ <distributionManagement >
323+ <repository >
324+ <id >artifact-registry</id >
325+ <url >artifactregistry://us-maven.pkg.dev/komalyd-dev/my-test-maven-repo</url >
326+ </repository >
327+ </distributionManagement >
328+ </profile >
329+
330+ <profile >
331+ <id >common-artifacts</id >
303332 <build >
304333 <plugins >
305334 <!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments