File tree Expand file tree Collapse file tree 3 files changed +47
-66
lines changed
Expand file tree Collapse file tree 3 files changed +47
-66
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 - name : Publish package
135135 run : |
136136 if [[ "${{ inputs.tag }}" == "internal" ]]; then
137- mvn --batch-mode -pl ${{ inputs.module }} -am deploy -P jfrog -Pskip-parent-deploy
137+ mvn --batch-mode -pl ${{ inputs.module }} -am deploy -P jfrog
138138 elif [[ "${{ inputs.tag }}" == "beta" || "${{ inputs.tag }}" == "public" ]]; then
139139 mvn --batch-mode -pl ${{ inputs.module }} -am deploy -P ${{ inputs.profile }}
140140 fi
Original file line number Diff line number Diff line change 259259 <url >https://repo.maven.apache.org/maven2/</url >
260260 </repository >
261261 </repositories >
262- <profiles >
263- <profile >
264- <id >jfrog</id >
265- <distributionManagement >
266- <repository >
267- <id >central</id >
268- <name >prekarilabs.jfrog.io-releases</name >
269- <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
270- </repository >
271- <snapshotRepository >
272- <id >snapshots</id >
273- <name >prekarilabs.jfrog.io-snapshots</name >
274- <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
275- </snapshotRepository >
276- </distributionManagement >
277- </profile >
278- <profile >
279- <id >skip-parent-deploy</id >
280- <activation >
281- <property >
282- <name >skipParentDeploy</name >
283- <value >true</value >
284- </property >
285- </activation >
286- <build >
287- <plugins >
288- <plugin >
289- <groupId >org.apache.maven.plugins</groupId >
290- <artifactId >maven-deploy-plugin</artifactId >
291- <configuration >
292- <skip >true</skip >
293- </configuration >
294- </plugin >
295- </plugins >
296- </build >
297- </profile >
298- <profile >
299- <id >maven-central</id >
300- <distributionManagement >
301- <repository >
302- <id >central</id >
303- <url >https://central.sonatype.com/api/v1/publisher/upload</url >
304- </repository >
305- <snapshotRepository >
306- <id >central-snapshots</id >
307- <url >https://central.sonatype.com/api/v1/publisher/upload</url >
308- </snapshotRepository >
309- </distributionManagement >
310- <build >
311- <plugins >
312- <plugin >
313- <groupId >org.sonatype.central</groupId >
314- <artifactId >central-publishing-maven-plugin</artifactId >
315- <version >0.4.0</version >
316- <extensions >true</extensions >
317- <configuration >
318- <publishingServerId >central</publishingServerId >
319- <tokenAuth >true</tokenAuth >
320- <autoPublish >true</autoPublish >
321- </configuration >
322- </plugin >
323- </plugins >
324- </build >
325- </profile >
326- </profiles >
327262</project >
Original file line number Diff line number Diff line change 5656 </plugins >
5757</build >
5858
59+ <profiles >
60+ <profile >
61+ <id >jfrog</id >
62+ <distributionManagement >
63+ <repository >
64+ <id >central</id >
65+ <name >prekarilabs.jfrog.io-releases</name >
66+ <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
67+ </repository >
68+ <snapshotRepository >
69+ <id >snapshots</id >
70+ <name >prekarilabs.jfrog.io-snapshots</name >
71+ <url >https://prekarilabs.jfrog.io/artifactory/skyflow-java</url >
72+ </snapshotRepository >
73+ </distributionManagement >
74+ </profile >
75+ <profile >
76+ <id >maven-central</id >
77+ <distributionManagement >
78+ <repository >
79+ <id >central</id >
80+ <url >https://central.sonatype.com/api/v1/publisher/upload</url >
81+ </repository >
82+ <snapshotRepository >
83+ <id >central-snapshots</id >
84+ <url >https://central.sonatype.com/api/v1/publisher/upload</url >
85+ </snapshotRepository >
86+ </distributionManagement >
87+ <build >
88+ <plugins >
89+ <plugin >
90+ <groupId >org.sonatype.central</groupId >
91+ <artifactId >central-publishing-maven-plugin</artifactId >
92+ <version >0.4.0</version >
93+ <extensions >true</extensions >
94+ <configuration >
95+ <publishingServerId >central</publishingServerId >
96+ <tokenAuth >true</tokenAuth >
97+ <autoPublish >true</autoPublish >
98+ </configuration >
99+ </plugin >
100+ </plugins >
101+ </build >
102+ </profile >
103+ </profiles >
104+
59105</project >
You can’t perform that action at this time.
0 commit comments