File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 </plugin >
4949 </plugins >
5050 </build >
51+ <profiles >
52+ <profile >
53+ <id >jfrog</id >
54+ <distributionManagement >
55+ <repository >
56+ <id >central</id >
57+ <name >prekarilabs.jfrog.io-releases</name >
58+ <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
59+ </repository >
60+ <snapshotRepository >
61+ <id >snapshots</id >
62+ <name >prekarilabs.jfrog.io-snapshots</name >
63+ <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
64+ </snapshotRepository >
65+ </distributionManagement >
66+ </profile >
67+ <profile >
68+ <id >maven-central</id >
69+ <distributionManagement >
70+ <repository >
71+ <id >central</id >
72+ <url >https://central.sonatype.com/api/v1/publisher/upload</url >
73+ </repository >
74+ <snapshotRepository >
75+ <id >central-snapshots</id >
76+ <url >https://central.sonatype.com/api/v1/publisher/upload</url >
77+ </snapshotRepository >
78+ </distributionManagement >
79+ <build >
80+ <plugins >
81+ <plugin >
82+ <groupId >org.sonatype.central</groupId >
83+ <artifactId >central-publishing-maven-plugin</artifactId >
84+ <version >0.4.0</version >
85+ <extensions >true</extensions >
86+ <configuration >
87+ <publishingServerId >central</publishingServerId >
88+ <tokenAuth >true</tokenAuth >
89+ <autoPublish >true</autoPublish >
90+ </configuration >
91+ </plugin >
92+ </plugins >
93+ </build >
94+ </profile >
95+ </profiles >
5196</project >
You can’t perform that action at this time.
0 commit comments