4444 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
4545 </properties >
4646
47- <distributionManagement >
48- <snapshotRepository >
49- <id >ossrh</id >
50- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
51- </snapshotRepository >
52- <repository >
53- <id >ossrh</id >
54- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
55- </repository >
56- </distributionManagement >
57-
5847 <dependencies >
5948 <!-- newly added v2 dependencies -->
6049 <dependency >
132121
133122 <build >
134123 <plugins >
135- <plugin >
136- <groupId >org.sonatype.plugins</groupId >
137- <artifactId >nexus-staging-maven-plugin</artifactId >
138- <version >1.6.7</version >
139- <extensions >true</extensions >
140- <configuration >
141- <serverId >ossrh</serverId >
142- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
143- <autoReleaseAfterClose >true</autoReleaseAfterClose >
144- </configuration >
145- </plugin >
124+ <!-- <plugin> -- >
125+ <!-- <groupId>org.sonatype.plugins</groupId> -- >
126+ <!-- <artifactId>nexus-staging-maven-plugin</artifactId> -- >
127+ <!-- <version>1.6.7</version> -- >
128+ <!-- <extensions>true</extensions> -- >
129+ <!-- <configuration> -- >
130+ <!-- <serverId>ossrh</serverId> -- >
131+ <!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> -- >
132+ <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -- >
133+ <!-- </configuration> -- >
134+ <!-- </plugin> -- >
146135 <plugin >
147136 <groupId >org.apache.maven.plugins</groupId >
148137 <artifactId >maven-source-plugin</artifactId >
253242 </repository >
254243 </repositories >
255244
256- </project >
245+ <profiles >
246+ <profile >
247+ <id >maven-central</id >
248+ <distributionManagement >
249+ <repository >
250+ <id >ossrh</id >
251+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url >
252+ </repository >
253+ <snapshotRepository >
254+ <id >ossrh</id >
255+ <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
256+ </snapshotRepository >
257+ </distributionManagement >
258+ </profile >
259+ <profile >
260+ <id >jfrog</id >
261+ <distributionManagement >
262+ <repository >
263+ <id >central</id >
264+ <name >prekarilabs.jfrog.io-releases</name >
265+ <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
266+ </repository >
267+ <snapshotRepository >
268+ <id >snapshots</id >
269+ <name >prekarilabs.jfrog.io-snapshots</name >
270+ <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
271+ </snapshotRepository >
272+ </distributionManagement >
273+ </profile >
274+ </profiles >
275+
276+ </project >
0 commit comments