Skip to content

Commit 5c19de9

Browse files
committed
Deploy to Artifactory
1 parent 4bc4677 commit 5c19de9

File tree

2 files changed

+1
-30
lines changed

2 files changed

+1
-30
lines changed

.github/workflows/build-sbm-support-rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
env:
4343
DISABLE_SAMPLES: true
4444
run: |
45-
jfrog rt mvn clean install -B -DskipTests
45+
jfrog rt mvn clean install -B -DskipTests -Pci
4646
jfrog rt build-publish

sbm-support-rewrite/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -436,34 +436,5 @@ limitations under the License.
436436
</plugins>
437437
</build>
438438
</profile>
439-
<profile>
440-
<id>spring-repos</id>
441-
<repositories>
442-
<repository>
443-
<id>spring-snapshots</id>
444-
<name>Spring Snapshots</name>
445-
<url>https://repo.spring.io/libs-snapshot-local</url>
446-
<snapshots>
447-
<enabled>true</enabled>
448-
</snapshots>
449-
</repository>
450-
<repository>
451-
<id>spring-milestones</id>
452-
<name>Spring Milestones</name>
453-
<url>https://repo.spring.io/libs-milestone-local</url>
454-
<snapshots>
455-
<enabled>false</enabled>
456-
</snapshots>
457-
</repository>
458-
<repository>
459-
<id>spring-releases</id>
460-
<name>Spring Releases</name>
461-
<url>https://repo.spring.io/release</url>
462-
<snapshots>
463-
<enabled>false</enabled>
464-
</snapshots>
465-
</repository>
466-
</repositories>
467-
</profile>
468439
</profiles>
469440
</project>

0 commit comments

Comments
 (0)